Searched refs:WindowTreeHost (Results 1 - 25 of 108) sorted by relevance

12345

/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aura.h11 class WindowTreeHost;
15 ui_controls::UIControlsAura* CreateUIControlsAura(WindowTreeHost* host);
H A Daura_test_utils.h15 class WindowTreeHost;
19 const gfx::Point& QueryLatestMousePositionRequestInHost(WindowTreeHost* host);
H A Daura_test_utils.cc14 explicit WindowTreeHostTestApi(WindowTreeHost* host) : host_(host) {}
21 WindowTreeHost* host_;
26 const gfx::Point& QueryLatestMousePositionRequestInHost(WindowTreeHost* host) {
H A Dtest_screen.h20 class WindowTreeHost;
33 WindowTreeHost* CreateHostForPrimaryDisplay();
70 aura::WindowTreeHost* host_;
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_observer.h16 class WindowTreeHost;
21 virtual void OnHostResized(const WindowTreeHost* host) {}
24 virtual void OnHostMoved(const WindowTreeHost* host,
28 virtual void OnHostCloseRequested(const WindowTreeHost* host) {}
H A Denv_observer.h13 class WindowTreeHost;
20 // Called when a WindowTreeHost is initialized.
21 virtual void OnHostInitialized(WindowTreeHost* host) {};
23 // Called when a WindowTreeHost is activated.
24 virtual void OnHostActivated(WindowTreeHost* host) {}
H A Dwindow_tree_host.cc39 // WindowTreeHost, public:
41 WindowTreeHost::~WindowTreeHost() {
47 WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
57 WindowTreeHost* WindowTreeHost::GetForAcceleratedWidget(
59 return reinterpret_cast<WindowTreeHost*>(
63 void WindowTreeHost::InitHost() {
70 void WindowTreeHost
175 WindowTreeHost::WindowTreeHost() function in class:aura::WindowTreeHost
[all...]
H A Denv.h29 class WindowTreeHost;
72 friend class WindowTreeHost;
83 // Called by the WindowTreeHost when it is initialized. Notifies observers.
84 void NotifyHostInitialized(WindowTreeHost* host);
86 // Invoked by WindowTreeHost when it is activated. Notifies observers.
87 void NotifyHostActivated(WindowTreeHost* host);
H A Dwindow_tree_host.h39 // WindowTreeHost bridges between a native window and the embedded RootWindow.
42 class AURA_EXPORT WindowTreeHost { class in namespace:aura
44 virtual ~WindowTreeHost();
46 // Creates a new WindowTreeHost. The caller owns the returned value.
47 static WindowTreeHost* Create(const gfx::Rect& bounds);
49 // Returns the WindowTreeHost for the specified accelerated widget, or NULL
51 static WindowTreeHost* GetForAcceleratedWidget(gfx::AcceleratedWidget widget);
67 const_cast<const WindowTreeHost*>(this)->dispatcher());
126 // Shows the WindowTreeHost.
129 // Hides the WindowTreeHost
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_resize_lock_aura.h14 class WindowTreeHost;
25 CompositorResizeLock(aura::WindowTreeHost* host,
39 aura::WindowTreeHost* host_;
/external/chromium_org/ash/test/
H A Dmirror_window_test_api.h13 class WindowTreeHost;
30 const aura::WindowTreeHost* GetHost() const;
H A Dmirror_window_test_api.cc17 const aura::WindowTreeHost* MirrorWindowTestApi::GetHost() const {
/external/chromium_org/ash/wm/
H A Dboot_splash_screen_chromeos.h15 class WindowTreeHost;
32 explicit BootSplashScreen(aura::WindowTreeHost* host);
H A Dboot_splash_screen_chromeos.cc22 explicit CopyHostContentLayerDelegate(aura::WindowTreeHost* host)
53 aura::WindowTreeHost* host_; // not owned
58 BootSplashScreen::BootSplashScreen(aura::WindowTreeHost* host)
/external/chromium_org/ash/host/
H A Dash_window_tree_host.h13 class WindowTreeHost;
49 virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
/external/chromium_org/chrome/browser/ui/aura/
H A Dactive_desktop_monitor.h14 // WindowTreeHost activations.
23 // WindowTreeHost. This desktop type may no longer exist (e.g., the Ash
30 static bool IsDesktopWindow(aura::WindowTreeHost* host);
34 virtual void OnHostActivated(aura::WindowTreeHost* host) OVERRIDE;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_cursor_manager.h16 class WindowTreeHost;
44 void AddHost(aura::WindowTreeHost* host);
47 void RemoveHost(aura::WindowTreeHost* host);
68 typedef std::set<aura::WindowTreeHost*> Hosts;
H A Dx11_desktop_window_move_client.h20 class WindowTreeHost;
50 aura::WindowTreeHost* host_;
/external/chromium_org/content/shell/browser/
H A Dshell_platform_data_aura.h37 aura::WindowTreeHost* host() { return host_.get(); }
40 scoped_ptr<aura::WindowTreeHost> host_;
/external/chromium_org/mojo/services/view_manager/
H A Droot_view_manager.h20 class WindowTreeHost;
61 scoped_ptr<aura::WindowTreeHost> window_tree_host_;
/external/chromium_org/athena/test/
H A Dathena_test_helper.h24 class WindowTreeHost;
56 aura::WindowTreeHost* host() { return host_.get(); }
64 scoped_ptr<aura::WindowTreeHost> host_;
/external/chromium_org/ui/wm/test/
H A Dwm_test_helper.h15 class WindowTreeHost;
45 aura::WindowTreeHost* host() { return host_.get(); }
53 scoped_ptr<aura::WindowTreeHost> host_;
/external/chromium_org/ash/display/
H A Dvirtual_keyboard_window_controller.cc49 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost();
66 aura::WindowTreeHost* host = root_window_controller_->GetHost();
91 aura::WindowTreeHost* host = root_window_controller_->GetHost();
/external/chromium_org/ui/keyboard/
H A Dkeyboard_util.h18 class WindowTreeHost;
113 aura::WindowTreeHost* host);
126 aura::WindowTreeHost* host);
/external/chromium_org/apps/shell/browser/
H A Dshell_desktop_controller.h21 class WindowTreeHost;
71 aura::WindowTreeHost* host() { return host_.get(); }
99 virtual void OnHostCloseRequested(const aura::WindowTreeHost* host) OVERRIDE;
120 scoped_ptr<aura::WindowTreeHost> host_;

Completed in 1041 milliseconds

12345