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

  /external/webkit/Source/WebCore/dom/
EventDispatcher.h 49 class EventDispatcher {
61 EventDispatcher(Node*);
75 inline Node* EventDispatcher::node() const
EventDispatcher.cpp 27 #include "EventDispatcher.h"
54 bool EventDispatcher::dispatchEvent(Node* node, const EventDispatchMediator& mediator)
58 EventDispatcher dispatcher(node);
92 void EventDispatcher::dispatchScopedEvent(Node* node, PassRefPtr<Event> event)
100 void EventDispatcher::dispatchSimulatedClick(Node* node, PassRefPtr<Event> underlyingEvent, bool sendMouseEvents, bool showPressedLook)
105 EventDispatcher dispatcher(node);
133 PassRefPtr<EventTarget> EventDispatcher::adjustToShadowBoundaries(PassRefPtr<Node> relatedTarget, const Vector<Node*> relatedTargetAncestors)
191 PassRefPtr<EventTarget> EventDispatcher::adjustRelatedTarget(Event* event, PassRefPtr<EventTarget> prpRelatedTarget)
227 EventDispatcher::EventDispatcher(Node* node
    [all...]
KeyboardEvent.h 32 class EventDispatcher;
123 virtual bool dispatchEvent(EventDispatcher*) const;
MouseEvent.h 32 class EventDispatcher;
108 virtual bool dispatchEvent(EventDispatcher*) const;
WheelEvent.h 91 virtual bool dispatchEvent(EventDispatcher*) const;
Event.h 35 class EventDispatcher;
206 virtual bool dispatchEvent(EventDispatcher*) const;
KeyboardEvent.cpp 28 #include "EventDispatcher.h"
169 bool KeyboardEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
WheelEvent.cpp 26 #include "EventDispatcher.h"
118 bool WheelEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
Event.cpp 25 #include "EventDispatcher.h"
311 bool EventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
MouseEvent.cpp 26 #include "EventDispatcher.h"
165 bool MouseEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
Node.cpp 54 #include "EventDispatcher.h"
    [all...]
  /external/chromium/base/
message_pump_glib.h 83 // some task before/after calling the default handler (EventDispatcher).
101 // Invoked from EventDispatcher. Notifies all observers we're about to
105 // Invoked from EventDispatcher. Notifies all observers we processed an
110 static void EventDispatcher(GdkEvent* event, void* data);
message_pump_glib.cc 163 gdk_event_handler_set(&EventDispatcher, this, NULL);
359 void MessagePumpForUI::EventDispatcher(GdkEvent* event, gpointer data) {
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 523 class EventDispatcher : public Dispatcher {
525 EventDispatcher(PhysicalSocketServer* ss) : ss_(ss), fSignaled_(false) {
531 virtual ~EventDispatcher() {
961 class EventDispatcher : public Dispatcher {
963 EventDispatcher(PhysicalSocketServer *ss) : ss_(ss) {
970 ~EventDispatcher() {
1131 class Signaler : public EventDispatcher {
1134 : EventDispatcher(ss), pf_(pf) {
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 52 private static final EventDispatcher dispatcher = new EventDispatcher("Preference Event Dispatcher");
818 private static class EventDispatcher extends Thread {
819 EventDispatcher(String name){
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 450 class EventDispatcher {
453 EventDispatcher() : Mgr(0) { }
458 static_cast<EventDispatcher<EVENT> *>(checker)->Mgr = &mgr;
  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 31 EventDispatcher<ImplicitNullDerefEvent> > {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/webkit/Source/WebCore/
Android.mk 146 dom/EventDispatcher.cpp \
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 436 milliseconds