HomeSort by relevance Sort by last modified time
    Searched refs:Closure (Results 351 - 375 of 1507) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/quic/test_tools/
test_task_runner.h 30 const base::Closure& task,
  /external/chromium_org/net/socket/
tcp_socket_libevent.h 139 // Watcher simply forwards notifications to Closure objects set via the
143 Watcher(const base::Closure& read_ready_callback,
144 const base::Closure& write_ready_callback);
152 base::Closure read_ready_callback_;
153 base::Closure write_ready_callback_;
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h 60 const base::Closure& callback) OVERRIDE;
62 const base::Closure& callback) OVERRIDE;
66 virtual void Echo(const base::Closure& callback) OVERRIDE;
80 base::Closure channel_error_callback_;
  /external/chromium_org/remoting/client/
audio_decode_scheduler.h 39 const base::Closure& done) OVERRIDE;
  /external/chromium_org/remoting/host/
mouse_clamping_filter.cc 23 const base::Closure& done) {
  /external/chromium_org/remoting/host/win/
session_input_injector.h 31 const base::Closure& inject_sas);
  /external/chromium_org/remoting/protocol/
audio_reader.cc 39 const base::Closure& done_task) {
audio_reader.h 40 const base::Closure& done_task);
host_event_dispatcher.h 43 const base::Closure& done_task);
protobuf_video_reader.h 37 const base::Closure& done_task);
protobuf_video_writer.h 39 const base::Closure& done) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README 2 * Copyright 2009 The Closure Compiler Authors.
21 The Closure Compiler performs checking, instrumentation, and
23 explain how to build and run the Closure Compiler.
25 The Closure Compiler requires Java 6 or higher.
30 // Building The Closure Compiler
33 There are three ways to get a Closure Compiler executable.
37 Pre-built Closure binaries can be found at
38 http://code.google.com/p/closure-compiler/downloads/list
43 First, check out the full source tree of the Closure Compiler. There
45 http://code.google.com/p/closure-compiler/source/checkou
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once.cc 65 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure) {
67 // Fast path. The provided closure was already executed.
71 // The closure execution did not complete yet. The once object can be in one
74 // - EXECUTING_CLOSURE: Another thread is already executing the closure.
82 // closure.
83 closure->Run();
86 // Another thread has already started executing the closure. We need to
common.h 809 // a Closure to call when the procedure completes. See the Service interface
812 // To automatically construct a Closure which calls a particular function or
822 // Closure* callback = NewCallback(&FooDone, response);
839 // Closure* callback = NewCallback(this, &Handler::FooDone, response);
865 class LIBPROTOBUF_EXPORT Closure {
867 Closure() {}
868 virtual ~Closure();
873 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Closure);
878 class LIBPROTOBUF_EXPORT FunctionClosure0 : public Closure {
898 class MethodClosure0 : public Closure {
    [all...]
  /external/chromium_org/ui/gl/android/
surface_texture.h 31 void SetFrameAvailableCallback(const base::Closure& callback);
  /external/chromium_org/webkit/child/
worker_task_runner.cc 18 RunClosureTask(const base::Closure& task) : task_(task) {}
24 base::Closure task_;
47 int id, const base::Closure& closure) {
53 return found->second.postTask(new RunClosureTask(closure));
56 int WorkerTaskRunner::PostTaskToAllThreads(const base::Closure& closure) {
60 it->second.postTask(new RunClosureTask(closure));
  /frameworks/wilhelm/src/
ThreadPool.c 28 Closure *pClosure = ThreadPool_remove(tp);
29 // closure is NULL when thread pool is being destroyed
34 const Closure closure = *pClosure; local
37 ClosureKind kind = closure.mKind;
38 void *context1 = closure.mContext1;
39 void *context2 = closure.mContext2;
40 int parameter1 = closure.mParameter1;
44 ClosureHandler_ppi handler_ppi = closure.mHandler.mHandler_ppi;
51 ClosureHandler_ppii handler_ppii = closure.mHandler.mHandler_ppii
255 Closure *closure = (Closure *) malloc(sizeof(Closure)); local
    [all...]
  /external/chromium_org/google_apis/gcm/base/
socket_stream.cc 85 net::Error SocketInputStream::Refresh(const base::Closure& callback,
93 CloseStream(net::ERR_UNEXPECTED, base::Closure());
99 CloseStream(net::ERR_CONNECTION_CLOSED, base::Closure());
116 RefreshCompletionCallback(base::Closure(), result);
161 const base::Closure& callback, int result) {
199 const base::Closure& callback) {
249 net::Error SocketOutputStream::Flush(const base::Closure& callback) {
271 FlushCompletionCallback(base::Closure(), result);
294 const base::Closure& callback, int result) {
  /external/chromium_org/media/base/
pipeline.h 108 const base::Closure& ended_cb,
112 const base::Closure& duration_change_cb);
121 void Stop(const base::Closure& stop_cb);
270 const base::Closure& ended_cb,
274 const base::Closure& duration_change_cb);
277 void StopTask(const base::Closure& stop_cb);
434 base::Closure stop_cb_;
437 base::Closure ended_cb_;
440 base::Closure duration_change_cb_;
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 39 // Event waiter executes the specified closure|when a matching event
46 EventWaiter(const base::Closure& closure, EventWaiterMatcher matcher)
47 : closure_(closure),
70 base::Closure closure_;
99 window, key, control, shift, alt, command, base::Closure());
108 const base::Closure& closure) OVERRIDE {
133 RunClosureAfterAllPendingUIEvents(closure); variable
139 return SendMouseMoveNotifyWhenDone(x, y, base::Closure());
157 RunClosureAfterAllPendingUIEvents(closure); variable
204 RunClosureAfterAllPendingUIEvents(closure); variable
    [all...]
  /external/chromium_org/chromeos/dbus/
cros_disks_client.cc 88 const base::Closure& callback,
89 const base::Closure& error_callback) OVERRIDE {
115 const base::Closure& callback,
116 const base::Closure& error_callback) OVERRIDE {
139 const base::Closure& error_callback) OVERRIDE {
154 const base::Closure& error_callback) OVERRIDE {
171 const base::Closure& error_callback) OVERRIDE {
237 void OnMount(const base::Closure& callback,
238 const base::Closure& error_callback,
248 void OnUnmount(const base::Closure& callback
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 750 // a Closure to call when the procedure completes. See the Service interface
753 // To automatically construct a Closure which calls a particular function or
763 // Closure* callback = NewCallback(&FooDone, response);
780 // Closure* callback = NewCallback(this, &Handler::FooDone, response);
806 class LIBPROTOBUF_EXPORT Closure {
808 Closure() {}
809 virtual ~Closure();
814 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Closure);
819 class LIBPROTOBUF_EXPORT FunctionClosure0 : public Closure {
838 class MethodClosure0 : public Closure {
    [all...]
  /external/chromium_org/base/message_loop/
message_pump_glib_unittest.cc 74 void AddEvent(int delay_ms, const Closure& callback) {
75 AddEventHelper(delay_ms, callback, Closure());
79 AddEventHelper(delay_ms, Closure(), Closure());
82 void AddEventAsTask(int delay_ms, const Closure& task) {
83 AddEventHelper(delay_ms, Closure(), task);
96 Closure callback;
97 Closure task;
105 int delay_ms, const Closure& callback, const Closure& task)
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_win_unittest.cc 214 base::Closure(),
250 base::Closure(),
291 base::Closure(),
312 base::Closure(), BluetoothAdapter::ErrorCallback());
334 base::Closure(), BluetoothAdapter::ErrorCallback());
389 base::Closure(), BluetoothAdapter::ErrorCallback());
393 base::Closure(), BluetoothAdapter::ErrorCallback());
397 base::Closure(), BluetoothAdapter::ErrorCallback());
404 base::Closure(), BluetoothAdapter::ErrorCallback());
407 base::Closure(), BluetoothAdapter::ErrorCallback())
    [all...]
  /external/chromium_org/ash/wm/
boot_splash_screen_chromeos.cc 44 virtual base::Closure PrepareForLayerBoundsChange() OVERRIDE {
45 return base::Closure();

Completed in 995 milliseconds

<<11121314151617181920>>