Searched refs:RootWindow (Results 1 - 25 of 168) sorted by relevance

1234567

/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aura.h11 class RootWindow;
15 ui_controls::UIControlsAura* CreateUIControlsAura(RootWindow* root_window);
H A Daura_test_base.h15 class RootWindow;
21 // TODO(beng): Instances of this test will create and own a RootWindow.
44 RootWindow* dispatcher() { return helper_->dispatcher(); }
/external/chromium_org/ui/aura/
H A Droot_window_observer.h16 class RootWindow;
21 // Invoked after the RootWindow's host has been resized.
22 virtual void OnRootWindowHostResized(const RootWindow* root) {}
24 // Invoked after the RootWindow's host has been moved on screen.
25 virtual void OnRootWindowHostMoved(const RootWindow* root,
30 virtual void OnRootWindowHostCloseRequested(const RootWindow* root) {}
33 virtual void OnKeyboardMappingChanged(const RootWindow* root) {}
H A Denv_observer.h12 class RootWindow;
21 virtual void OnRootWindowInitialized(RootWindow* root_window) {};
23 // Called when a RootWindow's host is activated.
24 virtual void OnRootWindowActivated(RootWindow* root_window) {}
H A Droot_window.cc85 RootWindowHost* CreateHost(RootWindow* root_window,
86 const RootWindow::CreateParams& params) {
141 RootWindow::CreateParams::CreateParams(const gfx::Rect& a_initial_bounds)
147 // RootWindow, public:
149 RootWindow::RootWindow(const CreateParams& params) function in class:aura::RootWindow
164 window()->SetName("RootWindow");
177 RootWindow::~RootWindow() {
178 TRACE_EVENT0("shutdown", "RootWindow
[all...]
H A Denv.h28 class RootWindow;
76 // Invoked by RootWindow when its host is activated.
77 void RootWindowActivated(RootWindow* root_window);
82 friend class RootWindow;
89 // Called by the RootWindow when it is initialized. Notifies observers.
90 void NotifyRootWindowInitialized(RootWindow* root_window);
H A Dwindow_tree_host_delegate.h27 class RootWindow;
30 // with their owning RootWindow.
56 virtual RootWindow* AsRootWindow() = 0;
57 virtual const RootWindow* AsRootWindow() const = 0;
/external/chromium_org/content/browser/aura/
H A Dcompositor_resize_lock.h13 namespace aura { class RootWindow; }
22 CompositorResizeLock(aura::RootWindow* root_window,
36 aura::RootWindow* root_window_;
/external/chromium_org/ash/test/
H A Dui_controls_factory_ash.h9 class RootWindow;
H A Dmirror_window_test_api.h12 class RootWindow;
29 const aura::RootWindow* GetRootWindow() const;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop_delegate.h9 // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class.
10 #undef RootWindow macro
H A Ddesktop_cursor_loader_updater.h12 class RootWindow;
36 virtual void OnCreate(aura::RootWindow* window,
H A Dx11_desktop_window_move_client.h10 // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class.
11 #undef RootWindow macro
24 class RootWindow;
61 aura::RootWindow* root_window_;
H A Dx11_window_event_filter.h9 // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class.
10 #undef RootWindow macro
20 class RootWindow;
35 X11WindowEventFilter(aura::RootWindow* root_window,
H A Ddesktop_cursor_loader_updater_auralinux.h20 virtual void OnCreate(aura::RootWindow* window,
H A Ddesktop_native_cursor_manager.h14 class RootWindow;
28 // A NativeCursorManager that interacts with only one RootWindow. (Unlike the
34 aura::RootWindow* window,
62 aura::RootWindow* root_window_;
/external/chromium_org/content/shell/browser/
H A Dshell_aura.h17 class RootWindow;
33 aura::RootWindow* window() { return root_window_.get(); }
36 scoped_ptr<aura::RootWindow> root_window_;
/external/chromium_org/ash/wm/
H A Dboot_splash_screen_chromeos.h15 class RootWindow;
33 explicit BootSplashScreen(aura::RootWindow* root_window);
H A Dboot_splash_screen_chromeos.cc23 explicit CopyHostContentLayerDelegate(aura::RootWindow* root_window)
49 aura::RootWindow* root_window_; // not owned
54 BootSplashScreen::BootSplashScreen(aura::RootWindow* root_window)
/external/chromium_org/chrome/browser/ui/aura/
H A Dactive_desktop_monitor.h30 static bool IsDesktopWindow(aura::RootWindow* root_window);
34 virtual void OnRootWindowActivated(aura::RootWindow* root_window) OVERRIDE;
/external/chromium_org/ash/high_contrast/
H A Dhigh_contrast_controller.h12 class RootWindow;
/external/chromium_org/ash/display/
H A Dvirtual_keyboard_window_controller.cc44 aura::RootWindow::CreateParams params(bounds_in_native);
47 aura::RootWindow* root_window = new aura::RootWindow(params);
54 // the DisplayController object outlives RootWindow objects.
68 aura::RootWindow* root_window = root_window_controller_->dispatcher();
94 aura::RootWindow* root_window = root_window_controller_->dispatcher();
H A Dmirror_window_controller.h19 class RootWindow;
63 virtual void OnRootWindowHostResized(const aura::RootWindow* root) OVERRIDE;
75 scoped_ptr<aura::RootWindow> root_window_;
/external/chromium_org/ash/
H A Dshell_factory.h11 class RootWindow;
/external/chromium_org/ui/gfx/x/
H A Dx11_atom_cache.h16 // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class.
17 #undef RootWindow macro

Completed in 3793 milliseconds

1234567