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

1 2 3 4 5 6

  /external/chromium_org/mojo/services/public/cpp/view_manager/
window_manager_delegate.h 25 virtual void DispatchEvent(EventPtr event) = 0;
view_manager.h 32 virtual void DispatchEvent(View* target, EventPtr event) = 0;
  /external/chromium_org/ui/events/platform/
platform_event_dispatcher.h 14 // See documentation for |PlatformEventDispatcher::DispatchEvent()| for
35 virtual uint32_t DispatchEvent(const PlatformEvent& event) = 0;
platform_event_source.cc 65 uint32_t PlatformEventSource::DispatchEvent(PlatformEvent platform_event) {
72 action = overridden_dispatcher_->DispatchEvent(platform_event);
79 action = dispatcher->DispatchEvent(platform_event);
platform_event_source.h 46 // |DispatchEvent()| override.
67 virtual uint32_t DispatchEvent(PlatformEvent platform_event);
  /external/chromium_org/ui/views/controls/menu/
menu_event_dispatcher_linux.h 24 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
  /external/chromium_org/ash/host/
ash_window_tree_host_x11_unittest.cc 108 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_xevent)
    [all...]
  /external/chromium_org/ui/display/chromeos/x11/
native_display_event_dispatcher_x11.h 29 virtual uint32_t DispatchEvent(const PlatformEvent& event) OVERRIDE;
  /external/chromium_org/ui/platform_window/
platform_window_delegate.h 37 virtual void DispatchEvent(Event* event) = 0;
  /external/chromium_org/chrome/browser/extensions/api/system_private/
system_private_api.cc 50 void DispatchEvent(const std::string& event_name, base::Value* argument) {
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/chrome/browser/extensions/
global_shortcut_listener_x11.h 27 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
permissions_updater.h 81 void DispatchEvent(const std::string& extension_id,
  /external/chromium_org/ui/events/platform/x11/
x11_event_source.cc 118 DispatchEvent(&xevent);
128 DispatchEvent(&event);
135 uint32_t X11EventSource::DispatchEvent(XEvent* xevent) {
142 uint32_t action = PlatformEventSource::DispatchEvent(xevent);
x11_event_source.h 51 virtual uint32_t DispatchEvent(XEvent* xevent) OVERRIDE;
  /external/chromium_org/ui/views/test/
x11_property_change_waiter.h 41 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
  /external/chromium_org/ui/platform_window/x11/
x11_window.cc 76 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) {
265 delegate_->DispatchEvent(&mouse_event);
270 delegate_->DispatchEvent(&mouse_event);
286 delegate_->DispatchEvent(&key_event);
295 delegate_->DispatchEvent(&mouseev)
    [all...]
  /external/chromium_org/ui/events/
event_dispatcher.h 45 EventDispatchDetails DispatchEvent(EventTarget* target, Event* event)
94 void DispatchEvent(EventHandler* handler, Event* event);
event_dispatcher.cc 46 EventDispatchDetails EventDispatcherDelegate::DispatchEvent(EventTarget* target,
137 DispatchEvent(target, event);
168 DispatchEvent(handler, event);
180 void EventDispatcher::DispatchEvent(EventHandler* handler, Event* event) {
event_processor_unittest.cc 40 void DispatchEvent(Event* event) {
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(&mouse)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.h 60 void DispatchEvent(const std::string& event_name,
tabs_event_router.cc 233 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(
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.h 43 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_api.cc 141 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(
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api_helpers.cc 41 void DispatchEvent(content::BrowserContext* browser_context,
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/
nested_accelerator_dispatcher_linux.cc 67 virtual uint32_t DispatchEvent(const ui::PlatformEvent& event) OVERRIDE {
88 return prev ? prev->DispatchEvent(event)

Completed in 233 milliseconds

1 2 3 4 5 6