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

1 2

  /external/chromium_org/ui/events/platform/
platform_event_dispatcher.h 27 virtual bool CanDispatchEvent(const PlatformEvent& event) = 0;
platform_event_source.cc 78 if (dispatcher->CanDispatchEvent(platform_event))
  /external/chromium_org/ui/views/controls/menu/
menu_event_dispatcher_linux.h 23 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
menu_event_dispatcher_linux.cc 23 bool MenuEventDispatcher::CanDispatchEvent(const ui::PlatformEvent& event) {
  /external/chromium_org/ash/host/
ash_window_tree_host_x11_unittest.cc 107 if (window_tree_host->CanDispatchEvent(scoped_xevent))
116 if (window_tree_host->CanDispatchEvent(scoped_xevent))
124 if (window_tree_host->CanDispatchEvent(scoped_xevent))
132 if (window_tree_host->CanDispatchEvent(scoped_xevent))
172 if (window_tree_host1->CanDispatchEvent(scoped_xevent))
174 if (window_tree_host2->CanDispatchEvent(scoped_xevent))
185 if (window_tree_host1->CanDispatchEvent(scoped_xevent))
187 if (window_tree_host2->CanDispatchEvent(scoped_xevent))
198 if (window_tree_host1->CanDispatchEvent(scoped_xevent))
200 if (window_tree_host2->CanDispatchEvent(scoped_xevent)
    [all...]
ash_window_tree_host_x11.h 48 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
ash_window_tree_host_x11.cc 191 bool AshWindowTreeHostX11::CanDispatchEvent(const ui::PlatformEvent& event) {
192 if(!WindowTreeHostX11::CanDispatchEvent(event))
  /external/chromium_org/ui/display/chromeos/x11/
native_display_event_dispatcher_x11.h 28 virtual bool CanDispatchEvent(const PlatformEvent& event) OVERRIDE;
native_display_event_dispatcher_x11.cc 29 bool NativeDisplayEventDispatcherX11::CanDispatchEvent(
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_x11.h 26 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
global_shortcut_listener_x11.cc 86 bool GlobalShortcutListenerX11::CanDispatchEvent(
  /external/chromium_org/ui/views/test/
x11_property_change_waiter.h 40 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
x11_property_change_waiter.cc 63 bool X11PropertyChangeWaiter::CanDispatchEvent(const ui::PlatformEvent& event) {
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.h 42 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
desktop_screen_x11.h 52 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
x11_desktop_handler.h 60 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
  /external/chromium_org/ui/gl/
gl_surface_glx.h 78 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
  /external/chromium_org/ui/ozone/platform/caca/
caca_window.h 65 virtual bool CanDispatchEvent(const PlatformEvent& event) OVERRIDE;
caca_window.cc 138 bool CacaWindow::CanDispatchEvent(const PlatformEvent& event) { return true; }
  /external/chromium_org/ui/ozone/platform/dri/
dri_window.h 50 virtual bool CanDispatchEvent(const PlatformEvent& event) OVERRIDE;
dri_window.cc 94 bool DriWindow::CanDispatchEvent(const PlatformEvent& ne) {
  /external/chromium_org/ui/platform_window/x11/
x11_window.h 47 virtual bool CanDispatchEvent(const PlatformEvent& event) OVERRIDE;
  /external/chromium_org/ui/aura/
window_tree_host_x11.h 41 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE;
  /external/chromium_org/ui/wm/core/
nested_accelerator_dispatcher_linux.cc 63 virtual bool CanDispatchEvent(const ui::PlatformEvent& event) OVERRIDE {
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.h 101 virtual bool CanDispatchEvent(const PlatformEvent& event) OVERRIDE;

Completed in 586 milliseconds

1 2