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

1 2

  /external/chromium_org/ui/events/
event_handler.h 19 class EventDispatcher;
53 friend class EventDispatcher;
55 // EventDispatcher pushes itself on the top of this stack while dispatching
57 std::stack<EventDispatcher*> dispatchers_;
event_dispatcher.h 16 class EventDispatcher;
67 EventDispatcher* dispatcher_;
73 class EVENTS_EXPORT EventDispatcher {
75 explicit EventDispatcher(EventDispatcherDelegate* delegate);
76 virtual ~EventDispatcher();
102 DISALLOW_COPY_AND_ASSIGN(EventDispatcher);
event_dispatcher.cc 82 EventDispatcher* old_dispatcher = dispatcher_;
83 EventDispatcher dispatcher(this);
99 // EventDispatcher:
101 EventDispatcher::EventDispatcher(EventDispatcherDelegate* delegate)
106 EventDispatcher::~EventDispatcher() {
109 void EventDispatcher::OnHandlerDestroyed(EventHandler* handler) {
115 void EventDispatcher::ProcessEvent(EventTarget* target, Event* event) {
151 void EventDispatcher::OnDispatcherDelegateDestroyed()
    [all...]
event_target.h 18 class EventDispatcher;
96 friend class EventDispatcher;
event_handler.cc 17 EventDispatcher* dispatcher = dispatchers_.top();
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventDispatchMediator.h 42 class EventDispatcher;
50 virtual bool dispatchEvent(EventDispatcher*) const;
EventDispatcher.cpp 27 #include "core/events/EventDispatcher.h"
43 bool EventDispatcher::dispatchEvent(Node* node, PassRefPtrWillBeRawPtr<EventDispatchMediator> mediator)
45 TRACE_EVENT0("blink", "EventDispatcher::dispatchEvent");
49 EventDispatcher dispatcher(node, mediator->event());
53 EventDispatcher::EventDispatcher(Node* node, PassRefPtrWillBeRawPtr<Event> event)
67 void EventDispatcher::dispatchScopedEvent(Node* node, PassRefPtrWillBeRawPtr<EventDispatchMediator> mediator)
74 void EventDispatcher::dispatchSimulatedClick(Node* node, Event* underlyingEvent, SimulatedClickMouseEventOptions mouseEventOptions)
90 EventDispatcher(node, SimulatedMouseEvent::create(EventTypeNames::mouseover, node->document().domWindow(), underlyingEvent)).dispatch();
93 EventDispatcher(node, SimulatedMouseEvent::create(EventTypeNames::mousedown, node->document().domWindow(), underly (…)
    [all...]
EventDispatcher.h 48 class EventDispatcher {
61 EventDispatcher(Node*, PassRefPtrWillBeRawPtr<Event>);
EventDispatchMediator.cpp 35 #include "core/events/EventDispatcher.h"
54 bool EventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
FocusEvent.cpp 30 #include "core/events/EventDispatcher.h"
81 bool FocusEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
97 bool BlurEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
113 bool FocusInEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
129 bool FocusOutEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
FocusEvent.h 84 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
93 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
102 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
111 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
GestureEvent.h 29 #include "core/events/EventDispatcher.h"
70 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
KeyboardEvent.h 32 class EventDispatcher;
123 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
ScopedEventQueue.cpp 36 #include "core/events/EventDispatcher.h"
83 EventDispatcher::dispatchEvent(node, mediator);
MouseEvent.h 34 class EventDispatcher;
139 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
TouchEvent.cpp 31 #include "core/events/EventDispatcher.h"
127 bool TouchEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
TouchEvent.h 95 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
WheelEvent.h 115 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
GestureEvent.cpp 112 bool GestureEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
WheelEvent.cpp 120 bool WheelEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
Event.h 37 class EventDispatcher;
KeyboardEvent.cpp 225 bool KeyboardEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
MouseEvent.cpp 28 #include "core/events/EventDispatcher.h"
246 bool MouseEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
280 EventDispatcher::dispatchEvent(dispatcher->node(), MouseEventDispatchMediator::create(doubleClickEvent));
  /external/chromium_org/third_party/webrtc/base/
physicalsocketserver.cc 554 class EventDispatcher : public Dispatcher {
556 EventDispatcher(PhysicalSocketServer* ss) : ss_(ss), fSignaled_(false) {
562 virtual ~EventDispatcher() {
997 class EventDispatcher : public Dispatcher {
999 EventDispatcher(PhysicalSocketServer *ss) : ss_(ss) {
1006 ~EventDispatcher() {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 526 class EventDispatcher {
529 EventDispatcher() : Mgr(nullptr) { }
534 static_cast<EventDispatcher<EVENT> *>(checker)->Mgr = &mgr;

Completed in 222 milliseconds

1 2