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

  /external/chromium_org/ui/events/
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_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);
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventDispatcher.h 48 class EventDispatcher {
61 EventDispatcher(Node*, PassRefPtrWillBeRawPtr<Event>);
EventDispatcher.cpp 27 #include "core/events/EventDispatcher.h"
45 bool EventDispatcher::dispatchEvent(Node* node, PassRefPtrWillBeRawPtr<EventDispatchMediator> mediator)
47 TRACE_EVENT0("webkit", "EventDispatcher::dispatchEvent");
51 EventDispatcher dispatcher(node, mediator->event());
55 EventDispatcher::EventDispatcher(Node* node, PassRefPtrWillBeRawPtr<Event> event)
69 void EventDispatcher::dispatchScopedEvent(Node* node, PassRefPtrWillBeRawPtr<EventDispatchMediator> mediator)
76 void EventDispatcher::dispatchSimulatedClick(Node* node, Event* underlyingEvent, SimulatedClickMouseEventOptions mouseEventOptions)
89 EventDispatcher(node, SimulatedMouseEvent::create(EventTypeNames::mouseover, node->document().domWindow(), underlyingEvent)).dispatch();
92 EventDispatcher(node, SimulatedMouseEvent::create(EventTypeNames::mousedown, node->document().domWindow(), underly (…)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 571 class EventDispatcher : public Dispatcher {
573 EventDispatcher(PhysicalSocketServer* ss) : ss_(ss), fSignaled_(false) {
579 virtual ~EventDispatcher() {
1014 class EventDispatcher : public Dispatcher {
1016 EventDispatcher(PhysicalSocketServer *ss) : ss_(ss) {
1023 ~EventDispatcher() {
    [all...]
  /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;
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 624 milliseconds