Searched refs:WindowTreeHost (Results 1 - 25 of 117) 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.h21 class WindowTreeHost;
34 WindowTreeHost* CreateHostForPrimaryDisplay();
72 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.cc40 // WindowTreeHost, public:
42 WindowTreeHost::~WindowTreeHost() {
48 WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
58 WindowTreeHost* WindowTreeHost::GetForAcceleratedWidget(
60 return reinterpret_cast<WindowTreeHost*>(
64 void WindowTreeHost::InitHost() {
71 void WindowTreeHost
178 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...]
H A Dwindow_tree_host_ozone.cc119 WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
124 gfx::Size WindowTreeHost::GetNativeScreenSize() {
/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;
/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)
56 aura::WindowTreeHost* host_; // not owned
61 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/athena/env/public/
H A Dathena_env.h12 class WindowTreeHost;
31 // Returns the single WindowTreeHost for the primary display.
32 virtual aura::WindowTreeHost* GetHost() = 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/chromecast/service/
H A Dcast_service_simple.h12 class WindowTreeHost;
33 scoped_ptr<aura::WindowTreeHost> window_tree_host_;
/external/chromium_org/extensions/shell/browser/
H A Ddesktop_controller.h10 class WindowTreeHost;
37 // Returns the WindowTreeHost created by this DesktopController.
38 virtual aura::WindowTreeHost* GetHost() = 0;
/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/athena/test/
H A Dathena_test_helper.h25 class WindowTreeHost;
57 aura::WindowTreeHost* GetHost();
/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/ui/keyboard/
H A Dkeyboard_util.h18 class WindowTreeHost;
110 aura::WindowTreeHost* host);
123 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_;

Completed in 676 milliseconds

12345