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

  /external/chromium/base/
message_pump_glib_x_dispatch.h 17 // MessagePumpForUI::Dispatcher provides the mechanism for dispatching
19 class MessagePumpGlibXDispatcher : public MessagePumpForUI::Dispatcher {
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...]
message_pump_glib.cc 129 Dispatcher* dispatcher; member in struct:base::MessagePumpForUI::RunState
176 Dispatcher* dispatcher) {
188 state.dispatcher = dispatcher;
308 if (state_ && state_->dispatcher) { // state_ may be null during tests.
309 if (!state_->dispatcher->Dispatch(event))
346 MessagePumpForUI::Dispatcher* MessagePumpForUI::GetDispatcher() {
347 return state_ ? state_->dispatcher : NULL
    [all...]
message_pump_win.cc 41 Delegate* delegate, Dispatcher* dispatcher) {
44 s.dispatcher = dispatcher;
353 if (state_->dispatcher) {
354 if (!state_->dispatcher->Dispatch(msg))
message_loop.cc 344 if (state_->dispatcher && type() == TYPE_UI) {
346 RunWithDispatcher(this, state_->dispatcher);
645 dispatcher = NULL;
696 void MessageLoopForUI::Run(Dispatcher* dispatcher) {
698 state_->dispatcher = dispatcher;
message_loop_unittest.cc 1186 DispatcherImpl dispatcher; local
1216 DispatcherImpl dispatcher; local
    [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;
physicalsocketserver.cc 523 class EventDispatcher : public Dispatcher {
698 class PosixSignalDispatcher : public Dispatcher {
771 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
879 class FileDispatcher: public Dispatcher, public AsyncFile {
961 class EventDispatcher : public Dispatcher {
1009 class SocketDispatcher : public Dispatcher, public PhysicalSocket {
1183 SocketDispatcher* dispatcher = new SocketDispatcher(this);
1184 if (dispatcher->Create(type)) {
1185 return dispatcher;
1187 delete dispatcher;
    [all...]
  /external/chromium/chrome/browser/ui/views/
user_data_dir_dialog.h 25 public MessageLoopForUI::Dispatcher,
50 // MessageLoop::Dispatcher Method:
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 86 class DeviceWatcher : private talk_base::Dispatcher {
  /external/jdiff/
xerces.jar 

Completed in 230 milliseconds