HomeSort by relevance Sort by last modified time
    Searched defs:dispatcher (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/glib/gobject/
gobjectnotifyqueue.c 42 GObjectNotifyQueueDispatcher dispatcher; member in struct:_GObjectNotifyContext
125 context->dispatcher (object, n_pspecs, pspecs);
  /external/chromium/base/
message_pump_glib.h 37 // Dispatcher is used during a nested invocation of Run to dispatch events.
38 // If Run is invoked with a non-NULL Dispatcher, MessageLoop does not
40 // passed to Dispatcher's Dispatch method for dispatch. It is up to the
41 // Dispatcher to dispatch, or not, the event.
45 class Dispatcher {
47 virtual ~Dispatcher() {}
56 // Like MessagePump::Run, but GdkEvent objects are routed through dispatcher.
57 virtual void RunWithDispatcher(Delegate* delegate, Dispatcher* dispatcher);
86 Dispatcher* dispatcher member in struct:base::MessagePumpForUI::RunState
    [all...]
message_pump_win.h 43 // Dispatcher is used during a nested invocation of Run to dispatch events.
44 // If Run is invoked with a non-NULL Dispatcher, MessageLoop does not
46 // passed to Dispatcher's Dispatch method for dispatch. It is up to the
47 // Dispatcher to dispatch, or not, the event.
51 class Dispatcher {
53 virtual ~Dispatcher() {}
74 // Like MessagePump::Run, but MSG objects are routed through dispatcher.
75 void RunWithDispatcher(Delegate* delegate, Dispatcher* dispatcher);
84 Dispatcher* dispatcher member in struct:base::MessagePumpWin::RunState
    [all...]
message_loop.h 19 // We need this to declare base::MessagePumpWin::Dispatcher, which we should
255 typedef base::MessagePumpWin::Dispatcher Dispatcher;
258 typedef base::MessagePumpForUI::Dispatcher Dispatcher;
273 Dispatcher* dispatcher; member in struct:MessageLoop::RunState
465 void Run(Dispatcher* dispatcher);
message_loop_unittest.cc 1133 DispatcherImpl dispatcher; local
1163 DispatcherImpl dispatcher; local
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 51 /** the event dispatcher thread */
52 private static final EventDispatcher dispatcher = new EventDispatcher("Preference Event Dispatcher"); field in class:AbstractPreferences
60 dispatcher.setDaemon(true);
61 dispatcher.start();
  /external/webkit/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 109 v8::Handle<v8::Object> dispatcher = v8::Local<v8::Object>::Cast( local
111 if (dispatcher.IsEmpty())
113 dispatcher->Set(v8::String::New("enabled"), v8::Boolean::New(enabled));
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 1140 final KeyEvent.DispatcherState dispatcher = local
1309 final KeyEvent.DispatcherState dispatcher = local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 211 milliseconds