/external/chromium_org/content/browser/web_contents/aura/ |
overscroll_navigation_overlay_unittest.cc | 5 #include "content/browser/web_contents/aura/overscroll_navigation_overlay.h" 8 #include "content/browser/web_contents/aura/image_window_delegate.h" 14 #include "ui/aura/test/test_windows.h" 15 #include "ui/aura/window.h" 90 scoped_ptr<aura::Window> overlay_window( 91 aura::test::CreateTestWindowWithDelegate(
|
/external/chromium_org/ui/aura/ |
window_tree_host_win.cc | 5 #include "ui/aura/window_tree_host_win.h" 12 #include "ui/aura/client/cursor_client.h" 13 #include "ui/aura/window_event_dispatcher.h" 25 namespace aura { namespace 48 SetWindowText(hwnd(), L"aura::RootWindow!"); 238 } // namespace aura
|
window_event_dispatcher.h | 17 #include "ui/aura/aura_export.h" 18 #include "ui/aura/client/capture_delegate.h" 19 #include "ui/aura/env_observer.h" 20 #include "ui/aura/window_observer.h" 44 namespace aura { namespace 163 // Overridden from aura::client::CaptureDelegate: 252 ScopedObserver<aura::Window, aura::WindowObserver> observer_manager_; 263 } // namespace aura
|
BUILD.gn | 7 component("aura") { 172 ":aura", 213 # ":aura", 241 # ":aura", 274 # ":aura",
|
window_tree_host.h | 12 #include "ui/aura/aura_export.h" 31 namespace aura { namespace 41 // aura. 83 // (gfx::Screen only reports on the virtual desktop exposed by Aura.) 204 } // namespace aura
|
/external/chromium_org/ui/views/controls/button/ |
custom_button_unittest.cc | 8 #include "ui/aura/test/test_cursor_client.h" 9 #include "ui/aura/window.h" 10 #include "ui/aura/window_event_dispatcher.h" 61 aura::test::TestCursorClient cursor_client( 97 // In Aura views, no new hover effects are invoked if mouse events 125 aura::test::TestCursorClient cursor_client(
|
menu_button_unittest.cc | 8 #include "ui/aura/test/event_generator.h" 9 #include "ui/aura/window.h" 131 aura::test::EventGenerator generator( 150 aura::test::EventGenerator generator( 169 aura::test::EventGenerator generator( 188 aura::test::EventGenerator generator(
|
/external/chromium_org/ui/views/examples/ |
examples.gyp | 94 '../../aura/aura.gyp:aura', 120 '../../aura/aura.gyp:aura',
|
/external/chromium_org/ui/wm/core/ |
cursor_manager.cc | 8 #include "ui/aura/client/cursor_client_observer.h" 100 FOR_EACH_OBSERVER(aura::client::CursorClientObserver, observers_, 110 FOR_EACH_OBSERVER(aura::client::CursorClientObserver, observers_, 183 aura::client::CursorClientObserver* observer) { 188 aura::client::CursorClientObserver* observer) { 204 FOR_EACH_OBSERVER(aura::client::CursorClientObserver, observers_,
|
transient_window_manager.cc | 12 #include "ui/aura/window.h" 13 #include "ui/aura/window_property.h" 18 using aura::Window; 93 const aura::Window* target) const { 125 void TransientWindowManager::OnWindowParentChanged(aura::Window* window, 126 aura::Window* parent) {
|
/external/chromium_org/ash/shelf/ |
shelf_layout_manager_unittest.cc | 29 #include "ui/aura/client/aura_constants.h" 30 #include "ui/aura/test/event_generator.h" 31 #include "ui/aura/window.h" 32 #include "ui/aura/window_event_dispatcher.h" 341 aura::Window* CreateTestWindow() { 342 aura::Window* window = new aura::Window(NULL); 343 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); 345 window->Init(aura::WINDOW_LAYER_TEXTURED); 393 aura::Window* window = widget->GetNativeWindow() [all...] |
/external/chromium_org/ash/system/user/ |
tray_user_unittest.cc | 19 #include "ui/aura/test/event_generator.h" 37 void ShowTrayMenu(aura::test::EventGenerator* generator); 40 void MoveOverUserItem(aura::test::EventGenerator* generator, int index); 43 void ClickUserItem(aura::test::EventGenerator* generator, int index); 107 void TrayUserTest::ShowTrayMenu(aura::test::EventGenerator* generator) { 115 void TrayUserTest::MoveOverUserItem(aura::test::EventGenerator* generator, 123 void TrayUserTest::ClickUserItem(aura::test::EventGenerator* generator, 146 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 175 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 235 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()) [all...] |
/external/chromium_org/ash/wm/gestures/ |
long_press_affordance_handler.cc | 16 #include "ui/aura/client/screen_position_client.h" 17 #include "ui/aura/window.h" 18 #include "ui/aura/window_event_dispatcher.h" 60 views::Widget* CreateAffordanceWidget(aura::Window* root_window) { 142 aura::Window* root_window) 153 aura::client::GetScreenPositionClient(root_window)->ConvertPointToScreen( 246 void LongPressAffordanceHandler::ProcessEvent(aura::Window* target, 283 aura::Window* root_window = tap_down_target_->GetRootWindow(); 318 void LongPressAffordanceHandler::SetTapDownTarget(aura::Window* target) { 362 void LongPressAffordanceHandler::OnWindowDestroying(aura::Window* window) [all...] |
/external/chromium_org/chrome/browser/ui/ash/ |
window_positioner_unittest.cc | 19 #include "ui/aura/env.h" 20 #include "ui/aura/test/test_windows.h" 21 #include "ui/aura/window_event_dispatcher.h" 29 // A browser window proxy which is able to associate an aura native window with 33 explicit TestBrowserWindowAura(aura::Window* native_window); 46 TestBrowserWindowAura::TestBrowserWindowAura(aura::Window *native_window) 65 aura::Window* window() { return window_.get(); } 66 aura::Window* popup() { return popup_.get(); } 83 scoped_ptr<aura::Window> window_; 84 scoped_ptr<aura::Window> popup_ [all...] |
/external/chromium_org/content/shell/browser/ |
shell_views.cc | 14 #include "ui/aura/client/screen_position_client.h" 15 #include "ui/aura/env.h" 16 #include "ui/aura/window.h" 17 #include "ui/aura/window_event_dispatcher.h" 40 #include "ui/aura/test/test_screen.h" 54 // ViewDelegate implementation for aura content shell 176 aura::Window* web_contents_window = 178 aura::Window* root_window = web_contents_window->GetRootWindow(); 179 aura::client::ScreenPositionClient* screen_position_client = 180 aura::client::GetScreenPositionClient(root_window) [all...] |
/external/chromium_org/ash/wm/workspace/ |
workspace_window_resizer_unittest.cc | 22 #include "ui/aura/client/aura_constants.h" 23 #include "ui/aura/test/event_generator.h" 24 #include "ui/aura/test/test_window_delegate.h" 25 #include "ui/aura/window_event_dispatcher.h" 38 class TestWindowDelegate : public aura::test::TestWindowDelegate { 53 // Overridden from aura::Test::TestWindowDelegate: 81 aura::Window* root = Shell::GetPrimaryRootWindow(); 90 window_.reset(new aura::Window(&delegate_)); 92 window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); 96 window2_.reset(new aura::Window(&delegate2_)) [all...] |
workspace_window_resizer.cc | 31 #include "ui/aura/client/aura_constants.h" 32 #include "ui/aura/client/screen_position_client.h" 33 #include "ui/aura/window.h" 34 #include "ui/aura/window_delegate.h" 35 #include "ui/aura/window_event_dispatcher.h" 46 aura::Window* window, 49 aura::client::WindowMoveSource source) { 90 window_state, std::vector<aura::Window*>()); 343 const std::vector<aura::Window*>& attached_windows) { 355 details().source == aura::client::WINDOW_MOVE_SOURCE_TOUCH) [all...] |
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_screen_x11_unittest.cc | 9 #include "ui/aura/client/aura_constants.h" 10 #include "ui/aura/test/event_generator.h" 11 #include "ui/aura/window.h" 12 #include "ui/aura/window_event_dispatcher.h" 279 aura::Window* window = widget->GetNativeWindow(); 280 window->SetProperty(aura::client::kCanMaximizeKey, true); 287 aura::test::EventGenerator generator(window); 305 aura::Window* window = widget->GetNativeWindow(); 306 window->SetProperty(aura::client::kCanMaximizeKey, true); 313 aura::test::EventGenerator generator(window) [all...] |
x11_whole_screen_move_loop.cc | 8 // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class. 15 #include "ui/aura/env.h" 16 #include "ui/aura/window.h" 17 #include "ui/aura/window_event_dispatcher.h" 18 #include "ui/aura/window_tree_host.h" 41 explicit ScopedCapturer(aura::WindowTreeHost* host) 51 aura::WindowTreeHost* host_; 181 bool X11WholeScreenMoveLoop::RunMoveLoop(aura::Window* source, 213 // We are handling a mouse drag outside of the aura::RootWindow system. We 214 // must manually make aura think that the mouse button is pressed so that w [all...] |
/external/chromium_org/ash/autoclick/ |
autoclick_unittest.cc | 8 #include "ui/aura/test/event_generator.h" 9 #include "ui/aura/test/test_window_delegate.h" 10 #include "ui/aura/window.h" 11 #include "ui/aura/window_event_dispatcher.h" 223 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); 230 aura::test::EventGenerator generator1(root_windows[0]); 238 aura::test::EventGenerator generator2(root_windows[1]); 301 aura::test::EventCountDelegate delegate; 302 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate(
|
autoclick_controller.cc | 10 #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();
|
/external/chromium_org/ash/ |
focus_cycler_unittest.cc | 18 #include "ui/aura/test/event_generator.h" 19 #include "ui/aura/test/test_windows.h" 20 #include "ui/aura/window.h" 21 #include "ui/aura/window_event_dispatcher.h" 29 using aura::Window; 96 aura::Window* parent = 315 aura::Window* browser_window = browser_widget->GetNativeView(); 391 aura::Window* root = Shell::GetPrimaryRootWindow(); 392 aura::test::EventGenerator event_generator(root, root);
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
shaped_app_window_targeter_unittest.cc | 9 #include "ui/aura/test/aura_test_base.h" 10 #include "ui/aura/window.h" 11 #include "ui/aura/window_event_dispatcher.h" 16 class ShapedAppWindowTargeterTest : public aura::test::AuraTestBase { 31 aura::test::AuraTestBase::SetUp(); 49 aura::test::AuraTestBase::TearDown(); 61 aura::Window* window = widget()->GetNativeWindow(); 107 aura::Window* window = widget()->GetNativeWindow(); 165 aura::Window* window = widget()->GetNativeWindow();
|
/external/chromium_org/content/browser/web_contents/ |
touch_editable_impl_aura.cc | 14 #include "ui/aura/client/screen_position_client.h" 15 #include "ui/aura/window.h" 16 #include "ui/aura/window_tree_host.h" 256 aura::Window* window = rwhva_->GetNativeView(); 257 aura::client::ScreenPositionClient* screen_position_client = 258 aura::client::GetScreenPositionClient(window->GetRootWindow()); 266 aura::Window* window = rwhva_->GetNativeView(); 267 aura::client::ScreenPositionClient* screen_position_client = 268 aura::client::GetScreenPositionClient(window->GetRootWindow());
|
/external/chromium_org/ash/wm/ |
lock_window_state.cc | 16 #include "ui/aura/window.h" 17 #include "ui/aura/window_delegate.h" 25 LockWindowState::LockWindowState(aura::Window* window) 34 aura::Window* window = window_state->window(); 106 wm::WindowState* LockWindowState::SetLockWindowState(aura::Window* window) {
|