Searched defs:aura (Results 226 - 250 of 302) sorted by relevance

1234567891011>>

/external/chromium_org/ui/aura/test/
H A Dtest_cursor_client.h11 #include "ui/aura/client/cursor_client.h"
17 namespace aura { namespace
20 class TestCursorClient : public aura::client::CursorClient {
22 explicit TestCursorClient(aura::Window* root_window);
34 // Overridden from aura::client::CursorClient:
50 aura::client::CursorClientObserver* observer) OVERRIDE;
52 aura::client::CursorClientObserver* observer) OVERRIDE;
62 ObserverList<aura::client::CursorClientObserver> observers_;
63 aura::Window* root_window_;
69 } // namespace aura
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.h12 #include "ui/aura/aura_export.h"
31 namespace aura { namespace
41 // aura.
201 } // namespace aura
H A Denv.cc5 #include "ui/aura/env.h"
9 #include "ui/aura/env_observer.h"
10 #include "ui/aura/input_state_lookup.h"
18 namespace aura { namespace
22 // Env is thread local so that aura may be used on multiple threads.
123 } // namespace aura
H A Denv.h11 #include "ui/aura/aura_export.h"
20 namespace aura { namespace
110 } // namespace aura
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller.h13 #include "ui/aura/window_observer.h"
19 namespace aura { namespace
32 // TooltipController provides tooltip functionality for aura.
33 class VIEWS_EXPORT TooltipController : public aura::client::TooltipClient,
35 public aura::WindowObserver {
40 // Overridden from aura::client::TooltipClient.
41 virtual void UpdateTooltip(aura::Window* target) OVERRIDE;
42 virtual void SetTooltipShownTimeout(aura::Window* target,
52 // Overridden from aura::WindowObserver.
53 virtual void OnWindowDestroyed(aura
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.h21 namespace aura { namespace
46 virtual bool RunMoveLoop(aura::Window* window,
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.h10 #include "ui/aura/client/focus_change_observer.h"
11 #include "ui/aura/window_delegate.h"
12 #include "ui/aura/window_observer.h"
22 namespace aura { namespace
38 public aura::WindowDelegate,
39 public aura::WindowObserver,
40 public aura::client::ActivationDelegate,
41 public aura::client::ActivationChangeObserver,
42 public aura::client::FocusChangeObserver,
43 public aura
[all...]
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.h23 namespace aura { namespace
103 virtual void OnRootWindowAdded(aura::Window* root_window) OVERRIDE;
129 void InstallDesktopController(aura::Window* root_window);
/external/chromium_org/ash/display/
H A Ddisplay_controller.h20 #include "ui/aura/window.h"
21 #include "ui/aura/window_tree_host_observer.h"
25 namespace aura { namespace
53 public aura::WindowTreeHostObserver,
63 // but before the change is applied to aura/ash.
104 aura::Window* GetPrimaryRootWindow();
107 aura::Window* GetRootWindowForDisplayId(int64 id);
128 aura::Window::Windows GetAllRootWindows();
144 bool UpdateWorkAreaOfDisplayNearestWindow(const aura::Window* window,
152 // aura
[all...]
H A Dmouse_cursor_event_filter.h16 namespace aura { namespace
46 void ShowSharedEdgeIndicator(aura::Window* from);
74 static void MoveCursorTo(aura::Window* root,
96 void GetSrcAndDstRootWindows(aura::Window** src_window,
97 aura::Window** dst_window);
101 bool WarpMouseCursorIfNecessaryForTest(aura::Window* target_root,
119 aura::Window* drag_source_root_;
/external/chromium_org/ash/session/
H A Dsession_state_delegate.h14 namespace aura { namespace
16 } // namespace aura
82 aura::Window* window) = 0;
138 virtual bool ShouldShowAvatar(aura::Window* window) const = 0;
/external/chromium_org/ash/
H A Dshell_observer.h11 namespace aura { namespace
33 virtual void OnRootWindowAdded(aura::Window* root_window) {}
36 virtual void OnShelfCreatedForRootWindow(aura::Window* root_window) {}
39 virtual void OnShelfAlignmentChanged(aura::Window* root_window) {}
46 aura::Window* root_window) {}
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_item.h10 #include "ui/aura/window_observer.h"
14 namespace aura { namespace
30 public aura::WindowObserver {
40 virtual aura::Window* GetRootWindow() = 0;
44 virtual bool HasSelectableWindow(const aura::Window* window) = 0;
47 virtual bool Contains(const aura::Window* target) = 0;
51 virtual void RestoreWindowOnExit(aura::Window* window) = 0;
54 virtual aura::Window* SelectionWindow() = 0;
58 virtual void RemoveWindow(const aura::Window* window);
70 void SetBounds(aura
[all...]
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.h20 #include "ui/aura/layout_manager.h"
21 #include "ui/aura/window_observer.h"
26 namespace aura { namespace
54 : public aura::LayoutManager,
57 public aura::WindowObserver,
59 public aura::client::ActivationChangeObserver,
64 explicit PanelLayoutManager(aura::Window* panel_container);
70 void StartDragging(aura::Window* panel);
73 void ToggleMinimize(aura::Window* panel);
79 views::Widget* GetCalloutWidgetForPanel(aura
[all...]
/external/chromium_org/ash/wm/
H A Dvideo_detector.h18 #include "ui/aura/env_observer.h"
19 #include "ui/aura/window_observer.h"
21 namespace aura { namespace
43 class ASH_EXPORT VideoDetector : public aura::EnvObserver,
44 public aura::WindowObserver,
69 virtual void OnWindowInitialized(aura::Window* window) OVERRIDE;
72 virtual void OnDelegatedFrameDamage(aura::Window* window,
74 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
81 typedef std::map<aura::Window*, linked_ptr<WindowInfo> > WindowInfoMap;
86 void MaybeNotifyObservers(aura
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.h14 #include "ui/aura/window_observer.h"
18 namespace aura { namespace
40 public views::MouseWatcherListener, public aura::WindowObserver {
47 void Show(aura::Window* window, int component, const gfx::Point& point);
56 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
74 aura::Window* window1;
77 aura::Window* window2;
84 std::vector<aura::Window*> other_windows;
92 ResizeWindows DetermineWindows(aura::Window* window,
98 ResizeWindows DetermineWindowsFromScreenPoint(aura
[all...]
/external/chromium_org/athena/home/
H A Dhome_card_impl.h19 namespace aura { namespace
50 public aura::client::ActivationChangeObserver {
57 aura::Window* GetHomeCardWindowForTest() const;
92 // aura::client::ActivationChangeObserver:
93 virtual void OnWindowActivated(aura::Window* gained_active,
94 aura::Window* lost_active) OVERRIDE;
108 aura::client::ActivationClient* activation_client_; // Not owned
/external/chromium_org/athena/wm/
H A Dsplit_view_controller.h20 namespace aura { namespace
41 SplitViewController(aura::Window* container,
55 void ActivateSplitMode(aura::Window* left,
56 aura::Window* right,
57 aura::Window* to_activate);
65 void ReplaceWindow(aura::Window* window,
66 aura::Window* replace_with);
73 aura::Window* left_window() { return left_window_; }
74 aura::Window* right_window() { return right_window_; }
130 aura
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_item_controller.h22 namespace aura { namespace
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Duser_switch_animator_chromeos.h13 namespace aura { namespace
15 } // namespace aura
42 static bool CoversScreen(aura::Window* window);
89 TransitioningScreenCover GetScreenCover(aura::Window* root_window);
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.h25 namespace aura { namespace
60 virtual void HandleTakePartialScreenshot(aura::Window* window,
80 void GrabPartialWindowSnapshotAsync(aura::Window* window,
84 void GrabFullWindowSnapshotAsync(aura::Window* window,
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.h16 #include "ui/aura/window_delegate.h"
17 #include "ui/aura/window_observer.h"
21 namespace aura { namespace
45 public aura::WindowDelegate,
46 public aura::client::DragDropDelegate,
47 public aura::WindowObserver {
87 aura::Window* GetWindowToAnimateForOverscroll();
156 // Overridden from aura::WindowDelegate:
164 aura::Window* child,
170 virtual void OnWindowDestroying(aura
[all...]
/external/chromium_org/content/public/test/
H A Dtest_renderer_host.h17 #include "ui/aura/test/aura_test_helper.h"
20 namespace aura { namespace
226 aura::Window* root_window() { return aura_test_helper_->root_window(); }
240 scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
/external/chromium_org/extensions/shell/browser/
H A Dshell_desktop_controller.h12 #include "ui/aura/client/window_tree_client.h"
13 #include "ui/aura/window_tree_host_observer.h"
20 namespace aura { namespace
57 public aura::client::WindowTreeClient,
62 public aura::WindowTreeHostObserver {
68 virtual aura::WindowTreeHost* GetHost() OVERRIDE;
71 virtual void AddAppWindow(aura::Window* window) OVERRIDE;
74 // aura::client::WindowTreeClient overrides:
75 virtual aura::Window* GetDefaultParent(aura
[all...]
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_app.h11 #include "mojo/aura/window_tree_host_mojo.h"
12 #include "mojo/aura/window_tree_host_mojo_delegate.h"
22 #include "ui/aura/client/focus_change_observer.h"
26 namespace aura { namespace
53 // This object maintains an aura::WindowTreeHost containing a hierarchy of
54 // aura::Windows. Window manager functionality (e.g. focus, activation,
55 // modality, etc.) are implemented using aura core window manager components.
63 public aura::client::FocusChangeObserver,
64 public aura::client::ActivationChangeObserver {
70 static View* GetViewForWindow(aura
[all...]

Completed in 1460 milliseconds

1234567891011>>