Searched refs:DispatchEvent (Results 1 - 25 of 138) sorted by relevance

123456

/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dwindow_manager_delegate.h25 virtual void DispatchEvent(EventPtr event) = 0;
H A Dview_manager.h32 virtual void DispatchEvent(View* target, EventPtr event) = 0;
/external/chromium_org/ui/events/platform/
H A Dplatform_event_dispatcher.h14 // See documentation for |PlatformEventDispatcher::DispatchEvent()| for
35 virtual uint32_t DispatchEvent(const PlatformEvent& event) = 0;
H A Dplatform_event_source.cc65 uint32_t PlatformEventSource::DispatchEvent(PlatformEvent platform_event) { function in class:ui::PlatformEventSource
72 action = overridden_dispatcher_->DispatchEvent(platform_event);
79 action = dispatcher->DispatchEvent(platform_event);
H A Dplatform_event_source.h46 // |DispatchEvent()| override.
67 virtual uint32_t DispatchEvent(PlatformEvent platform_event);
/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11_unittest.cc108 window_tree_host->DispatchEvent(scoped_xevent);
117 window_tree_host->DispatchEvent(scoped_xevent);
125 window_tree_host->DispatchEvent(scoped_xevent);
133 window_tree_host->DispatchEvent(scoped_xevent);
173 window_tree_host1->DispatchEvent(scoped_xevent);
175 window_tree_host2->DispatchEvent(scoped_xevent);
186 window_tree_host1->DispatchEvent(scoped_xevent);
188 window_tree_host2->DispatchEvent(scoped_xevent);
199 window_tree_host1->DispatchEvent(scoped_xevent);
201 window_tree_host2->DispatchEvent(scoped_xeven
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_event_dispatcher_linux.h24 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/system_private/
H A Dsystem_private_api.cc50 void DispatchEvent(const std::string& event_name, base::Value* argument) { function in namespace:__anon3842
146 DispatchEvent(system_private::OnVolumeChanged::kEventName, dict);
153 DispatchEvent(system_private::OnBrightnessChanged::kEventName, dict);
157 DispatchEvent(system_private::OnScreenUnlocked::kEventName, NULL);
161 DispatchEvent(system_private::OnWokeUp::kEventName, NULL);
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_event_dispatcher_x11.h29 virtual uint32_t DispatchEvent(const PlatformEvent& event) OVERRIDE;
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source.cc118 DispatchEvent(&xevent);
128 DispatchEvent(&event);
135 uint32_t X11EventSource::DispatchEvent(XEvent* xevent) { function in class:ui::X11EventSource
142 uint32_t action = PlatformEventSource::DispatchEvent(xevent);
H A Dx11_event_source.h51 virtual uint32_t DispatchEvent(XEvent* xevent) OVERRIDE;
/external/chromium_org/ui/platform_window/
H A Dplatform_window_delegate.h37 virtual void DispatchEvent(Event* event) = 0;
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc76 delegate_->DispatchEvent(&key_event);
84 delegate_->DispatchEvent(&mouse_event);
89 delegate_->DispatchEvent(&wheel_event);
96 delegate_->DispatchEvent(&scroll_event);
104 delegate_->DispatchEvent(&touch_event);
256 uint32_t X11Window::DispatchEvent(const PlatformEvent& event) { function in class:ui::X11Window
265 delegate_->DispatchEvent(&mouse_event);
270 delegate_->DispatchEvent(&mouse_event);
286 delegate_->DispatchEvent(&key_event);
295 delegate_->DispatchEvent(
[all...]
/external/chromium_org/ui/events/
H A Devent_dispatcher.h45 EventDispatchDetails DispatchEvent(EventTarget* target, Event* event)
94 void DispatchEvent(EventHandler* handler, Event* event);
H A Devent_dispatcher.cc46 EventDispatchDetails EventDispatcherDelegate::DispatchEvent(EventTarget* target, function in class:ui::EventDispatcherDelegate
137 DispatchEvent(target, event);
168 DispatchEvent(handler, event);
180 void EventDispatcher::DispatchEvent(EventHandler* handler, Event* event) { function in class:ui::EventDispatcher
H A Devent_processor_unittest.cc40 void DispatchEvent(Event* event) { function in class:ui::test::EventProcessorTest
56 DispatchEvent(&mouse);
61 DispatchEvent(&mouse);
146 DispatchEvent(&mouse);
160 DispatchEvent(&mouse2);
169 DispatchEvent(&second);
244 DispatchEvent(&mouse);
259 DispatchEvent(&mouse2);
276 DispatchEvent(&mouse);
304 DispatchEvent(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeSymbolicFieldElement.cpp87 setValueAsInteger(index, DispatchEvent);
124 updateVisibleValue(DispatchEvent);
134 updateVisibleValue(DispatchEvent);
H A DDateTimeNumericFieldElement.cpp100 setValueAsInteger(value, DispatchEvent);
137 setValueAsInteger(newValue, DispatchEvent);
140 updateVisibleValue(DispatchEvent);
188 setValueAsInteger(newValue, DispatchEvent);
197 setValueAsInteger(newValue, DispatchEvent);
/external/chromium_org/chrome/browser/extensions/
H A Dglobal_shortcut_listener_x11.h27 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
/external/chromium_org/ui/views/test/
H A Dx11_property_change_waiter.h41 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_extension_api.cc141 DispatchEvent(info->profile(),
151 DispatchEvent(info->profile(),
159 DispatchEvent(info->profile(),
167 DispatchEvent(info->profile(),
175 DispatchEvent(info->profile(),
183 DispatchEvent(info->profile(),
191 DispatchEvent(info->profile(),
224 void ExtensionAccessibilityEventRouter::DispatchEvent( function in class:ExtensionAccessibilityEventRouter
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api_helpers.cc41 void DispatchEvent(content::BrowserContext* browser_context, function in namespace:extensions::web_navigation_api_helpers::__anon3857
84 DispatchEvent(web_contents->GetBrowserContext(),
124 DispatchEvent(web_contents->GetBrowserContext(), event_name, args.Pass(),
142 DispatchEvent(web_contents->GetBrowserContext(),
162 DispatchEvent(web_contents->GetBrowserContext(),
194 DispatchEvent(browser_context,
216 DispatchEvent(web_contents->GetBrowserContext(),
236 DispatchEvent(browser_context,
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_dispatcher_linux.cc67 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE {
88 return prev ? prev->DispatchEvent(event)
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.cc233 DispatchEvent(profile, tabs::OnAttached::kEventName, args.Pass(),
256 DispatchEvent(profile,
278 DispatchEvent(profile,
311 DispatchEvent(profile,
315 DispatchEvent(profile,
324 DispatchEvent(profile, tabs::OnActivated::kEventName, args.Pass(), gesture);
356 DispatchEvent(profile,
360 DispatchEvent(profile,
384 DispatchEvent(profile,
418 void TabsEventRouter::DispatchEvent( function in class:extensions::TabsEventRouter
[all...]
/external/chromium_org/extensions/browser/api/system_info/
H A Dsystem_info_api.cc76 void DispatchEvent(const std::string& event_name,
167 DispatchEvent(system_storage::OnAttached::kEventName, args.Pass());
178 DispatchEvent(system_storage::OnDetached::kEventName, args.Pass());
196 DispatchEvent(system_display::OnDisplayChanged::kEventName, args.Pass());
199 void SystemInfoEventRouter::DispatchEvent(const std::string& event_name, function in class:extensions::__anon8120::SystemInfoEventRouter

Completed in 1183 milliseconds

123456