Searched defs:aura (Results 276 - 300 of 302) sorted by relevance

<<111213

/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller.h12 #include "ui/aura/window_observer.h"
19 namespace aura { namespace
40 public aura::WindowObserver {
56 aura::Window* GetContainerWindow();
108 bool ShouldEnableInsets(aura::Window* window);
111 void UpdateWindowInsets(aura::Window* window);
117 // aura::WindowObserver overrides
151 void AddBoundsChangedObserver(aura::Window* window);
154 scoped_ptr<aura::Window> container_;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.h16 #include "ui/aura/window_observer.h"
25 namespace aura { namespace
49 // Implements drag and drop on X11 for aura. On one side, this class takes raw
53 : public aura::client::DragDropClient,
54 public aura::WindowObserver,
58 aura::Window* root_window,
82 // Overridden from aura::client::DragDropClient:
85 aura::Window* root_window,
86 aura::Window* source_window,
90 virtual void DragUpdate(aura
[all...]
H A Ddesktop_native_widget_aura.h9 #include "ui/aura/client/focus_change_observer.h"
10 #include "ui/aura/window_delegate.h"
11 #include "ui/aura/window_tree_host_observer.h"
20 namespace aura { namespace
57 public aura::WindowDelegate,
58 public aura::client::ActivationDelegate,
59 public aura::client::ActivationChangeObserver,
60 public aura::client::FocusChangeObserver,
62 public aura::client::DragDropDelegate,
63 public aura
[all...]
/external/chromium_org/ash/
H A Droot_window_controller.h16 #include "ui/aura/window.h"
17 #include "ui/aura/window_tree_host.h"
22 namespace aura { namespace
80 // |GetRootWindowController(aura::WindowEventDispatcher*)| function.
97 static RootWindowController* ForShelf(const aura::Window* window);
100 static RootWindowController* ForWindow(const aura::Window* window);
106 static aura::Window* GetContainerForWindow(aura::Window* window);
113 aura::WindowTreeHost* GetHost();
114 const aura
[all...]
H A Dshell.h23 #include "ui/aura/window.h"
35 namespace aura { namespace
167 public aura::client::ActivationChangeObserver {
199 static aura::Window* GetPrimaryRootWindow();
206 static aura::Window* GetTargetRootWindow();
212 static aura::Window::Windows GetAllRootWindows();
214 static aura::Window* GetContainer(aura::Window* root_window,
216 static const aura::Window* GetContainer(const aura
[all...]
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.h13 #include "ui/aura/window_observer.h"
20 namespace aura { namespace
149 virtual void OnTransientChildAdded(aura::Window* window,
150 aura::Window* transient) OVERRIDE;
151 virtual void OnTransientChildRemoved(aura::Window* window,
152 aura::Window* transient) OVERRIDE;
249 aura::Window* native_window_;
H A Dwindow_state.h15 #include "ui/aura/window_observer.h"
18 namespace aura { namespace
40 // of defining separate functions (like |MaximizeWindow(aura::Window*
41 // window)|) or using aura Window property.
44 // Prefer using this class instead of passing aura::Window* around in
47 class ASH_EXPORT WindowState : public aura::WindowObserver {
84 aura::Window* window() { return window_; }
85 const aura::Window* window() const { return window_; }
121 // These methods use aura::WindowProperty to change the window's state
284 void CreateDragDetails(aura
[all...]
H A Dimmersive_fullscreen_controller.cc14 #include "ui/aura/client/aura_constants.h"
15 #include "ui/aura/client/capture_client.h"
16 #include "ui/aura/client/cursor_client.h"
17 #include "ui/aura/client/screen_position_client.h"
18 #include "ui/aura/env.h"
19 #include "ui/aura/window.h"
20 #include "ui/aura/window_event_dispatcher.h"
67 views::BubbleDelegateView* AsBubbleDelegate(aura::Window* maybe_bubble) {
77 bool IsWindowTransientChildOf(aura::Window* maybe_transient,
78 aura
225 OnWindowVisibilityChanged( aura::Window*, bool visible) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.h35 #include "ui/aura/window_observer.h"
53 namespace aura { namespace
263 aura::Window* root_window) const;
267 bool CanUserModifyShelfAutoHideBehavior(aura::Window* root_window) const;
271 void ToggleShelfAutoHideBehavior(aura::Window* root_window);
312 virtual void OnShelfAlignmentChanged(aura::Window* root_window) OVERRIDE;
342 aura::Window* root_window,
395 bool ShelfBoundsChangesProbablyWithUser(aura::Window* root_window,
468 aura::Window* root_window);
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.h18 #include "ui/aura/window_observer.h"
29 namespace aura { namespace
31 } // namespace aura
50 // - aura::Window::Hide() is currently hiding the window and all owned transient
51 // children. However aura::Window::Show() is only showing the window itself.
60 public aura::WindowObserver,
77 aura::Window* window, const std::string& user_id) OVERRIDE;
79 aura::Window* window) const OVERRIDE;
81 aura::Window* window, const std::string& user_id) OVERRIDE;
86 aura
[all...]
/external/chromium_org/ui/aura/test/
H A Dtest_screen.cc5 #include "ui/aura/test/test_screen.h"
8 #include "ui/aura/env.h"
9 #include "ui/aura/window.h"
10 #include "ui/aura/window_event_dispatcher.h"
11 #include "ui/aura/window_tree_host.h"
17 namespace aura { namespace
31 // Use (0,0) because the desktop aura tests are executed in
179 } // namespace aura
H A Dtest_window_delegate.cc5 #include "ui/aura/test/test_window_delegate.h"
8 #include "ui/aura/window.h"
19 namespace aura { namespace
227 } // namespace aura
/external/chromium_org/ui/aura/
H A Dwindow.h17 #include "ui/aura/aura_export.h"
18 #include "ui/aura/window_layer_type.h"
19 #include "ui/aura/window_observer.h"
44 namespace aura { namespace
147 // |aura::client::ScreenPositionClient| interface.
436 void NotifyWindowVisibilityChanged(aura::Window* target, bool visible);
439 bool NotifyWindowVisibilityChangedAtReceiver(aura::Window* target,
444 bool NotifyWindowVisibilityChangedDown(aura::Window* target, bool visible);
446 void NotifyWindowVisibilityChangedUp(aura::Window* target, bool visible);
548 } // namespace aura
[all...]
H A Dwindow_observer.h10 #include "ui/aura/aura_export.h"
16 namespace aura { namespace
106 // void MyWindowObserver::OnWindowDestroyed(aura::Window* window) {
142 } // namespace aura
H A Dwindow_tree_host.cc5 #include "ui/aura/window_tree_host.h"
9 #include "ui/aura/client/capture_client.h"
10 #include "ui/aura/client/cursor_client.h"
11 #include "ui/aura/env.h"
12 #include "ui/aura/window.h"
13 #include "ui/aura/window_event_dispatcher.h"
14 #include "ui/aura/window_targeter.h"
15 #include "ui/aura/window_tree_host_observer.h"
27 namespace aura { namespace
278 } // namespace aura
[all...]
H A Dwindow_tree_host_ozone.cc5 #include "ui/aura/window_tree_host_ozone.h"
7 #include "ui/aura/window_event_dispatcher.h"
12 namespace aura { namespace
129 } // namespace aura
H A Dwindow_tree_host_win.cc5 #include "ui/aura/window_tree_host_win.h"
12 #include "ui/aura/client/cursor_client.h"
13 #include "ui/aura/window_event_dispatcher.h"
27 namespace aura { namespace
173 } // namespace aura
H A Dremote_window_tree_host_win.cc5 #include "ui/aura/remote_window_tree_host_win.h"
14 #include "ui/aura/client/aura_constants.h"
15 #include "ui/aura/client/cursor_client.h"
16 #include "ui/aura/window_event_dispatcher.h"
17 #include "ui/aura/window_property.h"
30 namespace aura { namespace
98 window_size_(aura::WindowTreeHost::GetNativeScreenSize()) {
440 aura::client::kRootWindowInputMethodKey);
524 } // namespace aura
H A Dwindow_event_dispatcher.cc5 #include "ui/aura/window_event_dispatcher.h"
11 #include "ui/aura/client/capture_client.h"
12 #include "ui/aura/client/cursor_client.h"
13 #include "ui/aura/client/event_client.h"
14 #include "ui/aura/client/focus_client.h"
15 #include "ui/aura/client/screen_position_client.h"
16 #include "ui/aura/env.h"
17 #include "ui/aura/window.h"
18 #include "ui/aura/window_delegate.h"
19 #include "ui/aura/window_targete
30 namespace aura { namespace
[all...]
H A Dwindow_tree_host_x11.cc5 #include "ui/aura/window_tree_host_x11.h"
27 #include "ui/aura/client/cursor_client.h"
28 #include "ui/aura/env.h"
29 #include "ui/aura/window.h"
30 #include "ui/aura/window_event_dispatcher.h"
52 namespace aura { namespace
381 aura::Window* root_window = window();
426 // than from within aura (e.g. the X window manager can change the
524 // Even if the host window's size doesn't change, aura's root window
736 } // namespace aura
[all...]
H A Dwindow.cc5 #include "ui/aura/window.h"
16 #include "ui/aura/client/capture_client.h"
17 #include "ui/aura/client/cursor_client.h"
18 #include "ui/aura/client/event_client.h"
19 #include "ui/aura/client/focus_client.h"
20 #include "ui/aura/client/screen_position_client.h"
21 #include "ui/aura/client/visibility_client.h"
22 #include "ui/aura/client/window_stacking_client.h"
23 #include "ui/aura/env.h"
24 #include "ui/aura/layout_manage
38 namespace aura { namespace
[all...]
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.h18 namespace aura { namespace
170 aura::Window* root_window,
403 aura::Window* root_window_;
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.h32 namespace aura { namespace
61 public aura::client::ActivationChangeObserver,
169 virtual void SetChildBounds(aura::Window* child,
175 // Overriden from aura::client::ActivationChangeObserver:
176 virtual void OnWindowActivated(aura::Window* gained_active,
177 aura::Window* lost_active) OVERRIDE;
216 static ShelfLayoutManager* ForShelf(aura::Window* window);
315 bool IsShelfWindow(aura::Window* window);
330 aura::Window* root_window_;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h27 #include "ui/aura/client/cursor_client_observer.h"
28 #include "ui/aura/client/focus_change_observer.h"
29 #include "ui/aura/window_delegate.h"
30 #include "ui/aura/window_tree_host_observer.h"
38 namespace aura { namespace
83 public aura::WindowTreeHostObserver,
84 public aura::WindowDelegate,
85 public aura::client::ActivationDelegate,
86 public aura::client::ActivationChangeObserver,
87 public aura
[all...]
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc11 #include "ui/aura/env.h"
12 #include "ui/aura/test/aura_test_base.h"
13 #include "ui/aura/test/test_window_delegate.h"
14 #include "ui/aura/test/test_windows.h"
15 #include "ui/aura/window.h"
16 #include "ui/aura/window_event_dispatcher.h"
32 namespace aura { namespace
654 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
705 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
950 scoped_ptr<aura
[all...]

Completed in 516 milliseconds

<<111213