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

  /external/chromium_org/ui/aura/
root_window_host_delegate.h 30 class AURA_EXPORT RootWindowHostDelegate {
58 virtual ~RootWindowHostDelegate() {}
root_window_host.h 27 class RootWindowHostDelegate;
44 virtual void SetDelegate(RootWindowHostDelegate* delegate) = 0;
root_window_host_ozone.h 29 virtual void SetDelegate(RootWindowHostDelegate* delegate) OVERRIDE;
56 RootWindowHostDelegate* delegate_;
root_window_host_win.h 20 virtual void SetDelegate(RootWindowHostDelegate* delegate) OVERRIDE;
81 RootWindowHostDelegate* delegate_;
root_window_host_x11.h 46 virtual void SetDelegate(RootWindowHostDelegate* delegate) OVERRIDE;
96 // dispatches the event to RootWindowHostDelegate.
106 RootWindowHostDelegate* delegate_;
root_window_host_ozone.cc 43 void RootWindowHostOzone::SetDelegate(RootWindowHostDelegate* delegate) {
remote_root_window_host_win.h 167 virtual void SetDelegate(RootWindowHostDelegate* delegate) OVERRIDE;
195 // The default target is the RootWindowHostDelegate. For nested message loop
206 RootWindowHostDelegate* delegate_;
root_window.h 65 public aura::RootWindowHostDelegate {
105 RootWindowHostDelegate* AsRootWindowHostDelegate();
311 // factor. The RootWindowHostDelegate dispatches events in the physical pixel
367 // Overridden from aura::RootWindowHostDelegate:
root_window_host_win.cc 59 void RootWindowHostWin::SetDelegate(RootWindowHostDelegate* delegate) {
remote_root_window_host_win.cc 265 void RemoteRootWindowHostWin::SetDelegate(RootWindowHostDelegate* delegate) {
root_window.cc 238 RootWindowHostDelegate* RootWindow::AsRootWindowHostDelegate() {
880 // RootWindow, RootWindowHostDelegate implementation:
    [all...]
root_window_host_x11.cc 606 void RootWindowHostX11::SetDelegate(RootWindowHostDelegate* delegate) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
touch_smooth_scroll_gesture_aura.cc 26 aura::RootWindowHostDelegate* root_window_host_delegate =
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.h 129 virtual void SetDelegate(aura::RootWindowHostDelegate* delegate) OVERRIDE;
251 aura::RootWindowHostDelegate* root_window_host_delegate_;
desktop_root_window_host_win.h 102 virtual void SetDelegate(aura::RootWindowHostDelegate* delegate) OVERRIDE;
230 aura::RootWindowHostDelegate* root_window_host_delegate_;
desktop_root_window_host_win.cc 403 aura::RootWindowHostDelegate* delegate) {
803 return static_cast<aura::RootWindowHostDelegate*>(root_window_)->
desktop_root_window_host_x11.cc 550 aura::RootWindowHostDelegate* delegate) {
    [all...]
  /external/chromium_org/content/browser/web_contents/aura/
window_slider_unittest.cc 24 aura::RootWindowHostDelegate* delegate =
  /external/chromium_org/ui/aura/test/
event_generator.cc 537 RootWindowHostDelegate* root_window_host_delegate =

Completed in 399 milliseconds