Home
last modified time | relevance | path

Searched defs:EventDispatcher (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/dom/
DMouseEvent.h32 class EventDispatcher; variable
DKeyboardEvent.h32 class EventDispatcher; variable
DEventDispatcher.cpp227 EventDispatcher::EventDispatcher(Node* node) in EventDispatcher() function in WebCore::EventDispatcher
DEvent.h35 class EventDispatcher; variable
/external/chromium/base/
Dmessage_pump_glib.cc359 void MessagePumpForUI::EventDispatcher(GdkEvent* event, gpointer data) { in EventDispatcher() function in base::MessagePumpForUI
/external/chromium/third_party/libjingle/source/talk/base/
Dphysicalsocketserver.cc523 class EventDispatcher : public Dispatcher { class
525 EventDispatcher(PhysicalSocketServer* ss) : ss_(ss), fSignaled_(false) { in EventDispatcher() function in talk_base::EventDispatcher
961 class EventDispatcher : public Dispatcher { class
963 EventDispatcher(PhysicalSocketServer *ss) : ss_(ss) { in EventDispatcher() function in talk_base::EventDispatcher
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h453 EventDispatcher() : Mgr(0) { } in EventDispatcher() function