HomeSort by relevance Sort by last modified time
    Searched refs:closure (Results 76 - 100 of 455) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/media/base/
serial_runner.cc 15 // Converts a Closure into a bound function accepting a PipelineStatusCB.
17 const base::Closure& closure,
19 closure.Run();
23 // Converts a bound function accepting a Closure into a bound function
45 void SerialRunner::Queue::Push(const base::Closure& closure) {
46 bound_fns_.push(base::Bind(&RunClosure, closure));
video_decoder.h 92 // aborted before |closure| is called.
93 // Note: No VideoDecoder calls should be made before |closure| is executed.
94 virtual void Reset(const base::Closure& closure) = 0;
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.h 26 static void ContextLostThunk(void* closure);
  /external/chromium_org/mojo/public/c/gles2/
gles2.h 25 void* closure,
  /external/chromium_org/mojo/public/platform/native/
gles2_thunks.h 23 void* closure,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContextTask.h 57 static PassOwnPtr<CallClosureTask> create(const Closure& closure)
59 return adoptPtr(new CallClosureTask(closure));
64 explicit CallClosureTask(const Closure& closure) : m_closure(closure) { }
65 Closure m_closure;
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_output_reads.cpp 121 emit_return_copy(const void *key, void *data, void *closure)
123 ir_return *ir = (ir_return *) closure;
129 emit_main_copy(const void *key, void *data, void *closure)
131 ir_function_signature *sig = (ir_function_signature *) closure;
  /external/chromium_org/tools/gn/
template.h 22 // includes a closure and the code to run when the template is invoked.
30 // Makes a new closure based on the given scope.
33 // Takes ownership of a previously-constructed closure.
34 Template(scoped_ptr<Scope> closure, const FunctionCallNode* def);
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 60 window, key, control, shift, alt, command, base::Closure());
69 const base::Closure& closure) OVERRIDE {
97 RunClosureAfterAllPendingUIEvents(closure); variable
102 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure());
107 const base::Closure& closure) OVERRIDE {
134 RunClosureAfterAllPendingUIEvents(closure); variable
138 return SendMouseEventsNotifyWhenDone(type, state, base::Closure());
143 const base::Closure& closure) OVERRIDE
181 RunClosureAfterAllPendingUIEvents(closure); variable
    [all...]
ui_controls_factory_ozone.cc 29 window, key, control, shift, alt, command, base::Closure());
38 const base::Closure& closure) OVERRIDE {
84 RunClosureAfterAllPendingUIEvents(closure); variable
89 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure());
94 const base::Closure& closure) OVERRIDE {
111 RunClosureAfterAllPendingUIEvents(closure); variable
116 return SendMouseEventsNotifyWhenDone(type, state, base::Closure());
121 const base::Closure& closure) OVERRIDE
155 RunClosureAfterAllPendingUIEvents(closure); variable
    [all...]
  /external/mesa3d/src/glsl/
lower_output_reads.cpp 121 emit_return_copy(const void *key, void *data, void *closure)
123 ir_return *ir = (ir_return *) closure;
129 emit_main_copy(const void *key, void *data, void *closure)
131 ir_function_signature *sig = (ir_function_signature *) closure;
  /external/openfst/src/script/
closure.cc 19 #include <fst/script/closure.h>
24 void Closure(MutableFstClass *fst, ClosureType closure_type) {
27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args);
30 REGISTER_FST_OPERATION(Closure, StdArc, ClosureArgs);
31 REGISTER_FST_OPERATION(Closure, LogArc, ClosureArgs);
32 REGISTER_FST_OPERATION(Closure, Log64Arc, ClosureArgs);
  /external/valgrind/main/none/
