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

  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 122 root_window_->PostNativeEvent(&xevent);
126 root_window_->PostNativeEvent(&xevent);
157 root_window_->PostNativeEvent(&xevent);
195 root_window_->PostNativeEvent(&xevent);
200 root_window_->PostNativeEvent(&xevent);
222 root_window_->PostNativeEvent(marker_event);
232 root_window_->PostNativeEvent(xevent);
243 root_window_->PostNativeEvent(xevent);
  /external/chromium_org/ash/accelerators/
nested_dispatcher_controller_unittest.cc 82 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(native_event_down);
84 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(native_event_up);
91 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(&native_event);
96 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(&native_event);
100 ash::Shell::GetPrimaryRootWindow()->PostNativeEvent(ui::CreateNoopEvent());
  /external/chromium_org/ui/aura/
root_window_host.h 111 virtual void PostNativeEvent(const base::NativeEvent& native_event) = 0;
root_window_host_ozone.h 52 virtual void PostNativeEvent(const base::NativeEvent& event) OVERRIDE;
root_window_host_ozone.cc 116 void RootWindowHostOzone::PostNativeEvent(
root_window_host_win.h 43 virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
root_window_host_x11.h 69 virtual void PostNativeEvent(const base::NativeEvent& event) OVERRIDE;
remote_root_window_host_win.h 190 virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
root_window.h 188 void PostNativeEvent(const base::NativeEvent& native_event);
root_window_host_win.cc 236 void RootWindowHostWin::PostNativeEvent(const base::NativeEvent& native_event) {
root_window.cc 424 void RootWindow::PostNativeEvent(const base::NativeEvent& native_event) {
426 host_->PostNativeEvent(native_event);
    [all...]
remote_root_window_host_win.cc 385 void RemoteRootWindowHostWin::PostNativeEvent(
root_window_host_x11.cc 867 void RootWindowHostX11::PostNativeEvent(
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.h 152 virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
desktop_root_window_host_win.h 125 virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
desktop_root_window_host_win.cc 517 void DesktopRootWindowHostWin::PostNativeEvent(
desktop_root_window_host_x11.cc 742 void DesktopRootWindowHostX11::PostNativeEvent(
    [all...]

Completed in 185 milliseconds