/external/chromium_org/ui/keyboard/ |
keyboard_util.h | 12 #include "ui/aura/window.h" 17 namespace aura { namespace 107 aura::Window* root_window); 113 aura::WindowTreeHost* host); 126 aura::WindowTreeHost* host);
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
x11_desktop_handler.cc | 11 #include "ui/aura/env.h" 12 #include "ui/aura/window_event_dispatcher.h" 51 aura::Env::GetInstance()->AddObserver(this); 66 aura::Env::GetInstance()->RemoveObserver(this); 170 void X11DesktopHandler::OnWindowInitialized(aura::Window* window) {
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_aura_unittest.cc | 35 #include "ui/aura/client/aura_constants.h" 36 #include "ui/aura/client/screen_position_client.h" 37 #include "ui/aura/client/window_tree_client.h" 38 #include "ui/aura/env.h" 39 #include "ui/aura/layout_manager.h" 40 #include "ui/aura/test/aura_test_helper.h" 41 #include "ui/aura/test/event_generator.h" 42 #include "ui/aura/test/test_cursor_client.h" 43 #include "ui/aura/test/test_screen.h" 44 #include "ui/aura/test/test_window_delegate.h [all...] |
/external/chromium_org/ui/views/widget/ |
widget_interactive_uitest.cc | 12 #include "ui/aura/client/focus_client.h" 13 #include "ui/aura/env.h" 14 #include "ui/aura/test/event_generator.h" 15 #include "ui/aura/window.h" 16 #include "ui/aura/window_tree_host.h" 192 // 1. If the active aura window is correctly set when a top level widget is 194 // 2. If the active aura window in widget 1 created above, is set to NULL when 196 // 3. On focusing the native platform window for widget 1, the active aura 198 // TODO(ananta): Discuss with erg on how to write this test for linux x11 aura. 212 aura::Window* root_window1= widget1.GetNativeView()->GetRootWindow() [all...] |
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_aura_browsertest.cc | 30 #include "ui/aura/test/event_generator.h" 31 #include "ui/aura/window.h" 32 #include "ui/aura/window_tree_host.h" 185 aura::Window* content = web_contents->GetContentNativeView(); 187 aura::test::EventGenerator generator(content->GetRootWindow(), content); 290 // Disabled because the test always fails the first time it runs on the Win Aura 319 aura::Window* content = web_contents->GetContentNativeView(); 435 aura::Window* content = web_contents->GetContentNativeView(); 437 aura::test::EventGenerator generator(content->GetRootWindow(), content); 600 scoped_ptr<aura::Window> window(new aura::Window(NULL)) [all...] |
/external/chromium_org/ui/aura/ |
window_event_dispatcher.cc | 5 #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_targeter.h 30 namespace aura { namespace [all...] |
window_event_dispatcher_unittest.cc | 5 #include "ui/aura/window_event_dispatcher.h" 12 #include "ui/aura/client/event_client.h" 13 #include "ui/aura/client/focus_client.h" 14 #include "ui/aura/env.h" 15 #include "ui/aura/test/aura_test_base.h" 16 #include "ui/aura/test/env_test_helper.h" 17 #include "ui/aura/test/event_generator.h" 18 #include "ui/aura/test/test_cursor_client.h" 19 #include "ui/aura/test/test_screen.h" 20 #include "ui/aura/test/test_window_delegate.h 36 namespace aura { namespace [all...] |
/external/chromium_org/ash/ |
focus_cycler.cc | 11 #include "ui/aura/window.h" 38 aura::Window* window = ash::wm::GetActiveWindow(); 82 aura::Window* window = mru_windows.front();
|
screen_util_unittest.cc | 13 #include "ui/aura/env.h" 14 #include "ui/aura/window.h" 15 #include "ui/aura/window_event_dispatcher.h"
|
/external/chromium_org/ash/wm/ |
default_state.cc | 19 #include "ui/aura/client/aura_constants.h" 20 #include "ui/aura/window.h" 21 #include "ui/aura/window_delegate.h" 33 bool IsPanel(aura::Window* window) { 57 aura::Window* new_root = 60 aura::Window* new_container = 161 aura::Window* window = window_state->window(); 176 aura::Window* window = window_state->window(); 300 aura::Window* window = window_state->window(); 492 aura::Window* window = window_state->window() [all...] |
drag_window_controller.h | 15 namespace aura { namespace 34 explicit DragWindowController(aura::Window* window); 72 aura::Window* window_;
|
ash_native_cursor_manager_unittest.cc | 12 #include "ui/aura/test/aura_test_utils.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" 36 class MouseEventLocationDelegate : public aura::test::TestWindowDelegate {
|
/external/chromium_org/ash/wm/gestures/ |
overview_gesture_handler.cc | 11 #include "ui/aura/window.h" 86 aura::Window* target = static_cast<aura::Window*>(event.target());
|
/external/chromium_org/ash/wm/overview/ |
window_grid.cc | 18 #include "ui/aura/window.h" 64 explicit WindowSelectorItemComparator(const aura::Window* target_window) 72 const aura::Window* target; 78 explicit WindowSelectorItemTargetComparator(const aura::Window* target_window) 86 const aura::Window* target; 127 WindowGrid::WindowGrid(aura::Window* root_window, 128 const std::vector<aura::Window*>& windows, 133 for (aura::Window::Windows::const_iterator iter = windows.begin(); 158 for (std::set<aura::Window*>::iterator iter = observed_windows_.begin(); 284 bool WindowGrid::Contains(const aura::Window* window) const [all...] |
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
user_switch_animator_chromeos.h | 13 namespace aura { namespace 15 } // namespace aura 42 static bool CoversScreen(aura::Window* window);
|
/external/chromium_org/chrome/browser/ui/views/ash/ |
tab_scrubber_browsertest.cc | 25 #include "ui/aura/test/event_generator.h" 26 #include "ui/aura/window.h" 63 aura::Window* window = browser->window()->GetNativeWindow(); 81 aura::Window* window = browser->window()->GetNativeWindow(); 82 aura::Window* root = window->GetRootWindow(); 83 aura::test::EventGenerator event_generator(root, window); 108 aura::Window* window = browser->window()->GetNativeWindow(); 109 aura::Window* root = window->GetRootWindow(); 110 aura::test::EventGenerator event_generator(root, window); 151 aura::Window* window = browser->window()->GetNativeWindow() [all...] |
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_dialog.h | 12 #include "ui/aura/window.h" 41 aura::Window* parent_window, 94 void InitWindow(aura::Window* parent_window, int width, int height);
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
x11_panel_resizer.cc | 9 #include "ui/aura/window.h" 10 #include "ui/aura/window_delegate.h" 32 X11PanelResizer::X11PanelResizer(Panel* panel, aura::Window* window)
|
/external/chromium_org/content/browser/web_contents/aura/ |
overscroll_navigation_overlay.h | 10 #include "content/browser/web_contents/aura/window_slider.h" 48 void SetOverlayWindow(scoped_ptr<aura::Window> window, 95 scoped_ptr<aura::Window> window_;
|
/external/chromium_org/ui/aura/client/ |
cursor_client.h | 9 #include "ui/aura/aura_export.h" 21 namespace aura { namespace 94 } // namespace aura
|
/external/chromium_org/ui/aura/test/ |
test_window_delegate.h | 12 #include "ui/aura/window_delegate.h" 16 namespace aura { namespace 149 } // namespace aura
|
/external/chromium_org/ash/desktop_background/ |
desktop_background_controller.cc | 27 #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();
|
desktop_background_widget_controller.cc | 11 #include "ui/aura/window_event_dispatcher.h" 94 bool DesktopBackgroundWidgetController::Reparent(aura::Window* root_window,
|
/external/chromium_org/ash/wm/workspace/ |
workspace_window_resizer.h | 16 #include "ui/aura/window_tracker.h" 56 const std::vector<aura::Window*>& attached_windows); 66 const std::vector<aura::Window*>& attached_windows); 168 const std::vector<aura::Window*> attached_windows_; 208 aura::Window* magnetism_window_; 211 aura::WindowTracker window_tracker_;
|
/external/chromium_org/ui/views/controls/menu/ |
menu_controller_unittest.cc | 8 #include "ui/aura/scoped_window_targeter.h" 9 #include "ui/aura/window.h" 67 class TestDispatcherClient : public aura::client::DispatcherClient { 76 // aura::client::DispatcherClient: 162 aura::client::SetDispatcherClient( 254 aura::ScopedWindowTargeter scoped_targeter(
|