OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostNativeEvent
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc
121
root_window_->host()->
PostNativeEvent
(&xevent);
125
root_window_->host()->
PostNativeEvent
(&xevent);
156
root_window_->host()->
PostNativeEvent
(&xevent);
196
root_window_->host()->
PostNativeEvent
(&xevent);
201
root_window_->host()->
PostNativeEvent
(&xevent);
223
root_window_->host()->
PostNativeEvent
(marker_event);
232
root_window_->host()->
PostNativeEvent
(xevent);
242
root_window_->host()->
PostNativeEvent
(xevent);
/external/chromium_org/ash/accelerators/
nested_dispatcher_controller_unittest.cc
82
ash::Shell::GetPrimaryRootWindow()->host()->
PostNativeEvent
(
85
ash::Shell::GetPrimaryRootWindow()->host()->
PostNativeEvent
(native_event_up);
91
dispatcher->host()->
PostNativeEvent
(native_event);
93
dispatcher->host()->
PostNativeEvent
(native_event);
97
dispatcher->host()->
PostNativeEvent
(ui::CreateNoopEvent());
/external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc
143
dispatcher->host()->
PostNativeEvent
(&xevent);
147
dispatcher->host()->
PostNativeEvent
(&xevent);
188
root_window->GetDispatcher()->host()->
PostNativeEvent
(&xevent);
227
root_window->GetDispatcher()->host()->
PostNativeEvent
(&xevent);
232
root_window->GetDispatcher()->host()->
PostNativeEvent
(&xevent);
283
root_window->host()->
PostNativeEvent
(xevent);
293
root_window->host()->
PostNativeEvent
(xevent);
/external/chromium_org/ui/aura/
root_window_host_ozone.h
47
virtual void
PostNativeEvent
(const base::NativeEvent& event) OVERRIDE;
window_tree_host.h
107
virtual void
PostNativeEvent
(const base::NativeEvent& native_event) = 0;
root_window_host_ozone.cc
110
void RootWindowHostOzone::
PostNativeEvent
(
root_window_host_win.h
38
virtual void
PostNativeEvent
(const base::NativeEvent& native_event) OVERRIDE;
root_window_host_x11.h
66
virtual void
PostNativeEvent
(const base::NativeEvent& event) OVERRIDE;
remote_root_window_host_win.h
229
virtual void
PostNativeEvent
(const base::NativeEvent& native_event) OVERRIDE;
root_window_host_win.cc
220
void RootWindowHostWin::
PostNativeEvent
(const base::NativeEvent& native_event) {
remote_root_window_host_win.cc
463
void RemoteRootWindowHostWin::
PostNativeEvent
(
root_window_host_x11.cc
765
void RootWindowHostX11::
PostNativeEvent
(
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.h
151
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
563
void DesktopRootWindowHostWin::
PostNativeEvent
(
[
all
...]
desktop_root_window_host_x11.cc
879
void DesktopRootWindowHostX11::
PostNativeEvent
(
[
all
...]
Completed in 132 milliseconds