Searched refs:closure (Results 201 - 225 of 332) sorted by relevance

1234567891011>>

/external/chromium_org/net/disk_cache/
H A Ddisk_cache_test_base.cc184 void DiskCacheTestWithCache::RunTaskForTest(const base::Closure& closure) { argument
186 closure.Run();
191 int rv = cache_impl_->RunTaskForTest(closure, cb.callback());
H A Ddisk_cache_test_base.h134 void RunTaskForTest(const base::Closure& closure);
/external/chromium_org/net/dns/
H A Ddns_config_service_unittest.cc150 base::CancelableClosure closure(base::MessageLoop::QuitClosure());
152 FROM_HERE, closure.callback(), timeout);
156 closure.Cancel();
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh62 inline return_t dispatch (const T &obj) { obj.closure (this); return HB_VOID; }
1117 inline void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const function in struct:OT::Rule
1176 inline void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const function in struct:OT::RuleSet
1181 (this+rule[i]).closure (c, lookup_context);
1232 inline void closure (hb_closure_context_t *c) const function in struct:OT::ContextFormat1
1247 rule_set.closure (c, lookup_context);
1318 inline void closure (hb_closure_context_t *c) const function in struct:OT::ContextFormat2
1335 rule_set.closure (c, lookup_context);
1413 inline void closure (hb_closure_context_t *c) const function in struct:OT::ContextFormat3
1655 inline void closure (hb_closure_context_ function in struct:OT::ChainRule
1740 inline void closure (hb_closure_context_t *c, ChainContextClosureLookupContext &lookup_context) const function in struct:OT::ChainRuleSet
1793 inline void closure (hb_closure_context_t *c) const function in struct:OT::ChainContextFormat1
1876 inline void closure (hb_closure_context_t *c) const function in struct:OT::ChainContextFormat2
2000 inline void closure (hb_closure_context_t *c) const function in struct:OT::ChainContextFormat3
[all...]
H A Dhb-ot-layout-gpos-table.hh634 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) { argument
637 && c->check_array (array, USHORT::static_size * closure->stride, len))) return TRACE_RETURN (false);
641 return TRACE_RETURN (closure->valueFormats[0].sanitize_values_stride_unsafe (c, closure->base, &record->values[0], count, closure->stride)
642 && closure->valueFormats[1].sanitize_values_stride_unsafe (c, closure->base, &record->values[closure->len1], count, closure->stride));
689 PairSet::sanitize_closure_t closure local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh62 inline return_t dispatch (const T &obj) { obj.closure (this); return HB_VOID; }
1117 inline void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const function in struct:OT::Rule
1176 inline void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const function in struct:OT::RuleSet
1181 (this+rule[i]).closure (c, lookup_context);
1232 inline void closure (hb_closure_context_t *c) const function in struct:OT::ContextFormat1
1247 rule_set.closure (c, lookup_context);
1318 inline void closure (hb_closure_context_t *c) const function in struct:OT::ContextFormat2
1335 rule_set.closure (c, lookup_context);
1413 inline void closure (hb_closure_context_t *c) const function in struct:OT::ContextFormat3
1656 inline void closure (hb_closure_context_ function in struct:OT::ChainRule
1741 inline void closure (hb_closure_context_t *c, ChainContextClosureLookupContext &lookup_context) const function in struct:OT::ChainRuleSet
1794 inline void closure (hb_closure_context_t *c) const function in struct:OT::ChainContextFormat1
1877 inline void closure (hb_closure_context_t *c) const function in struct:OT::ChainContextFormat2
2001 inline void closure (hb_closure_context_t *c) const function in struct:OT::ChainContextFormat3
[all...]
H A Dhb-ot-layout-gpos-table.hh634 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) { argument
637 && c->check_array (array, USHORT::static_size * closure->stride, len))) return TRACE_RETURN (false);
641 return TRACE_RETURN (closure->valueFormats[0].sanitize_values_stride_unsafe (c, closure->base, &record->values[0], count, closure->stride)
642 && closure->valueFormats[1].sanitize_values_stride_unsafe (c, closure->base, &record->values[closure->len1], count, closure->stride));
689 PairSet::sanitize_closure_t closure local
[all...]
/external/bison/src/
H A Dclosure.c28 #include "closure.h"
197 closure (item_number *core, size_t n)
194 closure (item_number *core, size_t n) function
H A Dprint_graph.c24 #include "closure.h"
73 closure (sitems, snritems);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_manager.h160 void PushPendingTask(const base::Closure& closure, Priority priority);
/external/chromium_org/chrome/test/base/
H A Djs2gtest.js227 print('Can\'t have closure dependencies without a deps file.');
255 // Always add closure library's base.js if provided by deps.
/external/chromium_org/content/public/test/
H A Dmock_render_thread.h67 virtual int PostTaskToAllWebWorkers(const base::Closure& closure) OVERRIDE;
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_connection.h126 TimeoutTask(const base::Closure& closure, const base::TimeDelta& delay);
184 // Write timeout closure. Reset on initialization and after every successful
/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge.cc468 void MediaDrmBridge::SetMediaCryptoReadyCB(const base::Closure& closure) { argument
469 if (closure.is_null()) {
477 base::MessageLoopProxy::current()->PostTask(FROM_HERE, closure);
481 media_crypto_ready_cb_ = closure;
H A Dmedia_drm_bridge.h110 // If |closure| is null, previously set callback will be cleared.
111 void SetMediaCryptoReadyCB(const base::Closure& closure);
/external/chromium_org/media/filters/
H A Dgpu_video_decoder.cc75 void GpuVideoDecoder::Reset(const base::Closure& closure) { argument
83 &GpuVideoDecoder::Reset, weak_factory_.GetWeakPtr(), closure));
88 base::MessageLoop::current()->PostTask(FROM_HERE, closure);
93 pending_reset_cb_ = BindToCurrentLoop(closure);
H A Dgpu_video_decoder.h51 virtual void Reset(const base::Closure& closure) OVERRIDE;
H A Ddecrypting_audio_decoder.cc118 void DecryptingAudioDecoder::Reset(const base::Closure& closure) { argument
128 reset_cb_ = BindToCurrentLoop(closure);
H A Ddecrypting_demuxer_stream.cc73 void DecryptingDemuxerStream::Reset(const base::Closure& closure) { argument
79 reset_cb_ = BindToCurrentLoop(closure);
H A Dffmpeg_audio_decoder.cc193 void FFmpegAudioDecoder::Reset(const base::Closure& closure) { argument
199 task_runner_->PostTask(FROM_HERE, closure);
H A Dffmpeg_video_decoder.cc240 void FFmpegVideoDecoder::Reset(const base::Closure& closure) { argument
245 task_runner_->PostTask(FROM_HERE, closure);
H A Dopus_audio_decoder.cc281 void OpusAudioDecoder::Reset(const base::Closure& closure) { argument
286 task_runner_->PostTask(FROM_HERE, closure);
/external/openfst/src/include/fst/
H A Dfstlib.h62 #include <fst/closure.h>
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.cc324 const base::Closure& closure) {
339 FROM_HERE, closure, run_loop.QuitClosure())) {
323 PostTaskToIOThreadAndWait( const base::Closure& closure) argument
/external/chromium_org/content/browser/download/
H A Ddownload_file_unittest.cc155 void SetInterruptReasonCallback(const base::Closure& closure, argument
159 closure.Run();
346 void SetRenameResult(const base::Closure& closure, argument
355 closure.Run();
589 void TestRenameCompletionCallback(const base::Closure& closure, argument
595 closure.Run();

Completed in 5122 milliseconds

1234567891011>>