nl_main.c 39 IRSB* nl_instrument ( VgCallbackClosure* closure,
  /external/chromium_org/cc/base/
delayed_unique_notifier.cc 16 const base::Closure& closure,
19 closure_(closure),
73 // Note the order here is important since closure might schedule another run.
  /external/chromium_org/chrome/common/extensions/docs/server2/
timer.py 50 def TimerClosure(closure, *args, **optargs):
52 (closure return value, timer).
56 return closure(*args, **optargs), timer
  /external/chromium_org/mojo/gles2/
gles2_impl.cc 26 void* closure,
31 async_waiter, scoped_handle.Pass(), lost_callback, closure));
  /external/chromium_org/mojo/public/cpp/test_support/lib/
test_utils.cc 69 void* closure) {
79 (*single_iteration)(closure);
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.h 58 base::Closure closure; member in struct:ppapi::proxy::MessageLoopResource::TaskInfo
69 // NOTE: The given closure will be run *WITHOUT* acquiring the Proxy lock.
73 const base::Closure& closure,
  /external/chromium_org/ppapi/shared_impl/
proxy_lock.cc 94 void CallWhileUnlocked(const base::Closure& closure) {
96 closure.Run();
  /external/chromium_org/ui/base/test/
ui_controls_aura.cc 38 const base::Closure& task) {
53 const base::Closure& task) {
67 const base::Closure& task) {
79 void RunClosureAfterAllPendingUIEvents(const base::Closure& closure) {
80 instance_->RunClosureAfterAllPendingUIEvents(closure);
ui_controls_win.cc 28 base::Closure());
37 const base::Closure& task) {
45 return internal::SendMouseMoveImpl(x, y, base::Closure());
48 bool SendMouseMoveNotifyWhenDone(long x, long y, const base::Closure& task) {
55 return internal::SendMouseEventsImpl(type, state, base::Closure());
59 const base::Closure& task) {
66 return internal::SendMouseEventsImpl(type, UP | DOWN, base::Closure());
69 void RunClosureAfterAllPendingUIEvents(const base::Closure& closure) {
70 // On windows, posting UI events is synchronous so just post the closure
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xthreads.h 47 # define xthread_fork(func,closure) cthread_fork(func,closure)
76 # define xthread_fork(func,closure) thr_create(NULL,0,func,closure,THR_NEW_LWP|THR_DETACHED,NULL)
112 # define xthread_fork(func,closure) { \
114 CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)func, (LPVOID)closure, 0, \
172 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \
173 pthread_create(&_tmpxthr,NULL,func,closure); }
202 # define xthread_fork(func,closure) { thr_t _tmpxthr; \
204 thr_create(&_tmpxthr,NULL,func,closure); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xthreads.h 47 # define xthread_fork(func,closure) cthread_fork(func,closure)
76 # define xthread_fork(func,closure) thr_create(NULL,0,func,closure,THR_NEW_LWP|THR_DETACHED,NULL)
112 # define xthread_fork(func,closure) { \
114 CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)func, (LPVOID)closure, 0, \
172 # define xthread_fork(func,closure) { pthread_t _tmpxthr; \
173 pthread_create(&_tmpxthr,NULL,func,closure); }
202 # define xthread_fork(func,closure) { thr_t _tmpxthr; \
204 thr_create(&_tmpxthr,NULL,func,closure); }
    [all...]
  /external/chromium_org/base/task/
cancelable_task_tracker.cc 20 using base::Closure;
26 void RunIfNotCanceled(const CancellationFlag* flag, const Closure& task) {
32 const Closure& task,
33 const Closure& untrack) {
43 void RunAndDeleteFlag(const Closure& closure, const CancellationFlag* flag) {
44 closure.Run();
48 void RunOrPostToTaskRunner(TaskRunner* task_runner, const Closure& closure) {
50 closure.Run()
    [all...]
  /external/chromium_org/media/audio/
audio_input_unittest.cc 148 // Synchronously runs the provided callback/closure on the audio thread.
149 void RunOnAudioThread(const base::Closure& closure) {
156 closure,
160 closure.Run();
164 void RunOnAudioThreadImpl(const base::Closure& closure,
167 closure.Run();

Completed in 458 milliseconds

1 2 34 5 6 7 8 91011>>