Searched defs:aura (Results 126 - 150 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/ash/wm/
H A Dmru_window_tracker.h14 #include "ui/aura/window_observer.h"
17 namespace aura { namespace
30 : public aura::client::ActivationChangeObserver,
31 public aura::WindowObserver {
33 typedef std::vector<aura::Window*> WindowList;
36 aura::client::ActivationClient* activation_client);
61 void SetActiveWindow(aura::Window* active_window);
63 // Overridden from aura::client::ActivationChangeObserver:
64 virtual void OnWindowActivated(aura::Window* gained_active,
65 aura
[all...]
H A Droot_window_layout_manager.h12 #include "ui/aura/layout_manager.h"
14 namespace aura { namespace
31 class RootWindowLayoutManager : public aura::LayoutManager {
33 explicit RootWindowLayoutManager(aura::Window* owner);
36 // Overridden from aura::LayoutManager:
38 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
39 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE;
40 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE;
41 virtual void OnChildWindowVisibilityChanged(aura::Window* child,
43 virtual void SetChildBounds(aura
[all...]
H A Dworkspace_controller.h13 namespace aura { namespace
28 explicit WorkspaceController(aura::Window* viewport);
49 aura::Window* viewport_;
/external/chromium_org/ash/wm/workspace/
H A Dphantom_window_controller.h13 namespace aura { namespace
28 explicit PhantomWindowController(aura::Window* window);
42 aura::Window* root_window,
46 aura::Window* window_;
/external/chromium_org/athena/system/
H A Dstatus_icon_container_view.h12 namespace aura { namespace
22 aura::Window* popup_container);
32 aura::Window* system_modal_container_;
/external/chromium_org/chromecast/service/
H A Dcast_service_simple.h11 namespace aura { namespace
33 scoped_ptr<aura::WindowTreeHost> window_tree_host_;
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_resize_lock_aura.h13 namespace aura { namespace
25 CompositorResizeLock(aura::WindowTreeHost* host,
39 aura::WindowTreeHost* host_;
/external/chromium_org/content/browser/web_contents/aura/
H A Dshadow_layer_delegate.h12 namespace aura { namespace
/external/chromium_org/remoting/host/chromeos/
H A Daura_desktop_capturer.h15 namespace aura { namespace
17 } // namespace aura
44 aura::Window* desktop_window_;
/external/chromium_org/ui/aura/client/
H A Dcursor_client.h9 #include "ui/aura/aura_export.h"
21 namespace aura { namespace
94 } // namespace aura
/external/chromium_org/ui/aura/
H A Denv_observer.h8 #include "ui/aura/aura_export.h"
10 namespace aura { namespace
33 } // namespace aura
H A Dscoped_window_targeter.h10 #include "ui/aura/window_observer.h"
16 namespace aura { namespace
44 } // namespace aura
H A Dwindow_tracker.cc5 #include "ui/aura/window_tracker.h"
7 #include "ui/aura/window.h"
9 namespace aura { namespace
43 } // namespace aura
H A Dwindow_tracker.h12 #include "ui/aura/aura_export.h"
13 #include "ui/aura/window_observer.h"
15 namespace aura { namespace
48 } // namespace aura
H A Dwindow_tree_host_win.h10 #include "ui/aura/aura_export.h"
11 #include "ui/aura/window_tree_host.h"
16 namespace aura { namespace
68 } // namespace aura
/external/chromium_org/ui/aura/test/
H A Denv_test_helper.h8 #include "ui/aura/env.h"
9 #include "ui/aura/input_state_lookup.h"
11 namespace aura { namespace
30 } // namespace aura
H A Dtest_screen.h9 #include "ui/aura/window_observer.h"
19 namespace aura { namespace
72 aura::WindowTreeHost* host_;
81 } // namespace aura
H A Dtest_window_tree_client.cc5 #include "ui/aura/test/test_window_tree_client.h"
7 #include "ui/aura/window.h"
9 namespace aura { namespace
28 } // namespace aura
/external/chromium_org/ui/views/accessibility/
H A Dax_aura_obj_cache.h15 namespace aura { namespace
17 } // namespace aura
33 AXAuraObjWrapper* GetOrCreate(aura::Window* window);
38 int32 GetID(aura::Window* window);
47 void Remove(aura::Window* window);
73 std::map<aura::Window*, int32> window_to_id_map_;
/external/chromium_org/ui/views/corewm/
H A Dtooltip.h11 namespace aura { namespace
29 virtual void SetText(aura::Window* window,
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_capture_client.h12 #include "ui/aura/client/capture_client.h"
15 namespace aura { namespace
35 class VIEWS_EXPORT DesktopCaptureClient : public aura::client::CaptureClient {
37 explicit DesktopCaptureClient(aura::Window* root);
40 // Overridden from aura::client::CaptureClient:
41 virtual void SetCapture(aura::Window* window) OVERRIDE;
42 virtual void ReleaseCapture(aura::Window* window) OVERRIDE;
43 virtual aura::Window* GetCaptureWindow() OVERRIDE;
44 virtual aura::Window* GetGlobalCaptureWindow() OVERRIDE;
49 aura
[all...]
H A Ddesktop_cursor_loader_updater.h11 namespace aura { namespace
H A Ddesktop_drop_target_win.h9 #include "ui/aura/window_observer.h"
12 namespace aura { namespace
27 // aura::client::DragDropDelegate calls.
29 public aura::WindowObserver {
31 DesktopDropTargetWin(aura::Window* root_window, HWND window);
50 // aura::WindowObserver implementation:
51 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
61 aura::client::DragDropDelegate** delegate);
66 aura::Window* root_window_;
71 // could be multiple aura window
[all...]
H A Dx11_desktop_window_move_client.h19 namespace aura { namespace
28 public aura::client::WindowMoveClient {
38 // Overridden from aura::client::WindowMoveClient:
39 virtual aura::client::WindowMoveResult RunMoveLoop(
40 aura::Window* window,
42 aura::client::WindowMoveSource move_source) OVERRIDE;
50 aura::WindowTreeHost* host_;
H A Dx11_topmost_window_finder.h14 namespace aura { namespace
30 aura::Window* FindLocalProcessWindowAt(const gfx::Point& screen_loc,
31 const std::set<aura::Window*>& ignore);
42 bool ShouldStopIteratingAtLocalProcessWindow(aura::Window* window);
45 std::set<aura::Window*> ignore_;

Completed in 1448 milliseconds

1234567891011>>