HomeSort by relevance Sort by last modified time
    Searched refs:closure (Results 126 - 150 of 365) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/sync_file_system/
sync_task_manager.cc 109 base::Closure closure = pending_tasks_.front(); local
111 closure.Run();
  /external/chromium_org/tools/gn/
scheduler.cc 65 void Scheduler::ScheduleWork(const base::Closure& work) {
121 void Scheduler::DoWork(const base::Closure& closure) {
122 closure.Run();
scheduler.h 40 void ScheduleWork(const base::Closure& work);
63 void DoWork(const base::Closure& closure);
  /external/chromium_org/v8/src/
compiler.h 60 CompilationInfo(Handle<JSFunction> closure, Zone* zone);
81 Handle<JSFunction> closure() const { return closure_; } function in class:v8::internal::CompilationInfo
208 return !closure().is_null() &&
209 (closure()->context()->global_object() != NULL);
213 return has_global_object() ? closure()->context()->global_object() : NULL;
450 explicit CompilationInfoWithZone(Handle<JSFunction> closure)
451 : CompilationInfo(closure, &zone_),
452 zone_(closure->GetIsolate()) {}
compiler.cc 76 CompilationInfo::CompilationInfo(Handle<JSFunction> closure,
79 closure_(closure),
80 shared_info_(Handle<SharedFunctionInfo>(closure->shared())),
82 context_(closure->context()),
266 Handle<JSFunction> function = info()->closure();
372 if (!info()->closure()->PassesHydrogenFilter()) {
829 Handle<JSFunction> function = info->closure();
    [all...]
hydrogen-environment-liveness.cc 87 ASSERT(simulate->closure().is_identical_to(
88 block->last_environment()->closure()));
100 ASSERT(simulate->closure().is_identical_to(marker->closure()));
  /external/chromium_org/v8/test/mjsunit/
debug-script-breakpoints-closure.js 51 // Create closure before break point is set.
52 var closure = makeClosure();
60 // Ensure the closure actually triggers a break point hit.
61 closure();
debug-script-breakpoints-nested.js 46 "function outer() {\n" + // Non-trivial outer closure.
71 // The compiled outer closure should behave correctly.
75 // The compiled inner closure should behave correctly.
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 14 * closure compiler: Download here: http://closure-compiler.googlecode.com/files/compiler-latest.zip
  /external/chromium_org/chromeos/ime/
ibus_daemon_controller.cc 32 const base::Closure& closure,
40 ui_task_runner->PostTask(FROM_HERE, closure);
49 const base::Closure& closure,
59 closure));
  /external/chromium_org/content/browser/gamepad/
gamepad_provider.cc 25 const base::Closure& c,
27 : closure(c),
94 void GamepadProvider::RegisterForUserGesture(const base::Closure& closure) {
97 closure, base::MessageLoop::current()->message_loop_proxy()));
214 user_gesture_observers_[i].closure);
  /external/chromium_org/content/browser/
startup_task_runner_unittest.cc 20 using base::Closure;
28 base::Closure task;
32 bool SaveTaskArg(const Closure& arg) {
85 bool(const tracked_objects::Location&, const Closure&, base::TimeDelta));
88 bool(const tracked_objects::Location&, const Closure&, base::TimeDelta));
96 const Closure& closure,
98 return mock_->PostDelayedTask(location, closure, delta);
102 const Closure& closure,
    [all...]
  /external/chromium_org/content/public/renderer/
render_thread.h 111 virtual int PostTaskToAllWebWorkers(const base::Closure& closure) = 0;
  /external/chromium_org/media/filters/
decrypting_demuxer_stream.h 38 void Reset(const base::Closure& closure);
96 base::Closure reset_cb_;
ffmpeg_audio_decoder.h 44 virtual void Reset(const base::Closure& closure) OVERRIDE;
opus_audio_decoder.h 41 virtual void Reset(const base::Closure& closure) OVERRIDE;
  /external/chromium_org/remoting/base/
plugin_thread_task_runner.cc 88 const base::Closure& task,
123 const base::Closure& task,
140 base::Closure closure = base::Bind(&PluginThreadTaskRunner::RunTasks, this); local
144 new base::Closure(closure));
160 base::Closure closure = local
165 new base::Closure(closure));
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once.h 122 Closure* closure);
  /external/harfbuzz_ng/util/
helper-cairo-ansi.cc 36 void *closure)
  /external/valgrind/main/exp-sgcheck/
h_main.h 71 IRSB* h_instrument ( VgCallbackClosure* closure,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
descrobject.h 16 void *closure; member in struct:PyGetSetDef
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
descrobject.h 16 void *closure; member in struct:PyGetSetDef
  /external/libffi/src/powerpc/
ffi.c 937 ffi_prep_closure_loc (ffi_closure *closure,
944 void **tramp = (void **) &closure->tramp[0];
955 tramp = (unsigned int *) &closure->tramp[0];
971 closure->cif = cif;
972 closure->fun = fun;
973 closure->user_data = user_data;
988 * entry, r11 holds the address of the closure.
996 ffi_closure_helper_SYSV (ffi_closure *closure, void *rvalue,
1000 /* rvalue is the pointer to space for return value in closure assembly */
1014 cif = closure->cif
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 748 VgCallbackClosure* closure = (VgCallbackClosure*)closureV; local
1140 VgCallbackClosure* closure = (VgCallbackClosure*)closureV; local
1193 VgCallbackClosure* closure = (VgCallbackClosure*)closureV; local
1198 { VgCallbackClosure* closure = (VgCallbackClosure*)closureV; local
1219 VgCallbackClosure* closure = (VgCallbackClosure*)closureV; local
1307 VgCallbackClosure closure; local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
function_sequence.js 18 // Private variables hidden in closure
71 * cases should be used finish function, which is defined in closure and thus
85 * cases should be used nextStep function, which is defined in closure and thus

Completed in 1051 milliseconds

1 2 3 4 56 7 8 91011>>