Searched refs:aura (Results 1 - 25 of 951) sorted by path

1234567891011>>

/external/chromium_org/ash/accelerators/
H A Daccelerator_commands.cc19 aura::Window* window = wm::GetActiveWindow();
H A Daccelerator_commands_unittest.cc9 #include "ui/aura/window.h"
23 scoped_ptr<aura::Window> window1(
25 scoped_ptr<aura::Window> window2(
H A Daccelerator_controller.cc59 #include "ui/aura/env.h"
60 #include "ui/aura/window_event_dispatcher.h"
106 aura::Window* active_window = ash::wm::GetActiveWindow();
265 aura::Window* window = wm::GetActiveWindow();
309 aura::Window* active_window = wm::GetActiveWindow();
685 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
695 aura::Window* active_window = ash::wm::GetActiveWindow();
706 void PrintWindowHierarchy(aura::Window* window,
H A Daccelerator_controller_unittest.cc30 #include "ui/aura/client/aura_constants.h"
31 #include "ui/aura/test/test_window_delegate.h"
32 #include "ui/aura/test/test_windows.h"
33 #include "ui/aura/window.h"
429 scoped_ptr<aura::Window> window(
485 scoped_ptr<aura::Window> window(
505 aura::Window* docked_container = Shell::GetContainer(
592 widget->GetNativeView()->SetProperty(aura::client::kCanMaximizeKey, true);
1117 aura::Window* w1 = CreateTestWindowInShellWithId(0);
1118 aura
[all...]
H A Daccelerator_delegate.cc43 aura::Window* target = static_cast<aura::Window*>(event.target());
45 aura::Window* top_level = ::wm::GetToplevelWindow(target);
54 aura::Window* target = static_cast<aura::Window*>(event.target());
57 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
62 aura::Window* top_level = ::wm::GetToplevelWindow(target);
H A Daccelerator_filter_unittest.cc17 #include "ui/aura/test/aura_test_base.h"
18 #include "ui/aura/test/test_windows.h"
19 #include "ui/aura/window.h"
45 aura::test::TestWindowDelegate test_delegate;
46 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate(
92 aura::Window* root_window = Shell::GetPrimaryRootWindow();
114 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(1));
125 scoped_ptr<aura::Window> child(CreateTestWindowInShellWithId(2));
H A Dexit_warning_handler.cc16 #include "ui/aura/window.h"
158 aura::Window* root_window = Shell::GetTargetRootWindow();
H A Dkey_hold_detector.cc14 #include "ui/aura/window_tracker.h"
15 #include "ui/aura/window_tree_host.h"
23 scoped_ptr<aura::WindowTracker> tracker) {
28 aura::Window* target = *(tracker->windows().begin());
40 scoped_ptr<aura::WindowTracker> tracker(new aura::WindowTracker);
41 tracker->Add(static_cast<aura::Window*>(event->target()));
H A Dmagnifier_key_scroller_unittest.cc11 #include "ui/aura/test/test_window_delegate.h"
17 class KeyEventDelegate : public aura::test::TestWindowDelegate {
43 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate(
/external/chromium_org/ash/autoclick/
H A Dautoclick_controller.cc10 #include "ui/aura/env.h"
11 #include "ui/aura/window_tree_host.h"
182 aura::Env::GetInstance()->last_mouse_location();
183 aura::Window* root_window = wm::GetRootWindowAt(screen_location);
190 aura::WindowTreeHost* host = root_window->GetHost();
H A Dautoclick_unittest.cc8 #include "ui/aura/test/test_window_delegate.h"
9 #include "ui/aura/window.h"
10 #include "ui/aura/window_event_dispatcher.h"
223 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
301 aura::test::EventCountDelegate delegate;
302 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate(
/external/chromium_org/ash/
H A Ddebug.cc9 #include "ui/aura/window_tree_host.h"
16 aura::Window::Windows root_windows =
19 for (aura::Window::Windows::iterator it = root_windows.begin();
31 aura::Window::Windows root_windows =
34 for (aura::Window::Windows::iterator it = root_windows.begin();
46 aura::Window::Windows root_windows =
49 for (aura::Window::Windows::iterator it = root_windows.begin();
H A Ddip_unittest.cc18 #include "ui/aura/window.h"
19 #include "ui/aura/window_event_dispatcher.h"
38 aura::Window* root = Shell::GetPrimaryRootWindow();
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller.cc27 #include "ui/aura/window.h"
28 #include "ui/aura/window_event_dispatcher.h"
138 void DesktopBackgroundController::OnRootWindowAdded(aura::Window* root_window) {
198 aura::Window* root_window) {
220 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
221 for (aura::Window::Windows::iterator iter = root_windows.begin();
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);
H A Ddesktop_background_controller_unittest.cc25 #include "ui/aura/window_event_dispatcher.h"
29 using aura::RootWindow;
30 using aura::Window;
H A Ddesktop_background_view.cc22 #include "ui/aura/window_event_dispatcher.h"
213 views::Widget* CreateDesktopBackground(aura::Window* root_window,
H A Ddesktop_background_widget_controller.cc11 #include "ui/aura/window_event_dispatcher.h"
94 bool DesktopBackgroundWidgetController::Reparent(aura::Window* root_window,
H A Ddesktop_background_widget_controller.h10 #include "ui/aura/window.h"
39 bool Reparent(aura::Window* root_window,
H A Dwallpaper_resizer_unittest.cc13 using aura::Window;
/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc12 #include "ui/aura/env.h"
13 #include "ui/aura/window_delegate.h"
14 #include "ui/aura/window_event_dispatcher.h"
26 class CursorWindowDelegate : public aura::WindowDelegate {
31 // aura::WindowDelegate overrides:
44 aura::Window* child,
55 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {}
56 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE {}
124 aura::Window* mirror_window = Shell::GetInstance()->
139 aura
[all...]
H A Dcursor_window_controller.h8 #include "ui/aura/window.h"
54 void SetContainer(aura::Window* container);
63 aura::Window* container_;
79 scoped_ptr<aura::Window> cursor_window_;
H A Ddisplay_configurator_animation.cc12 #include "ui/aura/window.h"
13 #include "ui/aura/window_event_dispatcher.h"
117 aura::Window::Windows root_windows =
119 for (aura::Window::Windows::const_iterator it = root_windows.begin();
121 aura::Window* root_window = *it;
161 for (std::map<aura::Window*, ui::Layer*>::iterator it =
171 aura::Window::Windows root_windows =
173 for (aura::Window::Windows::const_iterator it = root_windows.begin();
175 aura::Window* root_window = *it;
H A Ddisplay_configurator_animation.h16 namespace aura { namespace
19 } // namespace aura
57 std::map<aura::Window*, ui::Layer*> hiding_layers_;
H A Ddisplay_controller.cc30 #include "ui/aura/client/capture_client.h"
31 #include "ui/aura/client/focus_client.h"
32 #include "ui/aura/client/screen_position_client.h"
33 #include "ui/aura/window.h"
34 #include "ui/aura/window_event_dispatcher.h"
35 #include "ui/aura/window_property.h"
36 #include "ui/aura/window_tracker.h"
37 #include "ui/aura/window_tree_host.h"
88 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost();
139 aura
[all...]

Completed in 1994 milliseconds

1234567891011>>