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

  /external/chromium/base/
message_pump_glib.h 38 // Dispatcher is used during a nested invocation of Run to dispatch events.
39 // If Run is invoked with a non-NULL Dispatcher, MessageLoop does not
41 // passed to Dispatcher's Dispatch method for dispatch. It is up to the
42 // Dispatcher to dispatch, or not, the event.
46 class Dispatcher {
48 virtual ~Dispatcher() {}
57 // Like MessagePump::Run, but GdkEvent objects are routed through dispatcher.
58 virtual void RunWithDispatcher(Delegate* delegate, Dispatcher* dispatcher);
93 // Returns the dispatcher for the current run state (|state_->dispatcher|)
    [all...]
message_pump_win.h 45 // Dispatcher is used during a nested invocation of Run to dispatch events.
46 // If Run is invoked with a non-NULL Dispatcher, MessageLoop does not
48 // passed to Dispatcher's Dispatch method for dispatch. It is up to the
49 // Dispatcher to dispatch, or not, the event.
53 class Dispatcher {
55 virtual ~Dispatcher() {}
76 // Like MessagePump::Run, but MSG objects are routed through dispatcher.
77 void RunWithDispatcher(Delegate* delegate, Dispatcher* dispatcher);
86 Dispatcher* dispatcher member in struct:base::MessagePumpWin::RunState
    [all...]
message_loop.h 21 // We need this to declare base::MessagePumpWin::Dispatcher, which we should
72 typedef base::MessagePumpWin::Dispatcher Dispatcher;
76 typedef base::MessagePumpGlibXDispatcher Dispatcher;
78 typedef base::MessagePumpForUI::Dispatcher Dispatcher;
344 Dispatcher* dispatcher; member in struct:MessageLoop::RunState
549 void Run(Dispatcher* dispatcher);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.h 44 // Event constants for the Dispatcher class.
58 class Dispatcher {
60 virtual ~Dispatcher() {}
91 void Add(Dispatcher* dispatcher);
92 void Remove(Dispatcher* dispatcher);
111 typedef std::vector<Dispatcher*> DispatcherList;
  /external/jdiff/
xerces.jar 

Completed in 179 milliseconds