aura 50 apps/shell/browser/shell_app_window.cc aura::Window* ShellAppWindow::GetNativeWindow() { aura 16 apps/shell/browser/shell_app_window.h namespace aura { aura 52 apps/shell/browser/shell_app_window.h aura::Window* GetNativeWindow(); aura 77 apps/shell/browser/shell_app_window_delegate.cc aura::Window* native_window = web_contents->GetView()->GetNativeView(); aura 145 apps/shell/browser/shell_browser_main_parts.cc const aura::WindowTreeHost* host) { aura 43 apps/shell/browser/shell_browser_main_parts.h public aura::WindowTreeHostObserver { aura 67 apps/shell/browser/shell_browser_main_parts.h virtual void OnHostCloseRequested(const aura::WindowTreeHost* host) OVERRIDE; aura 32 apps/shell/browser/shell_desktop_controller.cc class FillLayout : public aura::LayoutManager { aura 41 apps/shell/browser/shell_desktop_controller.cc virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE { aura 50 apps/shell/browser/shell_desktop_controller.cc virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE {} aura 52 apps/shell/browser/shell_desktop_controller.cc virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE {} aura 54 apps/shell/browser/shell_desktop_controller.cc virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 57 apps/shell/browser/shell_desktop_controller.cc virtual void SetChildBounds(aura::Window* child, aura 68 apps/shell/browser/shell_desktop_controller.cc explicit ShellViewsDelegate(aura::Window* root_window) aura 81 apps/shell/browser/shell_desktop_controller.cc aura::Window* root_window_; // Not owned. aura 113 apps/shell/browser/shell_desktop_controller.cc aura::Env::DeleteInstance(); aura 123 apps/shell/browser/shell_desktop_controller.cc aura::Window* root_window = GetWindowTreeHost()->window(); aura 129 apps/shell/browser/shell_desktop_controller.cc aura::Window* content = app_window_->GetNativeWindow(); aura 138 apps/shell/browser/shell_desktop_controller.cc aura::WindowTreeHost* ShellDesktopController::GetWindowTreeHost() { aura 152 apps/shell/browser/shell_desktop_controller.cc test_screen_.reset(aura::TestScreen::Create()); aura 163 apps/shell/browser/shell_desktop_controller.cc aura::WindowTreeHost* host = wm_test_helper_->host(); aura 18 apps/shell/browser/shell_desktop_controller.h namespace aura { aura 58 apps/shell/browser/shell_desktop_controller.h aura::WindowTreeHost* GetWindowTreeHost(); aura 85 apps/shell/browser/shell_desktop_controller.h scoped_ptr<aura::TestScreen> test_screen_; aura 19 ash/accelerators/accelerator_commands.cc aura::Window* window = wm::GetActiveWindow(); aura 23 ash/accelerators/accelerator_commands_unittest.cc scoped_ptr<aura::Window> window1( aura 25 ash/accelerators/accelerator_commands_unittest.cc scoped_ptr<aura::Window> window2( aura 105 ash/accelerators/accelerator_controller.cc aura::Window* active_window = ash::wm::GetActiveWindow(); aura 265 ash/accelerators/accelerator_controller.cc aura::Window* window = wm::GetActiveWindow(); aura 309 ash/accelerators/accelerator_controller.cc aura::Window* active_window = wm::GetActiveWindow(); aura 683 ash/accelerators/accelerator_controller.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 693 ash/accelerators/accelerator_controller.cc aura::Window* active_window = ash::wm::GetActiveWindow(); aura 704 ash/accelerators/accelerator_controller.cc void PrintWindowHierarchy(aura::Window* window, aura 472 ash/accelerators/accelerator_controller_unittest.cc scoped_ptr<aura::Window> window( aura 528 ash/accelerators/accelerator_controller_unittest.cc scoped_ptr<aura::Window> window( aura 548 ash/accelerators/accelerator_controller_unittest.cc aura::Window* docked_container = Shell::GetContainer( aura 600 ash/accelerators/accelerator_controller_unittest.cc scoped_ptr<aura::Window> window( aura 1114 ash/accelerators/accelerator_controller_unittest.cc scoped_ptr<aura::Window> window( aura 1243 ash/accelerators/accelerator_controller_unittest.cc scoped_ptr<aura::Window> window( aura 47 ash/accelerators/accelerator_filter.cc bool CanConsumeSystemKeys(aura::Window* target) { aura 50 ash/accelerators/accelerator_filter.cc aura::Window* top_level = ::wm::GetToplevelWindow(target); aura 57 ash/accelerators/accelerator_filter.cc aura::Window* target) { aura 61 ash/accelerators/accelerator_filter.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 117 ash/accelerators/accelerator_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 33 ash/accelerators/accelerator_filter_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 44 ash/accelerators/accelerator_filter_unittest.cc aura::test::TestWindowDelegate test_delegate; aura 45 ash/accelerators/accelerator_filter_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( aura 56 ash/accelerators/accelerator_filter_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 71 ash/accelerators/accelerator_filter_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 103 ash/accelerators/accelerator_filter_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(1)); aura 114 ash/accelerators/accelerator_filter_unittest.cc scoped_ptr<aura::Window> child(CreateTestWindowInShellWithId(2)); aura 172 ash/accelerators/exit_warning_handler.cc aura::Window* root_window = Shell::GetTargetRootWindow(); aura 23 ash/accelerators/key_hold_detector.cc scoped_ptr<aura::WindowTracker> tracker) { aura 27 ash/accelerators/key_hold_detector.cc aura::Window* target = *(tracker->windows().begin()); aura 39 ash/accelerators/key_hold_detector.cc scoped_ptr<aura::WindowTracker> tracker(new aura::WindowTracker); aura 40 ash/accelerators/key_hold_detector.cc tracker->Add(static_cast<aura::Window*>(event->target())); aura 17 ash/accelerators/magnifier_key_scroller_unittest.cc class KeyEventDelegate : public aura::test::TestWindowDelegate { aura 43 ash/accelerators/magnifier_key_scroller_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( aura 55 ash/accelerators/magnifier_key_scroller_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 20 ash/accelerators/nested_dispatcher_controller.h : public aura::client::DispatcherClient { aura 87 ash/accelerators/nested_dispatcher_controller_unittest.cc aura::WindowTreeHost* host = ash::Shell::GetPrimaryRootWindow()->GetHost(); aura 105 ash/accelerators/nested_dispatcher_controller_unittest.cc scoped_ptr<aura::Window> mock_lock_container( aura 107 ash/accelerators/nested_dispatcher_controller_unittest.cc aura::test::CreateTestWindowWithId(1, mock_lock_container.get()); aura 108 ash/accelerators/nested_dispatcher_controller_unittest.cc scoped_ptr<aura::Window> associated_window(CreateTestWindowInShellWithId(2)); aura 109 ash/accelerators/nested_dispatcher_controller_unittest.cc EXPECT_TRUE(aura::test::WindowIsAbove(associated_window.get(), aura 113 ash/accelerators/nested_dispatcher_controller_unittest.cc aura::Window* root_window = ash::Shell::GetPrimaryRootWindow(); aura 114 ash/accelerators/nested_dispatcher_controller_unittest.cc aura::client::GetDispatcherClient(root_window)->RunWithDispatcher( aura 122 ash/accelerators/nested_dispatcher_controller_unittest.cc aura::Window* root_window = ash::Shell::GetPrimaryRootWindow(); aura 131 ash/accelerators/nested_dispatcher_controller_unittest.cc aura::client::GetDispatcherClient(root_window)->RunWithDispatcher( aura 21 ash/accelerators/spoken_feedback_toggler_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 182 ash/autoclick/autoclick_controller.cc aura::Env::GetInstance()->last_mouse_location(); aura 183 ash/autoclick/autoclick_controller.cc aura::Window* root_window = wm::GetRootWindowAt(screen_location); aura 190 ash/autoclick/autoclick_controller.cc aura::WindowTreeHost* host = root_window->GetHost(); aura 223 ash/autoclick/autoclick_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 230 ash/autoclick/autoclick_unittest.cc aura::test::EventGenerator generator1(root_windows[0]); aura 238 ash/autoclick/autoclick_unittest.cc aura::test::EventGenerator generator2(root_windows[1]); aura 301 ash/autoclick/autoclick_unittest.cc aura::test::EventCountDelegate delegate; aura 302 ash/autoclick/autoclick_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( aura 16 ash/debug.cc aura::Window::Windows root_windows = aura 19 ash/debug.cc for (aura::Window::Windows::iterator it = root_windows.begin(); aura 31 ash/debug.cc aura::Window::Windows root_windows = aura 34 ash/debug.cc for (aura::Window::Windows::iterator it = root_windows.begin(); aura 46 ash/debug.cc aura::Window::Windows root_windows = aura 49 ash/debug.cc for (aura::Window::Windows::iterator it = root_windows.begin(); aura 193 ash/desktop_background/desktop_background_controller.cc void DesktopBackgroundController::OnRootWindowAdded(aura::Window* root_window) { aura 371 ash/desktop_background/desktop_background_controller.cc aura::Window* root_window) { aura 393 ash/desktop_background/desktop_background_controller.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 394 ash/desktop_background/desktop_background_controller.cc for (aura::Window::Windows::iterator iter = root_windows.begin(); aura 22 ash/desktop_background/desktop_background_controller.h namespace aura { aura 101 ash/desktop_background/desktop_background_controller.h void OnRootWindowAdded(aura::Window* root_window); aura 164 ash/desktop_background/desktop_background_controller.h void InstallDesktopController(aura::Window* root_window); aura 37 ash/desktop_background/desktop_background_controller_unittest.cc using aura::RootWindow; aura 38 ash/desktop_background/desktop_background_controller_unittest.cc using aura::Window; aura 176 ash/desktop_background/desktop_background_view.cc views::Widget* CreateDesktopBackground(aura::Window* root_window, aura 94 ash/desktop_background/desktop_background_widget_controller.cc bool DesktopBackgroundWidgetController::Reparent(aura::Window* root_window, aura 39 ash/desktop_background/desktop_background_widget_controller.h bool Reparent(aura::Window* root_window, aura 13 ash/desktop_background/wallpaper_resizer_unittest.cc using aura::Window; aura 38 ash/dip_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 77 ash/dip_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 26 ash/display/cursor_window_controller.cc class CursorWindowDelegate : public aura::WindowDelegate { aura 44 ash/display/cursor_window_controller.cc aura::Window* child, aura 55 ash/display/cursor_window_controller.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {} aura 56 ash/display/cursor_window_controller.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE {} aura 120 ash/display/cursor_window_controller.cc aura::WindowTreeHost* mirror_host = Shell::GetInstance()-> aura 131 ash/display/cursor_window_controller.cc aura::Window* root_window = Shell::GetInstance()->display_controller()-> aura 145 ash/display/cursor_window_controller.cc gfx::Point point = aura::Env::GetInstance()->last_mouse_location(); aura 180 ash/display/cursor_window_controller.cc void CursorWindowController::SetContainer(aura::Window* container) { aura 191 ash/display/cursor_window_controller.cc cursor_window_.reset(new aura::Window(delegate_.get())); aura 193 ash/display/cursor_window_controller.cc cursor_window_->Init(aura::WINDOW_LAYER_TEXTURED); aura 54 ash/display/cursor_window_controller.h void SetContainer(aura::Window* container); aura 63 ash/display/cursor_window_controller.h aura::Window* container_; aura 79 ash/display/cursor_window_controller.h scoped_ptr<aura::Window> cursor_window_; aura 79 ash/display/display_controller.cc void SetDisplayPropertiesOnHost(aura::WindowTreeHost* host, aura 119 ash/display/display_controller.cc scoped_ptr<aura::RootWindowTransformer> transformer( aura 148 ash/display/display_controller.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 149 ash/display/display_controller.cc activation_client_ = aura::client::GetActivationClient(root); aura 150 ash/display/display_controller.cc capture_client_ = aura::client::GetCaptureClient(root); aura 151 ash/display/display_controller.cc focus_client_ = aura::client::GetFocusClient(root); aura 190 ash/display/display_controller.cc aura::client::ActivationClient* activation_client_; aura 191 ash/display/display_controller.cc aura::client::CaptureClient* capture_client_; aura 192 ash/display/display_controller.cc aura::client::FocusClient* focus_client_; aura 193 ash/display/display_controller.cc aura::WindowTracker tracker_; aura 194 ash/display/display_controller.cc aura::Window* focused_; aura 195 ash/display/display_controller.cc aura::Window* active_; aura 260 ash/display/display_controller.cc for (std::map<int64, aura::Window*>::const_reverse_iterator it = aura 280 ash/display/display_controller.cc aura::WindowTreeHost* host = AddWindowTreeHostForDisplay(display); aura 300 ash/display/display_controller.cc aura::Window* DisplayController::GetPrimaryRootWindow() { aura 305 ash/display/display_controller.cc aura::Window* DisplayController::GetRootWindowForDisplayId(int64 id) { aura 310 ash/display/display_controller.cc for (std::map<int64, aura::Window*>::const_iterator it = aura 312 ash/display/display_controller.cc aura::Window* root_window = it->second; aura 318 ash/display/display_controller.cc aura::Window* child = root_window->children()[0]; aura 325 ash/display/display_controller.cc aura::Window::Windows DisplayController::GetAllRootWindows() { aura 326 ash/display/display_controller.cc aura::Window::Windows windows; aura 327 ash/display/display_controller.cc for (std::map<int64, aura::Window*>::const_iterator it = aura 348 ash/display/display_controller.cc for (std::map<int64, aura::Window*>::const_iterator it = aura 430 ash/display/display_controller.cc aura::Window* non_primary_root = root_windows_[new_primary_display.id()]; aura 440 ash/display/display_controller.cc aura::Window* primary_root = root_windows_[primary_display_id]; aura 481 ash/display/display_controller.cc aura::Window* dst_root_window = NULL; aura 486 ash/display/display_controller.cc aura::Window* root_window = GetRootWindowForDisplayId(display.id()); aura 503 ash/display/display_controller.cc aura::Window* root_window = GetRootWindowForDisplayId(display.id()); aura 504 ash/display/display_controller.cc aura::client::ScreenPositionClient* client = aura 505 ash/display/display_controller.cc aura::client::GetScreenPositionClient(root_window); aura 519 ash/display/display_controller.cc const aura::Window* window, aura 521 ash/display/display_controller.cc const aura::Window* root_window = window->GetRootWindow(); aura 532 ash/display/display_controller.cc aura::WindowTreeHost* host = root_windows_[display.id()]->GetHost(); aura 547 ash/display/display_controller.cc aura::WindowTreeHost* host = root_windows_[display.id()]->GetHost(); aura 554 ash/display/display_controller.cc aura::WindowTreeHost* host = AddWindowTreeHostForDisplay(display); aura 560 ash/display/display_controller.cc aura::Window* root_to_delete = root_windows_[display.id()]; aura 579 ash/display/display_controller.cc aura::Window* primary_root = root_to_delete; aura 601 ash/display/display_controller.cc void DisplayController::OnHostResized(const aura::WindowTreeHost* host) { aura 603 ash/display/display_controller.cc const_cast<aura::Window*>(host->window())); aura 642 ash/display/display_controller.cc aura::Window* root_window = GetRootWindowForDisplayId(display.id()); aura 644 ash/display/display_controller.cc aura::client::ScreenPositionClient* client = aura 645 ash/display/display_controller.cc aura::client::GetScreenPositionClient(root_window); aura 682 ash/display/display_controller.cc aura::WindowTreeHost* DisplayController::AddWindowTreeHostForDisplay( aura 688 ash/display/display_controller.cc aura::WindowTreeHost* host = aura 724 ash/display/display_controller.cc aura::Window* primary = Shell::GetPrimaryRootWindow(); aura 725 ash/display/display_controller.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 24 ash/display/display_controller.h namespace aura { aura 51 ash/display/display_controller.h public aura::WindowTreeHostObserver, aura 105 ash/display/display_controller.h aura::Window* GetPrimaryRootWindow(); aura 108 ash/display/display_controller.h aura::Window* GetRootWindowForDisplayId(int64 id); aura 129 ash/display/display_controller.h aura::Window::Windows GetAllRootWindows(); aura 145 ash/display/display_controller.h bool UpdateWorkAreaOfDisplayNearestWindow(const aura::Window* window, aura 154 ash/display/display_controller.h virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE; aura 171 ash/display/display_controller.h aura::WindowTreeHost* AddWindowTreeHostForDisplay( aura 199 ash/display/display_controller.h std::map<int64, aura::Window*> root_windows_; aura 205 ash/display/display_controller.h aura::Window* primary_root_window_for_replace_; aura 63 ash/display/display_controller_unittest.cc public aura::client::FocusChangeObserver, aura 64 ash/display/display_controller_unittest.cc public aura::client::ActivationChangeObserver { aura 75 ash/display/display_controller_unittest.cc aura::client::GetFocusClient(Shell::GetPrimaryRootWindow())-> aura 77 ash/display/display_controller_unittest.cc aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-> aura 84 ash/display/display_controller_unittest.cc aura::client::GetFocusClient(Shell::GetPrimaryRootWindow())-> aura 86 ash/display/display_controller_unittest.cc aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-> aura 109 ash/display/display_controller_unittest.cc virtual void OnWindowFocused(aura::Window* gained_focus, aura 110 ash/display/display_controller_unittest.cc aura::Window* lost_focus) OVERRIDE { aura 115 ash/display/display_controller_unittest.cc virtual void OnWindowActivated(aura::Window* gained_active, aura 116 ash/display/display_controller_unittest.cc aura::Window* lost_active) OVERRIDE { aura 120 ash/display/display_controller_unittest.cc aura::Window* request_active, aura 121 ash/display/display_controller_unittest.cc aura::Window* actual_active) OVERRIDE { aura 273 ash/display/display_controller_unittest.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 280 ash/display/display_controller_unittest.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 291 ash/display/display_controller_unittest.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 322 ash/display/display_controller_unittest.cc aura::Window* target_root_; aura 344 ash/display/display_controller_unittest.cc void GetPrimaryAndSeconary(aura::Window** primary, aura 345 ash/display/display_controller_unittest.cc aura::Window** secondary) { aura 347 ash/display/display_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 351 ash/display/display_controller_unittest.cc std::string GetXWindowName(aura::WindowTreeHost* host) { aura 383 ash/display/display_controller_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1)); aura 525 ash/display/display_controller_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1)); aura 575 ash/display/display_controller_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(1)); aura 677 ash/display/display_controller_unittest.cc aura::Window* primary_root = aura 679 ash/display/display_controller_unittest.cc aura::Window* secondary_root = aura 682 ash/display/display_controller_unittest.cc aura::Window* shelf_window = aura 732 ash/display/display_controller_unittest.cc aura::WindowTracker tracker; aura 766 ash/display/display_controller_unittest.cc aura::Window* primary_root = aura 768 ash/display/display_controller_unittest.cc aura::Window* secondary_root = aura 812 ash/display/display_controller_unittest.cc aura::Window* primary_root = aura 814 ash/display/display_controller_unittest.cc aura::Window* secondary_root = aura 817 ash/display/display_controller_unittest.cc aura::Window* shelf_window = aura 867 ash/display/display_controller_unittest.cc aura::WindowTracker tracker; aura 902 ash/display/display_controller_unittest.cc aura::Window* primary_root = aura 904 ash/display/display_controller_unittest.cc aura::Window* secondary_root = aura 906 ash/display/display_controller_unittest.cc aura::Window* shelf_window = aura 943 ash/display/display_controller_unittest.cc aura::WindowTracker tracker; aura 1020 ash/display/display_controller_unittest.cc aura::Window* primary_root = aura 1022 ash/display/display_controller_unittest.cc aura::Window* secondary_root = aura 1075 ash/display/display_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 1084 ash/display/display_controller_unittest.cc aura::test::EventGenerator generator(root_windows[0]); aura 1125 ash/display/display_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 1126 ash/display/display_controller_unittest.cc aura::test::EventGenerator generator1(root_windows[0]); aura 1163 ash/display/display_controller_unittest.cc aura::test::EventGenerator generator2(root_windows[1]); aura 1197 ash/display/display_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 1204 ash/display/display_controller_unittest.cc aura::test::EventGenerator generator(root_windows[0]); aura 1230 ash/display/display_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 1231 ash/display/display_controller_unittest.cc aura::Window* root_window = root_windows[0]; aura 1232 ash/display/display_controller_unittest.cc aura::test::EventGenerator generator(root_window); aura 1263 ash/display/display_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 1268 ash/display/display_controller_unittest.cc aura::test::EventGenerator generator(root_windows[0]); aura 1376 ash/display/display_controller_unittest.cc aura::Window* primary, *secondary; aura 55 ash/display/display_info.cc gfx::Rect bounds_in_native(aura::WindowTreeHost::GetNativeScreenSize()); aura 43 ash/display/display_manager_unittest.cc public aura::WindowObserver { aura 112 ash/display/display_manager_unittest.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 386 ash/display/display_manager_unittest.cc aura::WindowTreeHost* host = Shell::GetPrimaryRootWindow()->GetHost(); aura 608 ash/display/display_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 610 ash/display/display_manager_unittest.cc aura::Env* env = aura::Env::GetInstance(); aura 612 ash/display/display_manager_unittest.cc aura::test::EventGenerator generator(root_windows[0]); aura 655 ash/display/display_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 660 ash/display/display_manager_unittest.cc aura::Env* env = aura::Env::GetInstance(); aura 960 ash/display/display_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 961 ash/display/display_manager_unittest.cc aura::Env* env = aura::Env::GetInstance(); aura 963 ash/display/display_manager_unittest.cc aura::test::EventGenerator generator1(root_windows[0]); aura 964 ash/display/display_manager_unittest.cc aura::test::EventGenerator generator2(root_windows[1]); aura 1165 ash/display/display_manager_unittest.cc aura::Window::Windows root_windows = aura 1168 ash/display/display_manager_unittest.cc aura::WindowTreeHost* host0 = root_windows[0]->GetHost(); aura 1169 ash/display/display_manager_unittest.cc aura::WindowTreeHost* host1 = root_windows[1]->GetHost(); aura 44 ash/display/event_transformation_handler.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 48 ash/display/mirror_window_controller.cc class NoneCaptureClient : public aura::client::CaptureClient { aura 55 ash/display/mirror_window_controller.cc virtual void SetCapture(aura::Window* window) OVERRIDE {} aura 58 ash/display/mirror_window_controller.cc virtual void ReleaseCapture(aura::Window* window) OVERRIDE {} aura 61 ash/display/mirror_window_controller.cc virtual aura::Window* GetCaptureWindow() OVERRIDE { aura 64 ash/display/mirror_window_controller.cc virtual aura::Window* GetGlobalCaptureWindow() OVERRIDE { aura 101 ash/display/mirror_window_controller.cc aura::client::SetCaptureClient(host_->window(), new NoneCaptureClient()); aura 105 ash/display/mirror_window_controller.cc aura::Window* mirror_window = new aura::Window(NULL); aura 106 ash/display/mirror_window_controller.cc mirror_window->Init(aura::WINDOW_LAYER_TEXTURED); aura 122 ash/display/mirror_window_controller.cc scoped_ptr<aura::RootWindowTransformer> transformer( aura 142 ash/display/mirror_window_controller.cc aura::client::GetCaptureClient(host_->window())); aura 143 ash/display/mirror_window_controller.cc aura::client::SetCaptureClient(host_->window(), NULL); aura 152 ash/display/mirror_window_controller.cc void MirrorWindowController::OnHostResized(const aura::WindowTreeHost* host) { aura 163 ash/display/mirror_window_controller.cc scoped_ptr<aura::RootWindowTransformer> aura 171 ash/display/mirror_window_controller.cc return scoped_ptr<aura::RootWindowTransformer>( aura 19 ash/display/mirror_window_controller.h namespace aura { aura 38 ash/display/mirror_window_controller.h class ASH_EXPORT MirrorWindowController : public aura::WindowTreeHostObserver { aura 55 ash/display/mirror_window_controller.h virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE; aura 57 ash/display/mirror_window_controller.h aura::WindowTreeHost* host() const { return host_.get(); } aura 64 ash/display/mirror_window_controller.h scoped_ptr<aura::RootWindowTransformer> CreateRootWindowTransformer() const; aura 66 ash/display/mirror_window_controller.h scoped_ptr<aura::WindowTreeHost> host_; aura 72 ash/display/mirror_window_controller_unittest.cc aura::test::TestWindowDelegate test_window_delegate; aura 78 ash/display/mirror_window_controller_unittest.cc aura::Window* root = Shell::GetInstance()->GetPrimaryRootWindow(); aura 79 ash/display/mirror_window_controller_unittest.cc scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate( aura 90 ash/display/mirror_window_controller_unittest.cc aura::test::EventGenerator generator(root); aura 129 ash/display/mirror_window_controller_unittest.cc aura::test::TestWindowDelegate test_window_delegate; aura 135 ash/display/mirror_window_controller_unittest.cc aura::Window* root = Shell::GetInstance()->GetPrimaryRootWindow(); aura 136 ash/display/mirror_window_controller_unittest.cc scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate( aura 147 ash/display/mirror_window_controller_unittest.cc aura::test::EventGenerator generator(root); aura 202 ash/display/mirror_window_controller_unittest.cc aura::Window* root = Shell::GetInstance()->GetPrimaryRootWindow(); aura 203 ash/display/mirror_window_controller_unittest.cc aura::test::EventGenerator generator(root); aura 52 ash/display/mouse_cursor_event_filter.cc const aura::Window* from) { aura 78 ash/display/mouse_cursor_event_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 113 ash/display/mouse_cursor_event_filter.cc aura::Window* target_root, aura 129 ash/display/mouse_cursor_event_filter.cc aura::Window* root_at_point = wm::GetRootWindowAt(point_in_screen); aura 162 ash/display/mouse_cursor_event_filter.cc aura::Window* dst_root = wm::GetRootWindowAt(point_in_dst_screen); aura 15 ash/display/mouse_cursor_event_filter.h namespace aura { aura 45 ash/display/mouse_cursor_event_filter.h void ShowSharedEdgeIndicator(const aura::Window* from); aura 71 ash/display/mouse_cursor_event_filter.h bool WarpMouseCursorIfNecessary(aura::Window* target_root, aura 89 ash/display/mouse_cursor_event_filter.h const aura::Window* drag_source_root_; aura 29 ash/display/mouse_cursor_event_filter_unittest.cc bool WarpMouseCursorIfNecessary(aura::Window* target_root, aura 38 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window* drag_source_root, aura 39 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window* target_root, aura 76 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 83 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 88 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 120 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 121 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->set_last_mouse_location(gfx::Point(623, 123)); aura 127 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 134 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 150 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 151 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->set_last_mouse_location(gfx::Point(900, 123)); aura 159 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 166 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 172 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 179 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 188 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 189 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->set_last_mouse_location(gfx::Point(623, 123)); aura 195 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 207 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 217 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 218 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->set_last_mouse_location(gfx::Point(1, 1)); aura 224 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 229 ash/display/mouse_cursor_event_filter_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 238 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 293 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 321 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 366 ash/display/mouse_cursor_event_filter_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 116 ash/display/output_configurator_animation.cc aura::Window::Windows root_windows = aura 118 ash/display/output_configurator_animation.cc for (aura::Window::Windows::const_iterator it = root_windows.begin(); aura 120 ash/display/output_configurator_animation.cc aura::Window* root_window = *it; aura 160 ash/display/output_configurator_animation.cc for (std::map<aura::Window*, ui::Layer*>::iterator it = aura 170 ash/display/output_configurator_animation.cc aura::Window::Windows root_windows = aura 172 ash/display/output_configurator_animation.cc for (aura::Window::Windows::const_iterator it = root_windows.begin(); aura 174 ash/display/output_configurator_animation.cc aura::Window* root_window = *it; aura 15 ash/display/output_configurator_animation.h namespace aura { aura 56 ash/display/output_configurator_animation.h std::map<aura::Window*, ui::Layer*> hiding_layers_; aura 52 ash/display/root_window_transformers.cc gfx::Transform CreateRotationTransform(aura::Window* root_window, aura 94 ash/display/root_window_transformers.cc gfx::Transform CreateMagnifierTransform(aura::Window* root_window) { aura 126 ash/display/root_window_transformers.cc class AshRootWindowTransformer : public aura::RootWindowTransformer { aura 128 ash/display/root_window_transformers.cc AshRootWindowTransformer(aura::Window* root, aura 179 ash/display/root_window_transformers.cc aura::Window* root_window_; aura 204 ash/display/root_window_transformers.cc class MirrorRootWindowTransformer : public aura::RootWindowTransformer { aura 270 ash/display/root_window_transformers.cc aura::RootWindowTransformer* CreateRootWindowTransformerForDisplay( aura 271 ash/display/root_window_transformers.cc aura::Window* root, aura 276 ash/display/root_window_transformers.cc aura::RootWindowTransformer* CreateRootWindowTransformerForMirroredDisplay( aura 10 ash/display/root_window_transformers.h namespace aura { aura 23 ash/display/root_window_transformers.h ASH_EXPORT aura::RootWindowTransformer* CreateRootWindowTransformerForDisplay( aura 24 ash/display/root_window_transformers.h aura::Window* root, aura 31 ash/display/root_window_transformers.h ASH_EXPORT aura::RootWindowTransformer* aura 48 ash/display/root_window_transformers_unittest.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 55 ash/display/root_window_transformers_unittest.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 66 ash/display/root_window_transformers_unittest.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 97 ash/display/root_window_transformers_unittest.cc aura::Window* target_root_; aura 146 ash/display/root_window_transformers_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 147 ash/display/root_window_transformers_unittest.cc aura::test::EventGenerator generator1(root_windows[0]); aura 148 ash/display/root_window_transformers_unittest.cc aura::test::EventGenerator generator2(root_windows[1]); aura 159 ash/display/root_window_transformers_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 178 ash/display/root_window_transformers_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 201 ash/display/root_window_transformers_unittest.cc aura::Env::GetInstance()->last_mouse_location().ToString()); aura 238 ash/display/root_window_transformers_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 250 ash/display/root_window_transformers_unittest.cc aura::test::EventGenerator generator(root_windows[0]); aura 277 ash/display/root_window_transformers_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 278 ash/display/root_window_transformers_unittest.cc aura::Window* root_window = root_windows[0]; aura 279 ash/display/root_window_transformers_unittest.cc aura::test::EventGenerator generator(root_window); aura 317 ash/display/root_window_transformers_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 322 ash/display/root_window_transformers_unittest.cc aura::test::EventGenerator generator(root_windows[0]); aura 400 ash/display/root_window_transformers_unittest.cc scoped_ptr<aura::RootWindowTransformer> transformer( aura 138 ash/display/screen_ash.cc gfx::Rect ScreenAsh::GetMaximizedWindowBoundsInParent(aura::Window* window) { aura 146 ash/display/screen_ash.cc gfx::Rect ScreenAsh::GetDisplayBoundsInParent(aura::Window* window) { aura 153 ash/display/screen_ash.cc gfx::Rect ScreenAsh::GetDisplayWorkAreaBoundsInParent(aura::Window* window) { aura 160 ash/display/screen_ash.cc gfx::Rect ScreenAsh::ConvertRectToScreen(aura::Window* window, aura 163 ash/display/screen_ash.cc aura::client::GetScreenPositionClient(window->GetRootWindow())-> aura 169 ash/display/screen_ash.cc gfx::Rect ScreenAsh::ConvertRectFromScreen(aura::Window* window, aura 172 ash/display/screen_ash.cc aura::client::GetScreenPositionClient(window->GetRootWindow())-> aura 210 ash/display/screen_ash.cc return aura::Env::GetInstance()->last_mouse_location(); aura 232 ash/display/screen_ash.cc const aura::Window* root_window = window->GetRootWindow(); aura 36 ash/display/screen_ash.h static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window); aura 39 ash/display/screen_ash.h static gfx::Rect GetDisplayBoundsInParent(aura::Window* window); aura 42 ash/display/screen_ash.h static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window); aura 46 ash/display/screen_ash.h static gfx::Rect ConvertRectToScreen(aura::Window* window, aura 51 ash/display/screen_ash.h static gfx::Rect ConvertRectFromScreen(aura::Window* window, aura 30 ash/display/screen_position_controller.cc bool ShouldStayInSameRootWindow(const aura::Window* window) { aura 38 ash/display/screen_position_controller.cc aura::Window* window) { aura 39 ash/display/screen_position_controller.cc aura::Window* dst_root = Shell::GetInstance()->display_controller()-> aura 41 ash/display/screen_position_controller.cc aura::Window::Windows transient_children = aura 43 ash/display/screen_position_controller.cc for (aura::Window::Windows::iterator iter = transient_children.begin(); aura 45 ash/display/screen_position_controller.cc aura::Window* transient_child = *iter; aura 48 ash/display/screen_position_controller.cc aura::Window* container = Shell::GetContainer(dst_root, container_id); aura 57 ash/display/screen_position_controller.cc aura::Window::Windows children = window->children(); aura 58 ash/display/screen_position_controller.cc for (aura::Window::Windows::iterator iter = children.begin(); aura 68 ash/display/screen_position_controller.cc std::pair<aura::Window*, gfx::Point> GetRootWindowRelativeToWindow( aura 69 ash/display/screen_position_controller.cc aura::Window* window, aura 71 ash/display/screen_position_controller.cc aura::Window* root_window = window->GetRootWindow(); aura 73 ash/display/screen_position_controller.cc aura::Window::ConvertPointToTarget(window, root_window, &location_in_root); aura 96 ash/display/screen_position_controller.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 98 ash/display/screen_position_controller.cc aura::WindowTreeHost* host = root_windows[i]->GetHost(); aura 118 ash/display/screen_position_controller.cc const aura::Window* window, aura 120 ash/display/screen_position_controller.cc const aura::Window* root = window->GetRootWindow(); aura 121 ash/display/screen_position_controller.cc aura::Window::ConvertPointToTarget(window, root, point); aura 123 ash/display/screen_position_controller.cc const_cast<aura::Window*>(root)).bounds().origin(); aura 128 ash/display/screen_position_controller.cc const aura::Window* window, aura 130 ash/display/screen_position_controller.cc const aura::Window* root = window->GetRootWindow(); aura 132 ash/display/screen_position_controller.cc const_cast<aura::Window*>(root)).bounds().origin(); aura 134 ash/display/screen_position_controller.cc aura::Window::ConvertPointToTarget(root, window, point); aura 138 ash/display/screen_position_controller.cc aura::Window* root_window, aura 140 ash/display/screen_position_controller.cc aura::Window* root = root_window->GetRootWindow(); aura 142 ash/display/screen_position_controller.cc std::pair<aura::Window*, gfx::Point> pair = aura 148 ash/display/screen_position_controller.cc void ScreenPositionController::SetBounds(aura::Window* window, aura 165 ash/display/screen_position_controller.cc aura::Window* dst_root = aura 169 ash/display/screen_position_controller.cc aura::Window* dst_container = NULL; aura 180 ash/display/screen_position_controller.cc aura::Window* focused = aura::client::GetFocusClient(window)-> aura 182 ash/display/screen_position_controller.cc aura::client::ActivationClient* activation_client = aura 183 ash/display/screen_position_controller.cc aura::client::GetActivationClient(window->GetRootWindow()); aura 184 ash/display/screen_position_controller.cc aura::Window* active = activation_client->GetActiveWindow(); aura 186 ash/display/screen_position_controller.cc aura::WindowTracker tracker; aura 207 ash/display/screen_position_controller.cc aura::client::GetFocusClient(window)->FocusWindow(focused); aura 13 ash/display/screen_position_controller.h class ScreenPositionController : public aura::client::ScreenPositionClient { aura 19 ash/display/screen_position_controller.h virtual void ConvertPointToScreen(const aura::Window* window, aura 21 ash/display/screen_position_controller.h virtual void ConvertPointFromScreen(const aura::Window* window, aura 23 ash/display/screen_position_controller.h virtual void ConvertHostPointToScreen(aura::Window* window, aura 25 ash/display/screen_position_controller.h virtual void SetBounds(aura::Window* window, aura 56 ash/display/screen_position_controller_unittest.cc window_.reset(new aura::Window(&window_delegate_)); aura 58 ash/display/screen_position_controller_unittest.cc window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 78 ash/display/screen_position_controller_unittest.cc scoped_ptr<aura::Window> window_; aura 79 ash/display/screen_position_controller_unittest.cc aura::test::TestWindowDelegate window_delegate_; aura 90 ash/display/screen_position_controller_unittest.cc aura::Window::Windows root_windows = aura 178 ash/display/screen_position_controller_unittest.cc aura::Window::Windows root_windows = aura 234 ash/display/screen_position_controller_unittest.cc aura::Window::Windows root_windows = aura 266 ash/display/screen_position_controller_unittest.cc aura::Window::Windows root_windows = aura 63 ash/display/shared_display_edge_indicator.cc aura::Window* window = widget->GetNativeWindow(); aura 64 ash/display/shared_display_edge_indicator.cc aura::client::ScreenPositionClient* screen_position_client = aura 65 ash/display/shared_display_edge_indicator.cc aura::client::GetScreenPositionClient(window->GetRootWindow()); aura 46 ash/display/virtual_keyboard_window_controller.cc aura::WindowTreeHost* host = aura 65 ash/display/virtual_keyboard_window_controller.cc aura::WindowTreeHost* host = root_window_controller_->host(); aura 90 ash/display/virtual_keyboard_window_controller.cc aura::WindowTreeHost* host = root_window_controller_->host(); aura 91 ash/display/virtual_keyboard_window_controller.cc scoped_ptr<aura::RootWindowTransformer> transformer( aura 65 ash/drag_drop/drag_drop_controller.cc void DispatchGestureEndToWindow(aura::Window* window) { aura 80 ash/drag_drop/drag_drop_controller.cc class DragDropTrackerDelegate : public aura::WindowDelegate { aura 104 ash/drag_drop/drag_drop_controller.cc aura::Window* child, aura 116 ash/drag_drop/drag_drop_controller.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {} aura 117 ash/drag_drop/drag_drop_controller.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE {} aura 158 ash/drag_drop/drag_drop_controller.cc aura::Window* root_window, aura 159 ash/drag_drop/drag_drop_controller.cc aura::Window* source_window, aura 247 ash/drag_drop/drag_drop_controller.cc void DragDropController::DragUpdate(aura::Window* target, aura 249 ash/drag_drop/drag_drop_controller.cc aura::client::DragDropDelegate* delegate = NULL; aura 253 ash/drag_drop/drag_drop_controller.cc if ((delegate = aura::client::GetDragDropDelegate(drag_window_))) aura 262 ash/drag_drop/drag_drop_controller.cc if ((delegate = aura::client::GetDragDropDelegate(drag_window_))) { aura 271 ash/drag_drop/drag_drop_controller.cc if ((delegate = aura::client::GetDragDropDelegate(drag_window_))) { aura 300 ash/drag_drop/drag_drop_controller.cc void DragDropController::Drop(aura::Window* target, aura 303 ash/drag_drop/drag_drop_controller.cc aura::client::DragDropDelegate* delegate = NULL; aura 312 ash/drag_drop/drag_drop_controller.cc if ((delegate = aura::client::GetDragDropDelegate(target))) { aura 357 ash/drag_drop/drag_drop_controller.cc aura::Window* translated_target = drag_drop_tracker_->GetTarget(*event); aura 415 ash/drag_drop/drag_drop_controller.cc static_cast<aura::Window*>(NULL), aura 416 ash/drag_drop/drag_drop_controller.cc static_cast<aura::Window*>(NULL)); aura 424 ash/drag_drop/drag_drop_controller.cc aura::Window* translated_target = aura 450 ash/drag_drop/drag_drop_controller.cc static_cast<aura::Window*>(drag_drop_tracker_->capture_window()), aura 451 ash/drag_drop/drag_drop_controller.cc static_cast<aura::Window*>(drag_source_window_))); aura 460 ash/drag_drop/drag_drop_controller.cc void DragDropController::OnWindowDestroyed(aura::Window* window) { aura 507 ash/drag_drop/drag_drop_controller.cc aura::client::DragDropDelegate* delegate = drag_window_? aura 508 ash/drag_drop/drag_drop_controller.cc aura::client::GetDragDropDelegate(drag_window_) : NULL; aura 33 ash/drag_drop/drag_drop_controller.h : public aura::client::DragDropClient, aura 36 ash/drag_drop/drag_drop_controller.h public aura::WindowObserver { aura 48 ash/drag_drop/drag_drop_controller.h aura::Window* root_window, aura 49 ash/drag_drop/drag_drop_controller.h aura::Window* source_window, aura 53 ash/drag_drop/drag_drop_controller.h virtual void DragUpdate(aura::Window* target, aura 55 ash/drag_drop/drag_drop_controller.h virtual void Drop(aura::Window* target, aura 67 ash/drag_drop/drag_drop_controller.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 104 ash/drag_drop/drag_drop_controller.h aura::Window* drag_window_; aura 113 ash/drag_drop/drag_drop_controller.h aura::Window* drag_source_window_; aura 165 ash/drag_drop/drag_drop_controller_unittest.cc aura::Window* root_window, aura 166 ash/drag_drop/drag_drop_controller_unittest.cc aura::Window* source_window, aura 176 ash/drag_drop/drag_drop_controller_unittest.cc virtual void DragUpdate(aura::Window* target, aura 182 ash/drag_drop/drag_drop_controller_unittest.cc virtual void Drop(aura::Window* target, aura 300 ash/drag_drop/drag_drop_controller_unittest.cc aura::client::SetDragDropClient(Shell::GetPrimaryRootWindow(), aura 306 ash/drag_drop/drag_drop_controller_unittest.cc aura::client::SetDragDropClient(Shell::GetPrimaryRootWindow(), NULL); aura 315 ash/drag_drop/drag_drop_controller_unittest.cc aura::Window* GetDragWindow() { aura 319 ash/drag_drop/drag_drop_controller_unittest.cc aura::Window* GetDragSourceWindow() { aura 323 ash/drag_drop/drag_drop_controller_unittest.cc void SetDragSourceWindow(aura::Window* drag_source_window) { aura 328 ash/drag_drop/drag_drop_controller_unittest.cc aura::Window* GetDragImageWindow() { aura 365 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 411 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 459 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 525 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 583 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 644 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 671 ash/drag_drop/drag_drop_controller_unittest.cc aura::Window* window = widget->GetNativeView(); aura 675 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 719 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 775 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 817 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 835 ash/drag_drop/drag_drop_controller_unittest.cc aura::Window* capture_window = drag_drop_tracker()->capture_window(); aura 843 ash/drag_drop/drag_drop_controller_unittest.cc aura::client::GetCaptureClient(widget->GetNativeView()->GetRootWindow())-> aura 879 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 929 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 955 ash/drag_drop/drag_drop_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 974 ash/drag_drop/drag_drop_controller_unittest.cc class DragImageWindowObserver : public aura::WindowObserver { aura 976 ash/drag_drop/drag_drop_controller_unittest.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 997 ash/drag_drop/drag_drop_controller_unittest.cc aura::Window::Windows root_windows = aura 999 ash/drag_drop/drag_drop_controller_unittest.cc for (aura::Window::Windows::iterator iter = root_windows.begin(); aura 1001 ash/drag_drop/drag_drop_controller_unittest.cc aura::client::SetDragDropClient(*iter, drag_drop_controller_.get()); aura 1008 ash/drag_drop/drag_drop_controller_unittest.cc aura::Window* window = widget->GetNativeWindow(); aura 1046 ash/drag_drop/drag_drop_controller_unittest.cc aura::Window* window = widget->GetNativeWindow(); aura 1080 ash/drag_drop/drag_drop_controller_unittest.cc for (aura::Window::Windows::iterator iter = root_windows.begin(); aura 1082 ash/drag_drop/drag_drop_controller_unittest.cc aura::client::SetDragDropClient(*iter, NULL); aura 158 ash/drag_drop/drag_drop_interactive_uitest.cc aura::Window::Windows root_windows = aura 22 ash/drag_drop/drag_drop_tracker.cc : public aura::client::ActivationDelegate { aura 38 ash/drag_drop/drag_drop_tracker.cc aura::Window* CreateCaptureWindow(aura::Window* context_root, aura 39 ash/drag_drop/drag_drop_tracker.cc aura::WindowDelegate* delegate) { aura 43 ash/drag_drop/drag_drop_tracker.cc aura::Window* window = new aura::Window(delegate); aura 45 ash/drag_drop/drag_drop_tracker.cc window->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 46 ash/drag_drop/drag_drop_tracker.cc aura::client::ParentWindowWithContext(window, context_root, gfx::Rect()); aura 47 ash/drag_drop/drag_drop_tracker.cc aura::client::SetActivationDelegate(window, activation_delegate_instance); aura 55 ash/drag_drop/drag_drop_tracker.cc DragDropTracker::DragDropTracker(aura::Window* context_root, aura 56 ash/drag_drop/drag_drop_tracker.cc aura::WindowDelegate* delegate) aura 68 ash/drag_drop/drag_drop_tracker.cc aura::Window* DragDropTracker::GetTarget(const ui::LocatedEvent& event) { aura 73 ash/drag_drop/drag_drop_tracker.cc aura::Window* root_window_at_point = aura 81 ash/drag_drop/drag_drop_tracker.cc aura::Window* target, aura 85 ash/drag_drop/drag_drop_tracker.cc aura::Window::ConvertPointToTarget(capture_window_.get(), target, aura 90 ash/drag_drop/drag_drop_tracker.cc aura::Window::ConvertPointToTarget( aura 13 ash/drag_drop/drag_drop_tracker.h namespace aura { aura 27 ash/drag_drop/drag_drop_tracker.h DragDropTracker(aura::Window* context_root, aura 28 ash/drag_drop/drag_drop_tracker.h aura::WindowDelegate* delegate); aura 31 ash/drag_drop/drag_drop_tracker.h aura::Window* capture_window() { return capture_window_.get(); } aura 40 ash/drag_drop/drag_drop_tracker.h aura::Window* GetTarget(const ui::LocatedEvent& event); aura 45 ash/drag_drop/drag_drop_tracker.h ui::LocatedEvent* ConvertEvent(aura::Window* target, aura 50 ash/drag_drop/drag_drop_tracker.h scoped_ptr<aura::Window> capture_window_; aura 25 ash/drag_drop/drag_drop_tracker_unittest.cc aura::Window* CreateTestWindow(const gfx::Rect& bounds) { aura 28 ash/drag_drop/drag_drop_tracker_unittest.cc aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), aura 33 ash/drag_drop/drag_drop_tracker_unittest.cc static aura::Window* GetTarget(const gfx::Point& location) { aura 41 ash/drag_drop/drag_drop_tracker_unittest.cc aura::Window* target = tracker->GetTarget(e); aura 45 ash/drag_drop/drag_drop_tracker_unittest.cc static ui::LocatedEvent* ConvertEvent(aura::Window* target, aura 63 ash/drag_drop/drag_drop_tracker_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 66 ash/drag_drop/drag_drop_tracker_unittest.cc scoped_ptr<aura::Window> window0( aura 70 ash/drag_drop/drag_drop_tracker_unittest.cc scoped_ptr<aura::Window> window1( aura 130 ash/drag_drop/drag_drop_tracker_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 133 ash/drag_drop/drag_drop_tracker_unittest.cc scoped_ptr<aura::Window> window0( aura 137 ash/drag_drop/drag_drop_tracker_unittest.cc scoped_ptr<aura::Window> window1( aura 66 ash/extended_desktop_unittest.cc explicit MoveWindowByClickEventHandler(aura::Window* target) aura 74 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 80 ash/extended_desktop_unittest.cc aura::Window* target_; aura 160 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 164 ash/extended_desktop_unittest.cc for (aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 169 ash/extended_desktop_unittest.cc EXPECT_EQ(aura::client::GetFocusClient(root_windows[0]), aura 170 ash/extended_desktop_unittest.cc aura::client::GetFocusClient(root_windows[1])); aura 171 ash/extended_desktop_unittest.cc EXPECT_EQ(aura::client::GetActivationClient(root_windows[0]), aura 172 ash/extended_desktop_unittest.cc aura::client::GetActivationClient(root_windows[1])); aura 173 ash/extended_desktop_unittest.cc EXPECT_EQ(aura::client::GetCaptureClient(root_windows[0]), aura 174 ash/extended_desktop_unittest.cc aura::client::GetCaptureClient(root_windows[1])); aura 182 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 191 ash/extended_desktop_unittest.cc aura::client::GetFocusClient(root_windows[0])->GetFocusedWindow()); aura 194 ash/extended_desktop_unittest.cc aura::test::EventGenerator& event_generator(GetEventGenerator()); aura 200 ash/extended_desktop_unittest.cc aura::client::GetFocusClient(root_windows[0])->GetFocusedWindow()); aura 207 ash/extended_desktop_unittest.cc aura::client::GetFocusClient(root_windows[0])->GetFocusedWindow()); aura 216 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 233 ash/extended_desktop_unittest.cc aura::test::EventGenerator& event_generator(GetEventGenerator()); aura 254 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 255 ash/extended_desktop_unittest.cc aura::WindowTreeHost* host0 = root_windows[0]->GetHost(); aura 256 ash/extended_desktop_unittest.cc aura::WindowTreeHost* host1 = root_windows[1]->GetHost(); aura 269 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 270 ash/extended_desktop_unittest.cc aura::test::WindowTestApi root_window0_test_api(root_windows[0]); aura 271 ash/extended_desktop_unittest.cc aura::test::WindowTestApi root_window1_test_api(root_windows[1]); aura 293 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 315 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 353 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 355 ash/extended_desktop_unittest.cc aura::test::EventCountDelegate r1_d1; aura 356 ash/extended_desktop_unittest.cc aura::test::EventCountDelegate r1_d2; aura 357 ash/extended_desktop_unittest.cc aura::test::EventCountDelegate r2_d1; aura 359 ash/extended_desktop_unittest.cc scoped_ptr<aura::Window> r1_w1(aura::test::CreateTestWindowWithDelegate( aura 361 ash/extended_desktop_unittest.cc scoped_ptr<aura::Window> r1_w2(aura::test::CreateTestWindowWithDelegate( aura 363 ash/extended_desktop_unittest.cc scoped_ptr<aura::Window> r2_w1(aura::test::CreateTestWindowWithDelegate( aura 369 ash/extended_desktop_unittest.cc aura::client::GetCaptureWindow(r2_w1->GetRootWindow())); aura 371 ash/extended_desktop_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 393 ash/extended_desktop_unittest.cc aura::client::GetCaptureWindow(r2_w1->GetRootWindow())); aura 407 ash/extended_desktop_unittest.cc EXPECT_EQ(NULL, aura::client::GetCaptureWindow(r2_w1->GetRootWindow())); aura 423 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 461 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 462 ash/extended_desktop_unittest.cc aura::test::EventCountDelegate delegate; aura 463 ash/extended_desktop_unittest.cc scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate( aura 468 ash/extended_desktop_unittest.cc aura::test::EventGenerator& event_generator(GetEventGenerator()); aura 483 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 515 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 575 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 581 ash/extended_desktop_unittest.cc aura::Window* d1 = aura 583 ash/extended_desktop_unittest.cc aura::Window* d2 = aura 590 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(root_windows[1], root_windows[0], &p); aura 593 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(d2, d1, &p); aura 598 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(root_windows[0], root_windows[1], &p); aura 601 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(d1, d2, &p); aura 612 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(root_windows[1], root_windows[0], &p); aura 615 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(d2, d1, &p); aura 620 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(root_windows[0], root_windows[1], &p); aura 623 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(d1, d2, &p); aura 635 ash/extended_desktop_unittest.cc aura::test::EventGenerator& event_generator(GetEventGenerator()); aura 666 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 685 ash/extended_desktop_unittest.cc aura::Window* settings_bubble_container = aura 688 ash/extended_desktop_unittest.cc aura::Window* window = aura::test::CreateTestWindowWithId( aura 694 ash/extended_desktop_unittest.cc aura::Window* status_container = aura 697 ash/extended_desktop_unittest.cc window = aura::test::CreateTestWindowWithId(100, status_container); aura 708 ash/extended_desktop_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 732 ash/extended_desktop_unittest.cc aura::client::FocusClient* focus_client = aura 733 ash/extended_desktop_unittest.cc aura::client::GetFocusClient(root_windows[0]); aura 737 ash/extended_desktop_unittest.cc aura::test::EventGenerator& event_generator(GetEventGenerator()); aura 788 ash/extended_desktop_unittest.cc aura::test::EventGenerator& generator(GetEventGenerator()); aura 30 ash/first_run/desktop_cleaner.cc class ContainerHider : public aura::WindowObserver, aura 33 ash/first_run/desktop_cleaner.cc explicit ContainerHider(aura::Window* container) aura 65 ash/first_run/desktop_cleaner.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 71 ash/first_run/desktop_cleaner.cc aura::Window* container_; aura 98 ash/first_run/desktop_cleaner.cc aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); aura 100 ash/first_run/desktop_cleaner.cc aura::Window* container = aura 89 ash/first_run/first_run_helper_impl.cc aura::Window* FirstRunHelperImpl::GetWindow() { aura 39 ash/first_run/first_run_helper_impl.h virtual aura::Window* GetWindow() OVERRIDE; aura 81 ash/first_run/first_run_helper_unittest.cc aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); aura 85 ash/first_run/first_run_helper_unittest.cc aura::Window* container = aura 92 ash/first_run/first_run_helper_unittest.cc aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); aura 96 ash/first_run/first_run_helper_unittest.cc aura::Window* container = aura 136 ash/first_run/first_run_helper_unittest.cc aura::Window* overlay_window = helper()->GetOverlayWidget()->GetNativeView(); aura 38 ash/focus_cycler.cc aura::Window* window = ash::wm::GetActiveWindow(); aura 82 ash/focus_cycler.cc aura::Window* window = mru_windows.front(); aura 29 ash/focus_cycler_unittest.cc using aura::Window; aura 96 ash/focus_cycler_unittest.cc aura::Window* parent = aura 315 ash/focus_cycler_unittest.cc aura::Window* browser_window = browser_widget->GetNativeView(); aura 391 ash/focus_cycler_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 392 ash/focus_cycler_unittest.cc aura::test::EventGenerator event_generator(root, root); aura 224 ash/frame/caption_buttons/alternate_frame_size_button.cc aura::Window* window = frame_->GetNativeWindow(); aura 168 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 189 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 216 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 273 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 290 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 309 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 380 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 450 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 166 ash/frame/caption_buttons/frame_maximize_button.cc aura::Window* window, aura 172 ash/frame/caption_buttons/frame_maximize_button.cc void FrameMaximizeButton::OnWindowPropertyChanged(aura::Window* window, aura 178 ash/frame/caption_buttons/frame_maximize_button.cc void FrameMaximizeButton::OnWindowDestroying(aura::Window* window) { aura 442 ash/frame/caption_buttons/frame_maximize_button.cc aura::Window* window = frame_->GetNativeWindow(); aura 30 ash/frame/caption_buttons/frame_maximize_button.h public aura::WindowObserver { aura 57 ash/frame/caption_buttons/frame_maximize_button.h virtual void OnWindowBoundsChanged(aura::Window* window, aura 60 ash/frame/caption_buttons/frame_maximize_button.h virtual void OnWindowPropertyChanged(aura::Window* window, aura 63 ash/frame/caption_buttons/frame_maximize_button.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 186 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator( aura 223 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 227 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), center); aura 329 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 336 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), off_pos); aura 352 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 359 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), off_pos); aura 375 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 382 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), off_pos); aura 420 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 428 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), off_pos); aura 456 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 463 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), off_pos); aura 467 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* active = aura 468 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::client::GetFocusClient(window)->GetFocusedWindow(); aura 475 ash/frame/caption_buttons/frame_maximize_button_unittest.cc EXPECT_EQ(active, aura::client::GetFocusClient(window)->GetFocusedWindow()); aura 479 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 480 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* root_window = window->GetRootWindow(); aura 512 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 519 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), off_pos); aura 573 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window, aura 578 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), off_pos); aura 601 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 630 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 662 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 689 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 696 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), off_pos); aura 714 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 725 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow()); aura 745 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 755 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow()); aura 774 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 787 ash/frame/caption_buttons/frame_maximize_button_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), off_pos); aura 57 ash/frame/caption_buttons/maximize_bubble_controller.cc aura::Window* MaximizeBubbleController::GetBubbleWindow() { aura 13 ash/frame/caption_buttons/maximize_bubble_controller.h namespace aura { aura 45 ash/frame/caption_buttons/maximize_bubble_controller.h aura::Window* GetBubbleWindow(); aura 271 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc MaximizeBubbleTargeter(aura::Window* window, aura 281 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc virtual bool GetHitTestMask(aura::Window* window, aura 351 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc aura::Window* parent = Shell::GetContainer(Shell::GetTargetRootWindow(), aura 387 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc aura::Window* window = bubble_widget->GetNativeWindow(); aura 403 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc aura::Window* MaximizeBubbleControllerBubble::GetBubbleWindow() { aura 39 ash/frame/caption_buttons/maximize_bubble_controller_bubble.h aura::Window* GetBubbleWindow(); aura 48 ash/frame/custom_frame_view_ash.cc public aura::WindowObserver { aura 83 ash/frame/custom_frame_view_ash.cc window_state->window()->SetProperty(aura::client::kShowStateKey, aura 96 ash/frame/custom_frame_view_ash.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 274 ash/frame/custom_frame_view_ash.cc aura::Window* window = frame_->GetNativeView(); aura 39 ash/frame/frame_border_hit_test_controller.cc if (aura::Env::GetInstance()->is_touch_down()) aura 12 ash/frame/frame_border_hit_test_controller.h namespace aura { aura 43 ash/frame/frame_border_hit_test_controller.h aura::Window* frame_window_; aura 94 ash/frame/header_painter_util.cc aura::Window* window = widget->GetNativeWindow(); aura 21 ash/high_contrast/high_contrast_controller.cc aura::Window::Windows root_window_list = Shell::GetAllRootWindows(); aura 22 ash/high_contrast/high_contrast_controller.cc for (aura::Window::Windows::iterator it = root_window_list.begin(); aura 28 ash/high_contrast/high_contrast_controller.cc void HighContrastController::OnRootWindowAdded(aura::Window* root_window) { aura 32 ash/high_contrast/high_contrast_controller.cc void HighContrastController::UpdateDisplay(aura::Window* root_window) { aura 11 ash/high_contrast/high_contrast_controller.h namespace aura { aura 28 ash/high_contrast/high_contrast_controller.h void OnRootWindowAdded(aura::Window* root_window); aura 32 ash/high_contrast/high_contrast_controller.h void UpdateDisplay(aura::Window* root_window); aura 16 ash/host/window_tree_host_factory.cc virtual aura::WindowTreeHost* CreateWindowTreeHost( aura 18 ash/host/window_tree_host_factory.cc return aura::WindowTreeHost::Create(initial_bounds); aura 11 ash/host/window_tree_host_factory.h namespace aura { aura 24 ash/host/window_tree_host_factory.h virtual aura::WindowTreeHost* CreateWindowTreeHost( aura 20 ash/host/window_tree_host_factory_win.cc virtual aura::WindowTreeHost* CreateWindowTreeHost( aura 25 ash/host/window_tree_host_factory_win.cc return aura::RemoteWindowTreeHostWin::Create(initial_bounds); aura 27 ash/host/window_tree_host_factory_win.cc return aura::WindowTreeHost::Create(initial_bounds); aura 65 ash/keyboard_overlay/keyboard_overlay_view.cc aura::Window* KeyboardOverlayView::GetWindow() { aura 46 ash/keyboard_overlay/keyboard_overlay_view.h virtual aura::Window* GetWindow() OVERRIDE; aura 47 ash/magnifier/magnification_controller.cc void MoveCursorTo(aura::WindowTreeHost* host, const gfx::Point& root_location) { aura 64 ash/magnifier/magnification_controller.cc public aura::WindowObserver { aura 91 ash/magnifier/magnification_controller.cc virtual void OnWindowDestroying(aura::Window* root_window) OVERRIDE; aura 92 ash/magnifier/magnification_controller.cc virtual void OnWindowBoundsChanged(aura::Window* window, aura 126 ash/magnifier/magnification_controller.cc void SwitchTargetRootWindow(aura::Window* new_root_window, aura 146 ash/magnifier/magnification_controller.cc aura::Window* root_window_; aura 273 ash/magnifier/magnification_controller.cc scoped_ptr<aura::RootWindowTransformer> transformer( aura 372 ash/magnifier/magnification_controller.cc aura::client::CursorClient* cursor_client = aura 373 ash/magnifier/magnification_controller.cc aura::client::GetCursorClient(root_window_); aura 423 ash/magnifier/magnification_controller.cc aura::client::CursorClient* cursor_client = aura 424 ash/magnifier/magnification_controller.cc aura::client::GetCursorClient(root_window_); aura 435 ash/magnifier/magnification_controller.cc aura::Window* root_window) { aura 441 ash/magnifier/magnification_controller.cc aura::Window* target_root_window = Shell::GetTargetRootWindow(); aura 453 ash/magnifier/magnification_controller.cc aura::Window* window, aura 460 ash/magnifier/magnification_controller.cc aura::Window* new_root_window, aura 549 ash/magnifier/magnification_controller.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 550 ash/magnifier/magnification_controller.cc aura::Window* current_root = target->GetRootWindow(); aura 588 ash/magnifier/magnification_controller.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 589 ash/magnifier/magnification_controller.cc aura::Window* current_root = target->GetRootWindow(); aura 15 ash/magnifier/magnification_controller.h namespace aura { aura 35 ash/magnifier/magnification_controller_unittest.cc aura::Window* root = GetRootWindow(); aura 51 ash/magnifier/magnification_controller_unittest.cc aura::Window* GetRootWindow() const { aura 174 ash/magnifier/magnification_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 193 ash/magnifier/magnification_controller_unittest.cc const aura::Env* env = aura::Env::GetInstance(); aura 194 ash/magnifier/magnification_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 297 ash/magnifier/magnification_controller_unittest.cc const aura::Env* env = aura::Env::GetInstance(); aura 298 ash/magnifier/magnification_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 350 ash/magnifier/magnification_controller_unittest.cc const aura::Env* env = aura::Env::GetInstance(); aura 351 ash/magnifier/magnification_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 396 ash/magnifier/magnification_controller_unittest.cc const aura::Env* env = aura::Env::GetInstance(); aura 397 ash/magnifier/magnification_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 82 ash/magnifier/partial_magnification_controller.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 83 ash/magnifier/partial_magnification_controller.cc aura::Window* current_root = target->GetRootWindow(); aura 100 ash/magnifier/partial_magnification_controller.cc aura::Window* window) { aura 103 ash/magnifier/partial_magnification_controller.cc aura::Window* new_root_window = GetCurrentRootWindow(); aura 135 ash/magnifier/partial_magnification_controller.cc aura::Window* root_window = GetCurrentRootWindow(); aura 158 ash/magnifier/partial_magnification_controller.cc aura::Window* window = zoom_widget_->GetNativeView(); aura 183 ash/magnifier/partial_magnification_controller.cc aura::Window* root_window = aura 190 ash/magnifier/partial_magnification_controller.cc aura::Window* new_root_window) { aura 201 ash/magnifier/partial_magnification_controller.cc aura::Window* PartialMagnificationController::GetCurrentRootWindow() { aura 202 ash/magnifier/partial_magnification_controller.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 203 ash/magnifier/partial_magnification_controller.cc for (aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 205 ash/magnifier/partial_magnification_controller.cc aura::Window* root_window = *iter; aura 22 ash/magnifier/partial_magnification_controller.h public aura::WindowObserver, aura 48 ash/magnifier/partial_magnification_controller.h void SwitchTargetRootWindow(aura::Window* new_root_window); aura 51 ash/magnifier/partial_magnification_controller.h aura::Window* GetCurrentRootWindow(); aura 69 ash/magnifier/partial_magnification_controller.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 90 ash/root_window_controller.cc aura::Window* CreateContainer(int window_id, aura 92 ash/root_window_controller.cc aura::Window* parent) { aura 93 ash/root_window_controller.cc aura::Window* container = new aura::Window(NULL); aura 96 ash/root_window_controller.cc container->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 117 ash/root_window_controller.cc void ReparentWindow(aura::Window* window, aura::Window* new_parent) { aura 149 ash/root_window_controller.cc void ReparentAllWindows(aura::Window* src, aura::Window* dst) { aura 162 ash/root_window_controller.cc aura::Window* src_container = Shell::GetContainer(src, id); aura 163 ash/root_window_controller.cc aura::Window* dst_container = Shell::GetContainer(dst, id); aura 167 ash/root_window_controller.cc aura::Window::Windows::const_iterator iter = aura 183 ash/root_window_controller.cc void SetUsesScreenCoordinates(aura::Window* container) { aura 189 ash/root_window_controller.cc void DescendantShouldStayInSameRootWindow(aura::Window* container) { aura 193 ash/root_window_controller.cc void SetUsesEasyResizeTargeter(aura::Window* container) { aura 207 ash/root_window_controller.cc class EmptyWindowDelegate : public aura::WindowDelegate { aura 230 ash/root_window_controller.cc aura::Window* child, aura 244 ash/root_window_controller.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {} aura 245 ash/root_window_controller.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE { aura 261 ash/root_window_controller.cc void RootWindowController::CreateForPrimaryDisplay(aura::WindowTreeHost* host) { aura 268 ash/root_window_controller.cc aura::WindowTreeHost* host) { aura 274 ash/root_window_controller.cc aura::WindowTreeHost* host) { aura 281 ash/root_window_controller.cc RootWindowController* RootWindowController::ForShelf(aura::Window* window) { aura 287 ash/root_window_controller.cc const aura::Window* window) { aura 297 ash/root_window_controller.cc aura::Window* RootWindowController::GetContainerForWindow( aura 298 ash/root_window_controller.cc aura::Window* window) { aura 299 ash/root_window_controller.cc aura::Window* container = window->parent(); aura 354 ash/root_window_controller.cc aura::client::SetScreenPositionClient(root_window(), NULL); aura 358 ash/root_window_controller.cc RootWindowController::GetSystemModalLayoutManager(aura::Window* window) { aura 359 ash/root_window_controller.cc aura::Window* modal_container = NULL; aura 361 ash/root_window_controller.cc aura::Window* window_container = GetContainerForWindow(window); aura 378 ash/root_window_controller.cc aura::Window* RootWindowController::GetContainer(int container_id) { aura 382 ash/root_window_controller.cc const aura::Window* RootWindowController::GetContainer(int container_id) const { aura 468 ash/root_window_controller.cc aura::client::SetDragDropClient(root_window(), NULL); aura 483 ash/root_window_controller.cc aura::client::SetTooltipClient(root_window(), NULL); aura 487 ash/root_window_controller.cc std::queue<aura::Window*> non_toplevel_windows; aura 490 ash/root_window_controller.cc aura::Window* non_toplevel_window = non_toplevel_windows.front(); aura 492 ash/root_window_controller.cc aura::WindowTracker toplevel_windows; aura 494 ash/root_window_controller.cc aura::Window* child = non_toplevel_window->children()[i]; aura 507 ash/root_window_controller.cc aura::Window* window = root_window()->children()[0]; aura 518 ash/root_window_controller.cc void RootWindowController::MoveWindowsTo(aura::Window* dst) { aura 567 ash/root_window_controller.cc const aura::Window* RootWindowController::GetWindowForFullscreenMode() const { aura 568 ash/root_window_controller.cc const aura::Window* topmost_window = NULL; aura 569 ash/root_window_controller.cc const aura::Window* active_window = wm::GetActiveWindow(); aura 581 ash/root_window_controller.cc const aura::Window::Windows& windows = aura 583 ash/root_window_controller.cc for (aura::Window::Windows::const_reverse_iterator iter = windows.rbegin(); aura 614 ash/root_window_controller.cc aura::Window* parent = GetContainer( aura 617 ash/root_window_controller.cc aura::Window* keyboard_container = aura 632 ash/root_window_controller.cc aura::Window* keyboard_container = aura 635 ash/root_window_controller.cc aura::Window* parent = GetContainer( aura 651 ash/root_window_controller.cc bool RootWindowController::IsVirtualKeyboardWindow(aura::Window* window) { aura 652 ash/root_window_controller.cc aura::Window* parent = GetContainer( aura 660 ash/root_window_controller.cc RootWindowController::RootWindowController(aura::WindowTreeHost* host) aura 671 ash/root_window_controller.cc aura::client::SetWindowTreeClient(root_window(), stacking_controller_.get()); aura 720 ash/root_window_controller.cc aura::Window* default_container = aura 726 ash/root_window_controller.cc aura::Window* always_on_top_container = aura 734 ash/root_window_controller.cc aura::Window* shelf_container = GetContainer(kShellWindowId_ShelfContainer); aura 736 ash/root_window_controller.cc aura::Window* status_container = GetContainer(kShellWindowId_StatusContainer); aura 744 ash/root_window_controller.cc mouse_event_target_.reset(new aura::Window(new EmptyWindowDelegate)); aura 745 ash/root_window_controller.cc mouse_event_target_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 747 ash/root_window_controller.cc aura::Window* lock_background_container = aura 754 ash/root_window_controller.cc aura::Window* docked_container = GetContainer(kShellWindowId_DockedContainer); aura 760 ash/root_window_controller.cc aura::Window* panel_container = GetContainer(kShellWindowId_PanelContainer); aura 798 ash/root_window_controller.cc aura::Window* root_window) { aura 809 ash/root_window_controller.cc aura::Window* desktop_background_container = CreateContainer( aura 815 ash/root_window_controller.cc aura::Window* non_lock_screen_containers = CreateContainer( aura 820 ash/root_window_controller.cc aura::Window* lock_background_containers = CreateContainer( aura 826 ash/root_window_controller.cc aura::Window* lock_screen_containers = CreateContainer( aura 830 ash/root_window_controller.cc aura::Window* lock_screen_related_containers = CreateContainer( aura 839 ash/root_window_controller.cc aura::Window* default_container = CreateContainer( aura 847 ash/root_window_controller.cc aura::Window* always_on_top_container = CreateContainer( aura 854 ash/root_window_controller.cc aura::Window* docked_container = CreateContainer( aura 862 ash/root_window_controller.cc aura::Window* shelf_container = aura 869 ash/root_window_controller.cc aura::Window* panel_container = CreateContainer( aura 876 ash/root_window_controller.cc aura::Window* shelf_bubble_container = aura 883 ash/root_window_controller.cc aura::Window* app_list_container = aura 889 ash/root_window_controller.cc aura::Window* modal_container = CreateContainer( aura 899 ash/root_window_controller.cc aura::Window* input_method_container = CreateContainer( aura 908 ash/root_window_controller.cc aura::Window* lock_container = CreateContainer( aura 916 ash/root_window_controller.cc aura::Window* lock_modal_container = CreateContainer( aura 926 ash/root_window_controller.cc aura::Window* status_container = aura 933 ash/root_window_controller.cc aura::Window* settings_bubble_container = CreateContainer( aura 941 ash/root_window_controller.cc aura::Window* menu_container = CreateContainer( aura 948 ash/root_window_controller.cc aura::Window* drag_drop_container = CreateContainer( aura 955 ash/root_window_controller.cc aura::Window* overlay_container = CreateContainer( aura 961 ash/root_window_controller.cc aura::Window* virtual_keyboard_parent_container = CreateContainer( aura 968 ash/root_window_controller.cc aura::Window* mouse_cursor_container = CreateContainer( aura 1003 ash/root_window_controller.cc const aura::Window* root_window) { aura 22 ash/root_window_controller.h namespace aura { aura 83 ash/root_window_controller.h static void CreateForPrimaryDisplay(aura::WindowTreeHost* host); aura 86 ash/root_window_controller.h static void CreateForSecondaryDisplay(aura::WindowTreeHost* host); aura 90 ash/root_window_controller.h static void CreateForVirtualKeyboardDisplay(aura::WindowTreeHost* host); aura 96 ash/root_window_controller.h static RootWindowController* ForShelf(aura::Window* window); aura 99 ash/root_window_controller.h static RootWindowController* ForWindow(const aura::Window* window); aura 105 ash/root_window_controller.h static aura::Window* GetContainerForWindow(aura::Window* window); aura 109 ash/root_window_controller.h aura::Window* root_window() { return host_->window(); } aura 110 ash/root_window_controller.h const aura::Window* root_window() const { return host_->window(); } aura 111 ash/root_window_controller.h aura::WindowTreeHost* host() { return host_.get(); } aura 112 ash/root_window_controller.h const aura::WindowTreeHost* host() const { return host_.get(); } aura 180 ash/root_window_controller.h aura::Window* window); aura 182 ash/root_window_controller.h aura::Window* GetContainer(int container_id); aura 183 ash/root_window_controller.h const aura::Window* GetContainer(int container_id) const; aura 216 ash/root_window_controller.h void MoveWindowsTo(aura::Window* dest); aura 226 ash/root_window_controller.h const aura::Window* GetWindowForFullscreenMode() const; aura 235 ash/root_window_controller.h bool IsVirtualKeyboardWindow(aura::Window* window); aura 238 ash/root_window_controller.h explicit RootWindowController(aura::WindowTreeHost* host); aura 258 ash/root_window_controller.h void CreateContainersInRootWindow(aura::Window* root_window); aura 270 ash/root_window_controller.h scoped_ptr<aura::WindowTreeHost> host_; aura 283 ash/root_window_controller.h scoped_ptr<aura::Window> mouse_event_target_; aura 318 ash/root_window_controller.h const aura::Window* root_window); aura 35 ash/root_window_controller_unittest.cc using aura::Window; aura 61 ash/root_window_controller_unittest.cc class DeleteOnBlurDelegate : public aura::test::TestWindowDelegate, aura 62 ash/root_window_controller_unittest.cc public aura::client::FocusChangeObserver { aura 67 ash/root_window_controller_unittest.cc void SetWindow(aura::Window* window) { aura 69 ash/root_window_controller_unittest.cc aura::client::SetFocusChangeObserver(window_, this); aura 79 ash/root_window_controller_unittest.cc virtual void OnWindowFocused(aura::Window* gained_focus, aura 80 ash/root_window_controller_unittest.cc aura::Window* lost_focus) OVERRIDE { aura 85 ash/root_window_controller_unittest.cc aura::Window* window_; aura 120 ash/root_window_controller_unittest.cc aura::Window* GetModalContainer(aura::Window* root_window) { aura 131 ash/root_window_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 177 ash/root_window_controller_unittest.cc aura::Window* panel = CreateTestWindowInShellWithDelegateAndType( aura 184 ash/root_window_controller_unittest.cc aura::WindowTracker tracker; aura 186 ash/root_window_controller_unittest.cc aura::Window* d2 = CreateTestWindowInShellWithDelegate( aura 189 ash/root_window_controller_unittest.cc aura::client::GetFocusClient(root_windows[0])->FocusWindow(d2); aura 263 ash/root_window_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 278 ash/root_window_controller_unittest.cc aura::test::EventGenerator generator_1st(root_windows[0]); aura 316 ash/root_window_controller_unittest.cc aura::Window* lock_container = Shell::GetContainer( aura 351 ash/root_window_controller_unittest.cc aura::Window* lock_container = Shell::GetContainer( aura 387 ash/root_window_controller_unittest.cc aura::Window* lock_container = Shell::GetContainer( aura 511 ash/root_window_controller_unittest.cc aura::Window* lock_container = Shell::GetContainer( aura 513 ash/root_window_controller_unittest.cc aura::Window* lock_window = Widget::CreateWindowWithParentAndBounds(NULL, aura 516 ash/root_window_controller_unittest.cc aura::Window* session_window = aura 533 ash/root_window_controller_unittest.cc class DestroyedWindowObserver : public aura::WindowObserver { aura 570 ash/root_window_controller_unittest.cc aura::test::TestWindowDelegate delegate1; aura 571 ash/root_window_controller_unittest.cc aura::Window* window1 = new aura::Window(&delegate1); aura 575 ash/root_window_controller_unittest.cc window1->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 576 ash/root_window_controller_unittest.cc aura::client::ParentWindowWithContext( aura 580 ash/root_window_controller_unittest.cc aura::Window* window2 = new aura::Window(NULL); aura 583 ash/root_window_controller_unittest.cc window2->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 599 ash/root_window_controller_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 601 ash/root_window_controller_unittest.cc aura::Window* event_target = root->GetEventHandlerForPoint(gfx::Point(0, 0)); aura 641 ash/root_window_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 642 ash/root_window_controller_unittest.cc aura::Window* primary_root_window = Shell::GetPrimaryRootWindow(); aura 643 ash/root_window_controller_unittest.cc aura::Window* secondary_root_window = aura 657 ash/root_window_controller_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 658 ash/root_window_controller_unittest.cc aura::Window* keyboard_container = aura 663 ash/root_window_controller_unittest.cc aura::Window* keyboard_window = Shell::GetInstance()->keyboard_controller()-> aura 673 ash/root_window_controller_unittest.cc aura::test::EventGenerator event_generator(root_window, keyboard_window); aura 694 ash/root_window_controller_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 695 ash/root_window_controller_unittest.cc aura::Window* keyboard_container = aura 699 ash/root_window_controller_unittest.cc aura::WindowTracker tracker; aura 710 ash/root_window_controller_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 711 ash/root_window_controller_unittest.cc aura::Window* keyboard_container = aura 716 ash/root_window_controller_unittest.cc aura::Window* keyboard_window = controller->proxy()->GetKeyboardWindow(); aura 738 ash/root_window_controller_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 739 ash/root_window_controller_unittest.cc aura::Window* keyboard_container = aura 744 ash/root_window_controller_unittest.cc aura::Window* keyboard_window = Shell::GetInstance()->keyboard_controller()-> aura 753 ash/root_window_controller_unittest.cc aura::test::EventGenerator root_window_event_generator(root_window); aura 754 ash/root_window_controller_unittest.cc aura::test::EventGenerator keyboard_event_generator(root_window, aura 24 ash/root_window_settings.cc RootWindowSettings* InitRootWindowSettings(aura::Window* root) { aura 30 ash/root_window_settings.cc RootWindowSettings* GetRootWindowSettings(aura::Window* root) { aura 34 ash/root_window_settings.cc const RootWindowSettings* GetRootWindowSettings(const aura::Window* root) { aura 11 ash/root_window_settings.h namespace aura { aura 38 ash/root_window_settings.h RootWindowSettings* InitRootWindowSettings(aura::Window* root); aura 41 ash/root_window_settings.h ASH_EXPORT RootWindowSettings* GetRootWindowSettings(aura::Window* root); aura 45 ash/root_window_settings.h GetRootWindowSettings(const aura::Window* root); aura 19 ash/rotator/screen_rotation.h namespace aura { aura 11 ash/scoped_target_root_window.cc aura::Window* root_window) { aura 10 ash/scoped_target_root_window.h namespace aura { aura 23 ash/scoped_target_root_window.h explicit ScopedTargetRootWindow(aura::Window* root_window); aura 34 ash/screen_util.cc gfx::Rect ScreenUtil::GetMaximizedWindowBoundsInParent(aura::Window* window) { aura 42 ash/screen_util.cc gfx::Rect ScreenUtil::GetDisplayBoundsInParent(aura::Window* window) { aura 49 ash/screen_util.cc gfx::Rect ScreenUtil::GetDisplayWorkAreaBoundsInParent(aura::Window* window) { aura 56 ash/screen_util.cc gfx::Rect ScreenUtil::ConvertRectToScreen(aura::Window* window, aura 59 ash/screen_util.cc aura::client::GetScreenPositionClient(window->GetRootWindow())-> aura 65 ash/screen_util.cc gfx::Rect ScreenUtil::ConvertRectFromScreen(aura::Window* window, aura 68 ash/screen_util.cc aura::client::GetScreenPositionClient(window->GetRootWindow())-> aura 11 ash/screen_util.h namespace aura { aura 32 ash/screen_util.h static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window); aura 35 ash/screen_util.h static gfx::Rect GetDisplayBoundsInParent(aura::Window* window); aura 38 ash/screen_util.h static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window); aura 43 ash/screen_util.h static gfx::Rect ConvertRectToScreen(aura::Window* window, aura 48 ash/screen_util.h static gfx::Rect ConvertRectFromScreen(aura::Window* window, aura 138 ash/screensaver/screensaver_view.cc aura::Window* root_window = ash::Shell::GetPrimaryRootWindow(); aura 8 ash/screenshot_delegate.h namespace aura { aura 30 ash/screenshot_delegate.h aura::Window* window, const gfx::Rect& rect) = 0; aura 14 ash/session_state_delegate.h namespace aura { aura 56 ash/session_state_delegate.h aura::Window* window) = 0; aura 113 ash/session_state_delegate.h virtual bool ShouldShowAvatar(aura::Window* window) = 0; aura 29 ash/session_state_delegate_stub.cc aura::Window* window) { aura 92 ash/session_state_delegate_stub.cc bool SessionStateDelegateStub::ShouldShowAvatar(aura::Window* window) { aura 25 ash/session_state_delegate_stub.h aura::Window* window) OVERRIDE; aura 43 ash/session_state_delegate_stub.h virtual bool ShouldShowAvatar(aura::Window* window) OVERRIDE; aura 40 ash/shelf/app_list_shelf_item_delegate.cc aura::Window* root_window) { aura 24 ash/shelf/app_list_shelf_item_delegate.h virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE; aura 72 ash/shelf/overflow_bubble.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 74 ash/shelf/overflow_bubble.cc aura::client::GetScreenPositionClient(target->GetRootWindow())-> aura 72 ash/shelf/shelf.cc Shelf* Shelf::ForWindow(aura::Window* window) { aura 83 ash/shelf/shelf.cc gfx::Rect Shelf::GetScreenBoundsOfItemIconForWindow(aura::Window* window) { aura 94 ash/shelf/shelf.cc void Shelf::UpdateIconPositionForWindow(aura::Window* window) { aura 20 ash/shelf/shelf.h namespace aura { aura 59 ash/shelf/shelf.h static Shelf* ForWindow(aura::Window* window); aura 66 ash/shelf/shelf.h gfx::Rect GetScreenBoundsOfItemIconForWindow(aura::Window* window); aura 70 ash/shelf/shelf.h void UpdateIconPositionForWindow(aura::Window* window); aura 17 ash/shelf/shelf_alignment_menu.cc ShelfAlignmentMenu::ShelfAlignmentMenu(aura::Window* root) aura 12 ash/shelf/shelf_alignment_menu.h namespace aura { aura 22 ash/shelf/shelf_alignment_menu.h explicit ShelfAlignmentMenu(aura::Window* root); aura 41 ash/shelf/shelf_alignment_menu.h aura::Window* root_window_; aura 28 ash/shelf/shelf_bezel_event_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 11 ash/shelf/shelf_item_delegate.h namespace aura { aura 44 ash/shelf/shelf_item_delegate.h virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) = 0; aura 147 ash/shelf/shelf_layout_manager.cc !shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target())); aura 155 ash/shelf/shelf_layout_manager.cc if (shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target()))) { aura 215 ash/shelf/shelf_layout_manager.cc aura::client::GetActivationClient(root_window_)->AddObserver(this); aura 225 ash/shelf/shelf_layout_manager.cc aura::client::GetActivationClient(root_window_)->RemoveObserver(this); aura 330 ash/shelf/shelf_layout_manager.cc const aura::Window* fullscreen_window = GetRootWindowController( aura 534 ash/shelf/shelf_layout_manager.cc void ShelfLayoutManager::OnWindowAddedToLayout(aura::Window* child) { aura 537 ash/shelf/shelf_layout_manager.cc void ShelfLayoutManager::OnWillRemoveWindowFromLayout(aura::Window* child) { aura 540 ash/shelf/shelf_layout_manager.cc void ShelfLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) { aura 543 ash/shelf/shelf_layout_manager.cc void ShelfLayoutManager::OnChildWindowVisibilityChanged(aura::Window* child, aura 547 ash/shelf/shelf_layout_manager.cc void ShelfLayoutManager::SetChildBounds(aura::Window* child, aura 583 ash/shelf/shelf_layout_manager.cc void ShelfLayoutManager::OnWindowActivated(aura::Window* gained_active, aura 584 ash/shelf/shelf_layout_manager.cc aura::Window* lost_active) { aura 594 ash/shelf/shelf_layout_manager.cc ShelfLayoutManager* ShelfLayoutManager::ForShelf(aura::Window* window) { aura 1058 ash/shelf/shelf_layout_manager.cc const std::vector<aura::Window*> windows = aura 1083 ash/shelf/shelf_layout_manager.cc aura::client::CursorClient* cursor_client = aura::client::GetCursorClient( aura 1132 ash/shelf/shelf_layout_manager.cc bool ShelfLayoutManager::IsShelfWindow(aura::Window* window) { aura 31 ash/shelf/shelf_layout_manager.h namespace aura { aura 58 ash/shelf/shelf_layout_manager.h public aura::LayoutManager, aura 60 ash/shelf/shelf_layout_manager.h public aura::client::ActivationChangeObserver, aura 174 ash/shelf/shelf_layout_manager.h virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; aura 175 ash/shelf/shelf_layout_manager.h virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE; aura 176 ash/shelf/shelf_layout_manager.h virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE; aura 177 ash/shelf/shelf_layout_manager.h virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 179 ash/shelf/shelf_layout_manager.h virtual void SetChildBounds(aura::Window* child, aura 188 ash/shelf/shelf_layout_manager.h virtual void OnWindowActivated(aura::Window* gained_active, aura 189 ash/shelf/shelf_layout_manager.h aura::Window* lost_active) OVERRIDE; aura 224 ash/shelf/shelf_layout_manager.h static ShelfLayoutManager* ForShelf(aura::Window* window); aura 322 ash/shelf/shelf_layout_manager.h bool IsShelfWindow(aura::Window* window); aura 341 ash/shelf/shelf_layout_manager.h aura::Window* root_window_; aura 12 ash/shelf/shelf_layout_manager_observer.h namespace aura { aura 32 ash/shelf/shelf_layout_manager_observer.h virtual void OnAutoHideBehaviorChanged(aura::Window* root_window, aura 344 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* CreateTestWindow() { aura 345 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window = new aura::Window(NULL); aura 346 ash/shelf/shelf_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 348 ash/shelf/shelf_layout_manager_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 394 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window = widget->GetNativeWindow(); aura 411 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 799 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 800 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator(root, root); aura 864 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 865 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator(root, root); aura 912 ash/shelf/shelf_layout_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 923 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator& generator(GetEventGenerator()); aura 991 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator( aura 1008 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 1015 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* lock_container = Shell::GetContainer( aura 1044 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator( aura 1056 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window = widget->GetNativeWindow(); aura 1089 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator( aura 1103 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window = widget->GetNativeWindow(); aura 1163 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator( aura 1177 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window = widget->GetNativeWindow(); aura 1233 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator( aura 1276 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window = CreateTestWindow(); aura 1303 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window = CreateTestWindow(); aura 1305 ash/shelf/shelf_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 1337 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window = CreateTestWindow(); aura 1339 ash/shelf/shelf_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 1364 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window1 = CreateTestWindow(); aura 1366 ash/shelf/shelf_layout_manager_unittest.cc window1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 1369 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window2 = CreateTestWindow(); aura 1391 ash/shelf/shelf_layout_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 1396 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window1 = CreateTestWindow(); aura 1400 ash/shelf/shelf_layout_manager_unittest.cc window1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 1403 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window2 = CreateTestWindow(); aura 1537 ash/shelf/shelf_layout_manager_unittest.cc aura::Window* window = widget->GetNativeWindow(); aura 1548 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 1590 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 1697 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 1729 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 1763 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 1866 ash/shelf/shelf_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow()); aura 1871 ash/shelf/shelf_layout_manager_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 1876 ash/shelf/shelf_layout_manager_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 1880 ash/shelf/shelf_layout_manager_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 1884 ash/shelf/shelf_layout_manager_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 1904 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 1947 ash/shelf/shelf_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow()); aura 1951 ash/shelf/shelf_layout_manager_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 1954 ash/shelf/shelf_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow()); aura 1963 ash/shelf/shelf_layout_manager_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 1965 ash/shelf/shelf_layout_manager_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 1968 ash/shelf/shelf_layout_manager_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 1980 ash/shelf/shelf_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow()); aura 1984 ash/shelf/shelf_layout_manager_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 1994 ash/shelf/shelf_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow()); aura 2028 ash/shelf/shelf_layout_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 98 ash/shelf/shelf_tooltip_manager.cc aura::Window* root_window = aura 263 ash/shelf/shelf_tooltip_manager.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 270 ash/shelf/shelf_tooltip_manager.cc aura::Window::ConvertPointToTarget( aura 282 ash/shelf/shelf_tooltip_manager.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 182 ash/shelf/shelf_tooltip_manager_unittest.cc aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); aura 224 ash/shelf/shelf_tooltip_manager_unittest.cc aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); aura 254 ash/shelf/shelf_tooltip_manager_unittest.cc aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); aura 23 ash/shelf/shelf_util.cc void SetShelfIDForWindow(ShelfID id, aura::Window* window) { aura 30 ash/shelf/shelf_util.cc ShelfID GetShelfIDForWindow(aura::Window* window) { aura 35 ash/shelf/shelf_util.cc void SetShelfItemDetailsForWindow(aura::Window* window, aura 42 ash/shelf/shelf_util.cc void ClearShelfItemDetailsForWindow(aura::Window* window) { aura 47 ash/shelf/shelf_util.cc aura::Window* window) { aura 12 ash/shelf/shelf_util.h namespace aura { aura 18 ash/shelf/shelf_util.h extern const aura::WindowProperty<ShelfItemDetails*>* const aura 22 ash/shelf/shelf_util.h ASH_EXPORT void SetShelfIDForWindow(ShelfID id, aura::Window* window); aura 28 ash/shelf/shelf_util.h ASH_EXPORT ShelfID GetShelfIDForWindow(aura::Window* window); aura 31 ash/shelf/shelf_util.h ASH_EXPORT void SetShelfItemDetailsForWindow(aura::Window* window, aura 37 ash/shelf/shelf_util.h ASH_EXPORT void ClearShelfItemDetailsForWindow(aura::Window* window); aura 42 ash/shelf/shelf_util.h aura::Window* window); aura 494 ash/shelf/shelf_view_unittest.cc aura::test::EventGenerator generator(ash::Shell::GetPrimaryRootWindow(), aura 1393 ash/shelf/shelf_view_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 1485 ash/shelf/shelf_view_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 1662 ash/shelf/shelf_view_unittest.cc aura::Window* second_root = Shell::GetAllRootWindows()[1]; aura 1685 ash/shelf/shelf_view_unittest.cc aura::test::EventGenerator generator(second_root, start_point); aura 245 ash/shelf/shelf_widget.cc ShelfWindowTargeter(aura::Window* container, aura 317 ash/shelf/shelf_widget.cc public aura::WindowObserver { aura 357 ash/shelf/shelf_widget.cc virtual void OnWindowBoundsChanged(aura::Window* window, aura 569 ash/shelf/shelf_widget.cc aura::Window* window, aura 600 ash/shelf/shelf_widget.cc ShelfWidget::ShelfWidget(aura::Window* shelf_container, aura 601 ash/shelf/shelf_widget.cc aura::Window* status_container, aura 15 ash/shelf/shelf_widget.h namespace aura { aura 30 ash/shelf/shelf_widget.h ShelfWidget(aura::Window* shelf_container, aura 31 ash/shelf/shelf_widget.h aura::Window* status_container, aura 70 ash/shelf/shelf_widget.h aura::Window* window_container() { return window_container_; } aura 108 ash/shelf/shelf_widget.h aura::Window* window_container_; aura 41 ash/shelf/shelf_widget_unittest.cc void TestLauncherAlignment(aura::Window* root, aura 76 ash/shelf/shelf_widget_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 38 ash/shelf/shelf_window_watcher.cc bool HasShelfItemForWindow(aura::Window* window) { aura 46 ash/shelf/shelf_window_watcher.cc bool IsDragging(aura::Window* window) { aura 63 ash/shelf/shelf_window_watcher.cc aura::Window* window) { aura 76 ash/shelf/shelf_window_watcher.cc aura::Window* window, aura 77 ash/shelf/shelf_window_watcher.cc aura::Window* parent) { aura 101 ash/shelf/shelf_window_watcher.cc aura::Window* window) { aura 119 ash/shelf/shelf_window_watcher.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 120 ash/shelf/shelf_window_watcher.cc for (aura::Window::Windows::const_iterator it = root_windows.begin(); aura 131 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::AddShelfItem(aura::Window* window) { aura 146 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::RemoveShelfItem(aura::Window* window) { aura 151 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::OnRootWindowAdded(aura::Window* root_window) { aura 155 ash/shelf/shelf_window_watcher.cc aura::client::GetActivationClient(root_window)); aura 158 ash/shelf/shelf_window_watcher.cc aura::Window* default_container = Shell::GetContainer( aura 166 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::OnRootWindowRemoved(aura::Window* root_window) { aura 169 ash/shelf/shelf_window_watcher.cc aura::client::GetActivationClient(root_window)); aura 172 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::UpdateShelfItemStatus(aura::Window* window, aura 183 ash/shelf/shelf_window_watcher.cc aura::Window* window) const { aura 187 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::StartObservingRemovedWindow(aura::Window* window) { aura 191 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::FinishObservingRemovedWindow(aura::Window* window) { aura 196 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::OnWindowActivated(aura::Window* gained_active, aura 197 ash/shelf/shelf_window_watcher.cc aura::Window* lost_active) { aura 204 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::OnWindowAdded(aura::Window* window) { aura 223 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::OnWillRemoveWindow(aura::Window* window) { aura 235 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::OnWindowDestroying(aura::Window* window) { aura 241 ash/shelf/shelf_window_watcher.cc void ShelfWindowWatcher::OnWindowPropertyChanged(aura::Window* window, aura 275 ash/shelf/shelf_window_watcher.cc aura::Window* root_window = Shell::GetInstance()->display_controller()-> aura 17 ash/shelf/shelf_window_watcher.h namespace aura { aura 34 ash/shelf/shelf_window_watcher.h class ShelfWindowWatcher : public aura::client::ActivationChangeObserver, aura 35 ash/shelf/shelf_window_watcher.h public aura::WindowObserver, aura 43 ash/shelf/shelf_window_watcher.h class RootWindowObserver : public aura::WindowObserver { aura 50 ash/shelf/shelf_window_watcher.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 60 ash/shelf/shelf_window_watcher.h class RemovedWindowObserver : public aura::WindowObserver { aura 67 ash/shelf/shelf_window_watcher.h virtual void OnWindowParentChanged(aura::Window* window, aura 68 ash/shelf/shelf_window_watcher.h aura::Window* parent) OVERRIDE; aura 69 ash/shelf/shelf_window_watcher.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 78 ash/shelf/shelf_window_watcher.h void AddShelfItem(aura::Window* window); aura 81 ash/shelf/shelf_window_watcher.h void RemoveShelfItem(aura::Window* window); aura 84 ash/shelf/shelf_window_watcher.h void OnRootWindowAdded(aura::Window* root_window); aura 87 ash/shelf/shelf_window_watcher.h void OnRootWindowRemoved(aura::Window* root_window); aura 90 ash/shelf/shelf_window_watcher.h void UpdateShelfItemStatus(aura::Window* window, bool is_active); aura 93 ash/shelf/shelf_window_watcher.h int GetShelfItemIndexForWindow(aura::Window* window) const; aura 99 ash/shelf/shelf_window_watcher.h void StartObservingRemovedWindow(aura::Window* window); aura 103 ash/shelf/shelf_window_watcher.h void FinishObservingRemovedWindow(aura::Window* window); aura 106 ash/shelf/shelf_window_watcher.h virtual void OnWindowActivated(aura::Window* gained_active, aura 107 ash/shelf/shelf_window_watcher.h aura::Window* lost_active) OVERRIDE; aura 110 ash/shelf/shelf_window_watcher.h virtual void OnWindowAdded(aura::Window* window) OVERRIDE; aura 111 ash/shelf/shelf_window_watcher.h virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE; aura 112 ash/shelf/shelf_window_watcher.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 113 ash/shelf/shelf_window_watcher.h virtual void OnWindowPropertyChanged(aura::Window* window, aura 131 ash/shelf/shelf_window_watcher.h ScopedObserver<aura::Window, aura::WindowObserver> observed_windows_; aura 134 ash/shelf/shelf_window_watcher.h ScopedObserver<aura::Window, aura::WindowObserver> observed_root_windows_; aura 137 ash/shelf/shelf_window_watcher.h ScopedObserver<aura::Window, aura::WindowObserver> observed_removed_windows_; aura 140 ash/shelf/shelf_window_watcher.h ScopedObserverWithDuplicatedSources<aura::client::ActivationClient, aura 141 ash/shelf/shelf_window_watcher.h aura::client::ActivationChangeObserver> observed_activation_clients_; aura 19 ash/shelf/shelf_window_watcher_item_delegate.cc aura::Window* window, ShelfModel* model) aura 51 ash/shelf/shelf_window_watcher_item_delegate.cc aura::Window* root_window) { aura 12 ash/shelf/shelf_window_watcher_item_delegate.h namespace aura { aura 22 ash/shelf/shelf_window_watcher_item_delegate.h ShelfWindowWatcherItemDelegate(aura::Window* window, ShelfModel* model_); aura 30 ash/shelf/shelf_window_watcher_item_delegate.h virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE; aura 37 ash/shelf/shelf_window_watcher_item_delegate.h aura::Window* window_; aura 40 ash/shelf/shelf_window_watcher_unittest.cc ShelfID CreateShelfItem(aura::Window* window) { aura 59 ash/shelf/shelf_window_watcher_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(0)); aura 60 ash/shelf/shelf_window_watcher_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithId(0)); aura 90 ash/shelf/shelf_window_watcher_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(0)); aura 91 ash/shelf/shelf_window_watcher_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithId(0)); aura 120 ash/shelf/shelf_window_watcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 145 ash/shelf/shelf_window_watcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 180 ash/shelf/shelf_window_watcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 190 ash/shelf/shelf_window_watcher_unittest.cc aura::Window* root_window = window->GetRootWindow(); aura 191 ash/shelf/shelf_window_watcher_unittest.cc aura::Window* default_container = Shell::GetContainer( aura 196 ash/shelf/shelf_window_watcher_unittest.cc aura::Window* new_parent = Shell::GetContainer( aura 217 ash/shelf/shelf_window_watcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 231 ash/shelf/shelf_window_watcher_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE)); aura 247 ash/shelf/shelf_window_watcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 256 ash/shelf/shelf_window_watcher_unittest.cc aura::Window* root_window = window->GetRootWindow(); aura 257 ash/shelf/shelf_window_watcher_unittest.cc aura::Window* default_container = Shell::GetContainer( aura 262 ash/shelf/shelf_window_watcher_unittest.cc aura::Window* new_parent = Shell::GetContainer( aura 272 ash/shelf/shelf_window_watcher_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE)); aura 144 ash/shell.cc using aura::Window; aura 157 ash/shell.cc aura::Window* window, aura 212 ash/shell.cc aura::Window* Shell::GetPrimaryRootWindow() { aura 217 ash/shell.cc aura::Window* Shell::GetTargetRootWindow() { aura 230 ash/shell.cc aura::Window::Windows Shell::GetAllRootWindows() { aura 236 ash/shell.cc aura::Window* Shell::GetContainer(aura::Window* root_window, aura 242 ash/shell.cc const aura::Window* Shell::GetContainer(const aura::Window* root_window, aura 248 ash/shell.cc std::vector<aura::Window*> Shell::GetContainersFromAllRootWindows( aura 250 ash/shell.cc aura::Window* priority_root) { aura 251 ash/shell.cc std::vector<aura::Window*> containers; aura 252 ash/shell.cc aura::Window::Windows root_windows = GetAllRootWindows(); aura 253 ash/shell.cc for (aura::Window::Windows::const_iterator it = root_windows.begin(); aura 255 ash/shell.cc aura::Window* container = (*it)->GetChildById(container_id); aura 275 ash/shell.cc aura::Window* root = aura 281 ash/shell.cc void Shell::ToggleAppList(aura::Window* window) { aura 295 ash/shell.cc aura::Window* Shell::GetAppListWindow() { aura 306 ash/shell.cc const std::vector<aura::Window*> containers = GetContainersFromAllRootWindows( aura 308 ash/shell.cc for (std::vector<aura::Window*>::const_iterator cit = containers.begin(); aura 310 ash/shell.cc for (aura::Window::Windows::const_iterator wit = (*cit)->children().begin(); aura 312 ash/shell.cc if ((*wit)->GetProperty(aura::client::kModalKey) == aura 367 ash/shell.cc std::vector<aura::Window*> containers = GetContainersFromAllRootWindows( aura 369 ash/shell.cc for (std::vector<aura::Window*>::const_iterator iter = containers.begin(); aura 467 ash/shell.cc aura::Window* root_window) { aura 472 ash/shell.cc aura::Window* root_window) const { aura 477 ash/shell.cc aura::Window* root_window) { aura 484 ash/shell.cc ShelfAlignment Shell::GetShelfAlignment(aura::Window* root_window) { aura 498 ash/shell.cc aura::Window* root_window) { aura 503 ash/shell.cc void Shell::CreateModalBackground(aura::Window* window) { aura 514 ash/shell.cc void Shell::OnModalWindowRemoved(aura::Window* removed) { aura 636 ash/shell.cc aura::client::GetFocusClient(GetPrimaryRootWindow())->FocusWindow(NULL); aura 820 ash/shell.cc aura::Env::CreateInstance(); aura 845 ash/shell.cc aura::Window* root_window = display_controller_->GetPrimaryRootWindow(); aura 1040 ash/shell.cc void Shell::InitRootWindow(aura::Window* root_window) { aura 1045 ash/shell.cc aura::client::SetFocusClient(root_window, focus_client_.get()); aura 1047 ash/shell.cc aura::client::SetActivationClient(root_window, activation_client_); aura 1051 ash/shell.cc aura::client::SetVisibilityClient(root_window, visibility_controller_.get()); aura 1052 ash/shell.cc aura::client::SetDragDropClient(root_window, drag_drop_controller_.get()); aura 1053 ash/shell.cc aura::client::SetScreenPositionClient(root_window, aura 1055 ash/shell.cc aura::client::SetCursorClient(root_window, &cursor_manager_); aura 1056 ash/shell.cc aura::client::SetTooltipClient(root_window, tooltip_controller_.get()); aura 1057 ash/shell.cc aura::client::SetEventClient(root_window, event_client_.get()); aura 1059 ash/shell.cc aura::client::SetWindowMoveClient(root_window, aura 1065 ash/shell.cc aura::client::SetDispatcherClient(root_window, aura 1070 ash/shell.cc bool Shell::CanWindowReceiveEvents(aura::Window* window) { aura 1095 ash/shell.cc return aura::Env::GetInstance(); aura 1113 ash/shell.cc void Shell::OnWindowActivated(aura::Window* gained_active, aura 1114 ash/shell.cc aura::Window* lost_active) { aura 34 ash/shell.h namespace aura { aura 168 ash/shell.h public aura::client::ActivationChangeObserver { aura 200 ash/shell.h static aura::Window* GetPrimaryRootWindow(); aura 207 ash/shell.h static aura::Window* GetTargetRootWindow(); aura 213 ash/shell.h static aura::Window::Windows GetAllRootWindows(); aura 215 ash/shell.h static aura::Window* GetContainer(aura::Window* root_window, aura 217 ash/shell.h static const aura::Window* GetContainer(const aura::Window* root_window, aura 223 ash/shell.h static std::vector<aura::Window*> GetContainersFromAllRootWindows( aura 225 ash/shell.h aura::Window* priority_root); aura 227 ash/shell.h void set_target_root_window(aura::Window* target_root_window) { aura 239 ash/shell.h void ToggleAppList(aura::Window* anchor); aura 245 ash/shell.h aura::Window* GetAppListWindow(); aura 270 ash/shell.h void SetDisplayWorkAreaInsets(aura::Window* window, aura 421 ash/shell.h aura::client::ActivationClient* activation_client() { aura 437 ash/shell.h aura::Window* root_window); aura 439 ash/shell.h aura::Window* root_window) const; aura 443 ash/shell.h aura::Window* root_window); aura 444 ash/shell.h ShelfAlignment GetShelfAlignment(aura::Window* root_window); aura 452 ash/shell.h aura::Window* root_window); aura 456 ash/shell.h void CreateModalBackground(aura::Window* window); aura 461 ash/shell.h void OnModalWindowRemoved(aura::Window* removed); aura 575 ash/shell.h typedef std::pair<aura::Window*, gfx::Rect> WindowAndBoundsPair; aura 587 ash/shell.h void InitRootWindow(aura::Window* root_window); aura 590 ash/shell.h virtual bool CanWindowReceiveEvents(aura::Window* window) OVERRIDE; aura 600 ash/shell.h virtual void OnWindowActivated(aura::Window* gained_active, aura 601 ash/shell.h aura::Window* lost_active) OVERRIDE; aura 613 ash/shell.h aura::Window* target_root_window_; aura 614 ash/shell.h aura::Window* scoped_target_root_window_; aura 661 ash/shell.h scoped_ptr<aura::client::FocusClient> focus_client_; aura 662 ash/shell.h aura::client::ActivationClient* activation_client_; aura 159 ash/shell/content_client/shell_browser_main_parts.cc aura::Env::DeleteInstance(); aura 17 ash/shell/context_menu.cc ContextMenu::ContextMenu(aura::Window* root) aura 13 ash/shell/context_menu.h namespace aura { aura 24 ash/shell/context_menu.h explicit ContextMenu(aura::Window* root); aura 41 ash/shell/context_menu.h aura::Window* root_window_; aura 26 ash/shell/keyboard_controller_proxy_stub.cc aura::Window* KeyboardControllerProxyStub::GetKeyboardWindow() { aura 28 ash/shell/keyboard_controller_proxy_stub.cc keyboard_.reset(new aura::Window(&delegate_)); aura 29 ash/shell/keyboard_controller_proxy_stub.cc keyboard_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 11 ash/shell/keyboard_controller_proxy_stub.h namespace aura { aura 24 ash/shell/keyboard_controller_proxy_stub.h virtual aura::Window* GetKeyboardWindow() OVERRIDE; aura 37 ash/shell/keyboard_controller_proxy_stub.h aura::test::TestWindowDelegate delegate_; aura 38 ash/shell/keyboard_controller_proxy_stub.h scoped_ptr<aura::Window> keyboard_; aura 11 ash/shell/shelf_delegate_impl.h namespace aura { aura 165 ash/shell/shell_delegate_impl.cc aura::Window* root, aura 61 ash/shell/shell_delegate_impl.h aura::Window* root_window, aura 67 ash/shell/window_type_launcher.cc static void OpenModalWindow(aura::Window* parent, ui::ModalType modal_type) { aura 128 ash/shell/window_type_launcher.cc static void OpenNonModalTransient(aura::Window* parent) { aura 135 ash/shell/window_type_launcher.cc static void ToggleNonModalTransient(aura::Window* parent) { aura 32 ash/shell/window_type_launcher.h typedef std::pair<aura::Window*, gfx::Rect> WindowAndBoundsPair; aura 23 ash/shell/window_watcher.cc class WindowWatcher::WorkspaceWindowWatcher : public aura::WindowObserver { aura 31 ash/shell/window_watcher.cc virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE { aura 35 ash/shell/window_watcher.cc virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE { aura 40 ash/shell/window_watcher.cc void RootWindowAdded(aura::Window* root) { aura 41 ash/shell/window_watcher.cc aura::Window* panel_container = aura 45 ash/shell/window_watcher.cc aura::Window* container = aura 52 ash/shell/window_watcher.cc void RootWindowRemoved(aura::Window* root) { aura 53 ash/shell/window_watcher.cc aura::Window* panel_container = aura 57 ash/shell/window_watcher.cc aura::Window* container = aura 72 ash/shell/window_watcher.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 73 ash/shell/window_watcher.cc for (aura::Window::Windows::iterator iter = root_windows.begin(); aura 80 ash/shell/window_watcher.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 81 ash/shell/window_watcher.cc for (aura::Window::Windows::iterator iter = root_windows.begin(); aura 87 ash/shell/window_watcher.cc aura::Window* WindowWatcher::GetWindowByID(ash::ShelfID id) { aura 93 ash/shell/window_watcher.cc void WindowWatcher::OnWindowAdded(aura::Window* new_window) { aura 127 ash/shell/window_watcher.cc void WindowWatcher::OnWillRemoveWindow(aura::Window* window) { aura 145 ash/shell/window_watcher.cc aura::Window* root = Shell::GetInstance()->display_controller()-> aura 17 ash/shell/window_watcher.h namespace aura { aura 28 ash/shell/window_watcher.h class WindowWatcher : public aura::WindowObserver, aura 34 ash/shell/window_watcher.h aura::Window* GetWindowByID(ash::ShelfID id); aura 37 ash/shell/window_watcher.h virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE; aura 38 ash/shell/window_watcher.h virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE; aura 48 ash/shell/window_watcher.h typedef std::map<ash::ShelfID, aura::Window*> IDToWindow; aura 26 ash/shell/window_watcher_shelf_item_delegate.cc aura::Window* window = watcher_->GetWindowByID(id_); aura 39 ash/shell/window_watcher_shelf_item_delegate.cc aura::Window* root_window) { aura 27 ash/shell/window_watcher_shelf_item_delegate.h virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE; aura 19 ash/shell_delegate.h namespace aura { aura 142 ash/shell_delegate.h aura::Window* root_window, aura 10 ash/shell_factory.h namespace aura { aura 27 ash/shell_factory.h views::Widget* CreateDesktopBackground(aura::Window* root_window, aura 11 ash/shell_observer.h namespace aura { aura 33 ash/shell_observer.h virtual void OnShelfAlignmentChanged(aura::Window* root_window) {} aura 40 ash/shell_observer.h aura::Window* root_window) {} aura 41 ash/shell_unittest.cc using aura::RootWindow; aura 47 ash/shell_unittest.cc aura::Window* GetDefaultContainer() { aura 52 ash/shell_unittest.cc aura::Window* GetAlwaysOnTopContainer() { aura 59 ash/shell_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 154 ash/shell_unittest.cc aura::Window* expected_container) { aura 269 ash/shell_unittest.cc aura::Window* modal_container = Shell::GetContainer( aura 310 ash/shell_unittest.cc aura::Window* lock_screen = Shell::GetContainer( aura 321 ash/shell_unittest.cc aura::Window* lock_modal_container = aura 336 ash/shell_unittest.cc aura::Window* modal_container = Shell::GetContainer( aura 457 ash/shell_unittest.cc scoped_ptr<aura::Window> window(new aura::Window(NULL)); aura 458 ash/shell_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 460 ash/shell_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 466 ash/shell_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 475 ash/shell_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 509 ash/shell_unittest.cc aura::Env::GetInstance()->AddPreTargetHandler(&event_handler); aura 510 ash/shell_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 513 ash/shell_unittest.cc aura::Env::GetInstance()->RemovePreTargetHandler(&event_handler); aura 529 ash/shell_unittest.cc scoped_ptr<aura::Window> window_; aura 536 ash/shell_unittest.cc window_.reset(new aura::Window(NULL)); aura 537 ash/shell_unittest.cc window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 43 ash/sticky_keys/sticky_keys_controller.cc aura::Window* target) OVERRIDE; aura 46 ash/sticky_keys/sticky_keys_controller.cc aura::Window* target) OVERRIDE; aura 49 ash/sticky_keys/sticky_keys_controller.cc aura::Window* target) OVERRIDE; aura 51 ash/sticky_keys/sticky_keys_controller.cc void DispatchEvent(ui::Event* event, aura::Window* target); aura 63 ash/sticky_keys/sticky_keys_controller.cc aura::Window* target) { aura 68 ash/sticky_keys/sticky_keys_controller.cc aura::Window* target) { aura 82 ash/sticky_keys/sticky_keys_controller.cc aura::Window* target) { aura 87 ash/sticky_keys/sticky_keys_controller.cc aura::Window* target) { aura 415 ash/sticky_keys/sticky_keys_controller.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 417 ash/sticky_keys/sticky_keys_controller.cc aura::Window* root_window = target->GetRootWindow(); aura 420 ash/sticky_keys/sticky_keys_controller.cc aura::WindowTracker window_tracker; aura 435 ash/sticky_keys/sticky_keys_controller.cc aura::Window* modifier_up_target = aura 20 ash/sticky_keys/sticky_keys_controller.h namespace aura { aura 152 ash/sticky_keys/sticky_keys_controller.h aura::Window* target) = 0; aura 156 ash/sticky_keys/sticky_keys_controller.h aura::Window* target) = 0; aura 160 ash/sticky_keys/sticky_keys_controller.h aura::Window* target) = 0; aura 70 ash/sticky_keys/sticky_keys_unittest.cc virtual aura::Window* GetExpectedTarget() = 0; aura 83 ash/sticky_keys/sticky_keys_unittest.cc aura::Window* target) OVERRIDE { aura 99 ash/sticky_keys/sticky_keys_unittest.cc aura::Window* target) OVERRIDE { aura 106 ash/sticky_keys/sticky_keys_unittest.cc aura::Window* target) OVERRIDE { aura 155 ash/sticky_keys/sticky_keys_unittest.cc virtual aura::Window* GetExpectedTarget() OVERRIDE { aura 293 ash/sticky_keys/sticky_keys_unittest.cc aura::Window* target() { return target_; } aura 297 ash/sticky_keys/sticky_keys_unittest.cc aura::Window* target_; aura 299 ash/sticky_keys/sticky_keys_unittest.cc aura::Window* root_window_; aura 19 ash/switchable_windows.cc bool IsSwitchableContainer(const aura::Window* window) { aura 11 ash/switchable_windows.h namespace aura { aura 24 ash/switchable_windows.h ASH_EXPORT bool IsSwitchableContainer(const aura::Window* window); aura 85 ash/system/overview/overview_button_tray_unittest.cc scoped_ptr<aura::Window> window( aura 33 ash/system/status_area_widget.cc StatusAreaWidget::StatusAreaWidget(aura::Window* status_container) aura 28 ash/system/status_area_widget.h explicit StatusAreaWidget(aura::Window* status_container); aura 387 ash/system/tray/system_tray_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 400 ash/system/tray/system_tray_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 414 ash/system/tray/system_tray_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 507 ash/system/tray/tray_background_view.cc aura::Window* TrayBackgroundView::GetBubbleWindowContainer() const { aura 572 ash/system/tray/tray_background_view.cc aura::Window* target_root = anchor_widget ? aura 621 ash/system/tray/tray_background_view.cc aura::Window* root_window = aura 116 ash/system/tray/tray_background_view.h aura::Window* GetBubbleWindowContainer() const; aura 49 ash/system/tray/tray_bubble_wrapper.cc aura::client::CaptureClient* capture_client = aura::client::GetCaptureClient( aura 56 ash/system/tray/tray_event_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 78 ash/system/tray/tray_event_filter.cc aura::Window* root = bubble_widget->GetNativeView()->GetRootWindow(); aura 79 ash/system/tray/tray_event_filter.cc aura::client::ScreenPositionClient* screen_position_client = aura 80 ash/system/tray/tray_event_filter.cc aura::client::GetScreenPositionClient(root); aura 14 ash/system/tray/tray_event_filter.h namespace aura { aura 38 ash/system/user/tray_user_unittest.cc void ShowTrayMenu(aura::test::EventGenerator* generator); aura 41 ash/system/user/tray_user_unittest.cc void MoveOverUserItem(aura::test::EventGenerator* generator, int index); aura 44 ash/system/user/tray_user_unittest.cc void ClickUserItem(aura::test::EventGenerator* generator, int index); aura 108 ash/system/user/tray_user_unittest.cc void TrayUserTest::ShowTrayMenu(aura::test::EventGenerator* generator) { aura 116 ash/system/user/tray_user_unittest.cc void TrayUserTest::MoveOverUserItem(aura::test::EventGenerator* generator, aura 124 ash/system/user/tray_user_unittest.cc void TrayUserTest::ClickUserItem(aura::test::EventGenerator* generator, aura 147 ash/system/user/tray_user_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 176 ash/system/user/tray_user_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 236 ash/system/user/tray_user_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 85 ash/system/web_notification/web_notification_tray.cc aura::Window* root_window); aura 101 ash/system/web_notification/web_notification_tray.cc aura::Window* root_window_; aura 141 ash/system/web_notification/web_notification_tray.cc aura::Window* root_window) { aura 350 ash/system/web_notification/web_notification_tray.cc aura::Window* status_area_window = status_area_widget()->GetNativeView(); aura 358 ash/system/web_notification/web_notification_tray.cc aura::Window* root = status_area_window->GetRootWindow(); aura 370 ash/system/web_notification/web_notification_tray_unittest.cc scoped_ptr<aura::Window> window( aura 432 ash/system/web_notification/web_notification_tray_unittest.cc scoped_ptr<aura::Window> window( aura 445 ash/system/web_notification/web_notification_tray_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 456 ash/system/web_notification/web_notification_tray_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 59 ash/test/ash_test_base.cc class AshEventGeneratorDelegate : public aura::test::EventGeneratorDelegate { aura 65 ash/test/ash_test_base.cc virtual aura::WindowTreeHost* GetHostAt( aura 73 ash/test/ash_test_base.cc virtual aura::client::ScreenPositionClient* GetScreenPositionClient( aura 74 ash/test/ash_test_base.cc const aura::Window* window) const OVERRIDE { aura 75 ash/test/ash_test_base.cc return aura::client::GetScreenPositionClient(window->GetRootWindow()); aura 133 ash/test/ash_test_base.cc aura::test::SetUsePopupAsRootWindowForTest(true); aura 158 ash/test/ash_test_base.cc aura::RemoteWindowTreeHostWin* window_tree_host = aura 159 ash/test/ash_test_base.cc aura::RemoteWindowTreeHostWin::Instance(); aura 183 ash/test/ash_test_base.cc aura::test::SetUsePopupAsRootWindowForTest(false); aura 202 ash/test/ash_test_base.cc aura::test::EventGenerator& AshTestBase::GetEventGenerator() { aura 205 ash/test/ash_test_base.cc new aura::test::EventGenerator(new AshEventGeneratorDelegate())); aura 234 ash/test/ash_test_base.cc aura::Window* AshTestBase::CurrentContext() { aura 238 ash/test/ash_test_base.cc aura::Window* AshTestBase::CreateTestWindowInShellWithId(int id) { aura 242 ash/test/ash_test_base.cc aura::Window* AshTestBase::CreateTestWindowInShellWithBounds( aura 247 ash/test/ash_test_base.cc aura::Window* AshTestBase::CreateTestWindowInShell(SkColor color, aura 251 ash/test/ash_test_base.cc new aura::test::ColorTestWindowDelegate(color), id, bounds); aura 254 ash/test/ash_test_base.cc aura::Window* AshTestBase::CreateTestWindowInShellWithDelegate( aura 255 ash/test/ash_test_base.cc aura::WindowDelegate* delegate, aura 262 ash/test/ash_test_base.cc aura::Window* AshTestBase::CreateTestWindowInShellWithDelegateAndType( aura 263 ash/test/ash_test_base.cc aura::WindowDelegate* delegate, aura 267 ash/test/ash_test_base.cc aura::Window* window = new aura::Window(delegate); aura 270 ash/test/ash_test_base.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 278 ash/test/ash_test_base.cc aura::Window* root = ash::Shell::GetInstance()->display_controller()-> aura 283 ash/test/ash_test_base.cc aura::client::ParentWindowWithContext(window, root, bounds); aura 285 ash/test/ash_test_base.cc window->SetProperty(aura::client::kCanMaximizeKey, true); aura 289 ash/test/ash_test_base.cc void AshTestBase::ParentWindowInPrimaryRootWindow(aura::Window* window) { aura 290 ash/test/ash_test_base.cc aura::client::ParentWindowWithContext( aura 23 ash/test/ash_test_base.h namespace aura { aura 69 ash/test/ash_test_base.h aura::Window* CurrentContext(); aura 73 ash/test/ash_test_base.h aura::Window* CreateTestWindowInShellWithId(int id); aura 74 ash/test/ash_test_base.h aura::Window* CreateTestWindowInShellWithBounds(const gfx::Rect& bounds); aura 75 ash/test/ash_test_base.h aura::Window* CreateTestWindowInShell(SkColor color, aura 78 ash/test/ash_test_base.h aura::Window* CreateTestWindowInShellWithDelegate( aura 79 ash/test/ash_test_base.h aura::WindowDelegate* delegate, aura 82 ash/test/ash_test_base.h aura::Window* CreateTestWindowInShellWithDelegateAndType( aura 83 ash/test/ash_test_base.h aura::WindowDelegate* delegate, aura 89 ash/test/ash_test_base.h void ParentWindowInPrimaryRootWindow(aura::Window* window); aura 94 ash/test/ash_test_base.h aura::test::EventGenerator& GetEventGenerator(); aura 142 ash/test/ash_test_base.h scoped_ptr<aura::test::EventGenerator> event_generator_; aura 47 ash/test/ash_test_helper.cc aura::test::SetUseOverrideRedirectWindowByDefault(true); aura 84 ash/test/ash_test_helper.cc aura::test::EnvTestHelper(aura::Env::GetInstance()).SetInputStateLookup( aura 85 ash/test/ash_test_helper.cc scoped_ptr<aura::InputStateLookup>()); aura 121 ash/test/ash_test_helper.cc aura::Env::DeleteInstance(); aura 137 ash/test/ash_test_helper.cc aura::Env::CreateInstance(); aura 142 ash/test/ash_test_helper.cc aura::Window* AshTestHelper::CurrentContext() { aura 143 ash/test/ash_test_helper.cc aura::Window* root_window = Shell::GetTargetRootWindow(); aura 11 ash/test/ash_test_helper.h namespace aura { aura 51 ash/test/ash_test_helper.h aura::Window* CurrentContext(); aura 17 ash/test/mirror_window_test_api.cc const aura::WindowTreeHost* MirrorWindowTestApi::GetHost() const { aura 32 ash/test/mirror_window_test_api.cc const aura::Window* MirrorWindowTestApi::GetCursorWindow() const { aura 37 ash/test/mirror_window_test_api.cc scoped_ptr<aura::RootWindowTransformer> aura 11 ash/test/mirror_window_test_api.h namespace aura { aura 29 ash/test/mirror_window_test_api.h const aura::WindowTreeHost* GetHost() const; aura 33 ash/test/mirror_window_test_api.h const aura::Window* GetCursorWindow() const; aura 35 ash/test/mirror_window_test_api.h scoped_ptr<aura::RootWindowTransformer> aura 36 ash/test/test_activation_delegate.cc void TestActivationDelegate::SetWindow(aura::Window* window) { aura 38 ash/test/test_activation_delegate.cc aura::client::SetActivationDelegate(window, this); aura 39 ash/test/test_activation_delegate.cc aura::client::SetActivationChangeObserver(window, this); aura 47 ash/test/test_activation_delegate.cc void TestActivationDelegate::OnWindowActivated(aura::Window* gained_active, aura 48 ash/test/test_activation_delegate.cc aura::Window* lost_active) { aura 14 ash/test/test_activation_delegate.h namespace aura { aura 23 ash/test/test_activation_delegate.h class TestActivationDelegate : public aura::client::ActivationDelegate, aura 24 ash/test/test_activation_delegate.h public aura::client::ActivationChangeObserver { aura 30 ash/test/test_activation_delegate.h void SetWindow(aura::Window* window); aura 47 ash/test/test_activation_delegate.h virtual void OnWindowActivated(aura::Window* gained_active, aura 48 ash/test/test_activation_delegate.h aura::Window* lost_active) OVERRIDE; aura 50 ash/test/test_activation_delegate.h aura::Window* window_; aura 25 ash/test/test_metro_viewer_process_host.cc aura::RemoteWindowTreeHostWin::Instance()->Disconnected(); aura 32 ash/test/test_metro_viewer_process_host.cc aura::RemoteWindowTreeHostWin::Instance()->SetRemoteWindowHandle(hwnd); aura 33 ash/test/test_metro_viewer_process_host.cc aura::RemoteWindowTreeHostWin::Instance()->Connected(this); aura 24 ash/test/test_screenshot_delegate.cc aura::Window* window, const gfx::Rect& rect) { aura 24 ash/test/test_screenshot_delegate.h aura::Window* window, const gfx::Rect& rect) OVERRIDE; aura 51 ash/test/test_session_state_delegate.cc aura::Window* window) { aura 157 ash/test/test_session_state_delegate.cc bool TestSessionStateDelegate::ShouldShowAvatar(aura::Window* window) { aura 28 ash/test/test_session_state_delegate.h aura::Window* window) OVERRIDE; aura 46 ash/test/test_session_state_delegate.h virtual bool ShouldShowAvatar(aura::Window* window) OVERRIDE; aura 32 ash/test/test_shelf_delegate.cc void TestShelfDelegate::AddShelfItem(aura::Window* window) { aura 36 ash/test/test_shelf_delegate.cc void TestShelfDelegate::AddShelfItem(aura::Window* window, aura 56 ash/test/test_shelf_delegate.cc void TestShelfDelegate::RemoveShelfItemForWindow(aura::Window* window) { aura 66 ash/test/test_shelf_delegate.cc void TestShelfDelegate::OnWindowDestroying(aura::Window* window) { aura 23 ash/test/test_shelf_delegate.h class TestShelfDelegate : public ShelfDelegate, public aura::WindowObserver { aura 28 ash/test/test_shelf_delegate.h void AddShelfItem(aura::Window* window); aura 29 ash/test/test_shelf_delegate.h void AddShelfItem(aura::Window* window, ShelfItemStatus status); aura 30 ash/test/test_shelf_delegate.h void RemoveShelfItemForWindow(aura::Window* window); aura 35 ash/test/test_shelf_delegate.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 13 ash/test/test_shelf_item_delegate.cc TestShelfItemDelegate::TestShelfItemDelegate(aura::Window* window) aura 35 ash/test/test_shelf_item_delegate.cc aura::Window* root_window) { aura 12 ash/test/test_shelf_item_delegate.h namespace aura { aura 22 ash/test/test_shelf_item_delegate.h explicit TestShelfItemDelegate(aura::Window* window); aura 28 ash/test/test_shelf_item_delegate.h virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE; aura 35 ash/test/test_shelf_item_delegate.h aura::Window* window_; aura 146 ash/test/test_shell_delegate.cc aura::Window* root, aura 57 ash/test/test_shell_delegate.h aura::Window* root, aura 33 ash/test/ui_controls_factory_ash.cc UIControlsAura* GetUIControlsForRootWindow(aura::Window* root_window) { aura 38 ash/test/ui_controls_factory_ash.cc aura::test::CreateUIControlsAura(root_window->GetHost()); aura 79 ash/test/ui_controls_factory_ash.cc aura::Window* root = aura 110 ash/test/ui_controls_factory_ash.cc gfx::Point p(aura::Env::GetInstance()->last_mouse_location()); aura 8 ash/test/ui_controls_factory_ash.h namespace aura { aura 71 ash/tooltips/tooltip_controller_unittest.cc aura::client::GetTooltipClient(Shell::GetPrimaryRootWindow())); aura 94 ash/tooltips/tooltip_controller_unittest.cc EXPECT_TRUE(aura::client::GetTooltipClient(Shell::GetPrimaryRootWindow()) aura 109 ash/tooltips/tooltip_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 136 ash/tooltips/tooltip_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 152 ash/tooltips/tooltip_controller_unittest.cc aura::test::EventGenerator generator(root_windows[1]); aura 171 ash/tooltips/tooltip_controller_unittest.cc aura::test::EventGenerator generator1(root_windows[0]); aura 331 ash/touch/touch_hud_debug.cc TouchHudDebug::TouchHudDebug(aura::Window* initial_root) aura 373 ash/touch/touch_hud_debug.cc aura::Window::Windows roots = Shell::GetInstance()->GetAllRootWindows(); aura 374 ash/touch/touch_hud_debug.cc for (aura::Window::Windows::iterator iter = roots.begin(); aura 35 ash/touch/touch_hud_debug.h explicit TouchHudDebug(aura::Window* initial_root); aura 139 ash/touch/touch_hud_projection.cc TouchHudProjection::TouchHudProjection(aura::Window* initial_root) aura 19 ash/touch/touch_hud_projection.h explicit TouchHudProjection(aura::Window* initial_root); aura 20 ash/touch/touch_observer_hud.cc TouchObserverHUD::TouchObserverHUD(aura::Window* initial_root) aura 44 ash/touch/touch_observer_hud.h explicit TouchObserverHUD(aura::Window* initial_root); aura 81 ash/touch/touch_observer_hud.h aura::Window* root_window_; aura 145 ash/touch/touch_observer_hud_unittest.cc aura::Window* GetInternalRootWindow() { aura 150 ash/touch/touch_observer_hud_unittest.cc aura::Window* GetExternalRootWindow() { aura 155 ash/touch/touch_observer_hud_unittest.cc aura::Window* GetPrimaryRootWindow() { aura 160 ash/touch/touch_observer_hud_unittest.cc aura::Window* GetSecondaryRootWindow() { aura 166 ash/touch/touch_observer_hud_unittest.cc aura::Window* root = GetInternalRootWindow(); aura 171 ash/touch/touch_observer_hud_unittest.cc aura::Window* root = GetExternalRootWindow(); aura 176 ash/touch/touch_observer_hud_unittest.cc aura::Window* root = GetPrimaryRootWindow(); aura 181 ash/touch/touch_observer_hud_unittest.cc aura::Window* root = GetSecondaryRootWindow(); aura 191 ash/touch/touch_observer_hud_unittest.cc aura::Window* GetRootWindowForTouchHud(TouchObserverHUD* hud) { aura 200 ash/touch/touch_uma.cc void TouchUMA::RecordGestureEvent(aura::Window* target, aura 228 ash/touch/touch_uma.cc void TouchUMA::RecordTouchEvent(aura::Window* target, aura 400 ash/touch/touch_uma.cc if (!aura::Env::GetInstance()->is_touch_down()) aura 406 ash/touch/touch_uma.cc aura::Window* window, aura 15 ash/touch/touch_uma.h namespace aura { aura 56 ash/touch/touch_uma.h void RecordGestureEvent(aura::Window* target, aura 59 ash/touch/touch_uma.h void RecordTouchEvent(aura::Window* target, aura 69 ash/touch/touch_uma.h GestureActionType FindGestureActionType(aura::Window* window, aura 24 ash/wm/always_on_top_controller.cc aura::Window* always_on_top_container) { aura 35 ash/wm/always_on_top_controller.cc aura::Window* AlwaysOnTopController::GetContainer(aura::Window* window) const { aura 37 ash/wm/always_on_top_controller.cc if (window->GetProperty(aura::client::kAlwaysOnTopKey)) aura 43 ash/wm/always_on_top_controller.cc void AlwaysOnTopController::OnWindowAdded(aura::Window* child) { aura 49 ash/wm/always_on_top_controller.cc void AlwaysOnTopController::OnWillRemoveWindow(aura::Window* child) { aura 53 ash/wm/always_on_top_controller.cc void AlwaysOnTopController::OnWindowPropertyChanged(aura::Window* window, aura 56 ash/wm/always_on_top_controller.cc if (key == aura::client::kAlwaysOnTopKey) { aura 59 ash/wm/always_on_top_controller.cc aura::Window* container = GetContainer(window); aura 65 ash/wm/always_on_top_controller.cc void AlwaysOnTopController::OnWindowDestroyed(aura::Window* window) { aura 12 ash/wm/always_on_top_controller.h namespace aura { aura 22 ash/wm/always_on_top_controller.h class AlwaysOnTopController : public aura::WindowObserver { aura 28 ash/wm/always_on_top_controller.h void SetAlwaysOnTopContainer(aura::Window* always_on_top_container); aura 31 ash/wm/always_on_top_controller.h aura::Window* GetContainer(aura::Window* window) const; aura 35 ash/wm/always_on_top_controller.h virtual void OnWindowAdded(aura::Window* child) OVERRIDE; aura 36 ash/wm/always_on_top_controller.h virtual void OnWillRemoveWindow(aura::Window* child) OVERRIDE; aura 37 ash/wm/always_on_top_controller.h virtual void OnWindowPropertyChanged(aura::Window* window, aura 40 ash/wm/always_on_top_controller.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 42 ash/wm/always_on_top_controller.h aura::Window* always_on_top_container_; aura 51 ash/wm/app_list_controller.cc views::BubbleBorder::Arrow GetBubbleArrow(aura::Window* window) { aura 140 ash/wm/app_list_controller.cc void AppListController::SetVisible(bool visible, aura::Window* window) { aura 165 ash/wm/app_list_controller.cc aura::Window* root_window = window->GetRootWindow(); aura 166 ash/wm/app_list_controller.cc aura::Window* container = GetRootWindowController(root_window)-> aura 216 ash/wm/app_list_controller.cc aura::Window* AppListController::GetWindow() { aura 239 ash/wm/app_list_controller.cc aura::client::GetFocusClient(widget->GetNativeView())->AddObserver(this); aura 254 ash/wm/app_list_controller.cc aura::client::GetFocusClient(widget->GetNativeView())->RemoveObserver(this); aura 291 ash/wm/app_list_controller.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 296 ash/wm/app_list_controller.cc aura::Window* menu_container = aura 300 ash/wm/app_list_controller.cc aura::Window* keyboard_container = root_controller->GetContainer( aura 307 ash/wm/app_list_controller.cc aura::Window* window = view_->GetWidget()->GetNativeView(); aura 333 ash/wm/app_list_controller.cc void AppListController::OnWindowFocused(aura::Window* gained_focus, aura 334 ash/wm/app_list_controller.cc aura::Window* lost_focus) { aura 336 ash/wm/app_list_controller.cc aura::Window* applist_window = view_->GetWidget()->GetNativeView(); aura 337 ash/wm/app_list_controller.cc aura::Window* applist_container = applist_window->parent(); aura 348 ash/wm/app_list_controller.cc void AppListController::OnWindowBoundsChanged(aura::Window* root, aura 376 ash/wm/app_list_controller.cc void AppListController::OnShelfAlignmentChanged(aura::Window* root_window) { aura 41 ash/wm/app_list_controller.h public aura::client::FocusChangeObserver, aura 42 ash/wm/app_list_controller.h public aura::WindowObserver, aura 55 ash/wm/app_list_controller.h void SetVisible(bool visible, aura::Window* window); aura 65 ash/wm/app_list_controller.h aura::Window* GetWindow(); aura 97 ash/wm/app_list_controller.h virtual void OnWindowFocused(aura::Window* gained_focus, aura 98 ash/wm/app_list_controller.h aura::Window* lost_focus) OVERRIDE; aura 101 ash/wm/app_list_controller.h virtual void OnWindowBoundsChanged(aura::Window* root, aura 112 ash/wm/app_list_controller.h virtual void OnShelfAlignmentChanged(aura::Window* root_window) OVERRIDE; aura 24 ash/wm/app_list_controller_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 36 ash/wm/app_list_controller_unittest.cc aura::Window* applist_container = Shell::GetContainer( aura 38 ash/wm/app_list_controller_unittest.cc scoped_ptr<aura::Window> window( aura 39 ash/wm/app_list_controller_unittest.cc aura::test::CreateTestWindowWithId(0, applist_container)); aura 50 ash/wm/app_list_controller_unittest.cc aura::Window* app_window = shell->GetAppListWindow(); aura 52 ash/wm/app_list_controller_unittest.cc aura::test::EventGenerator generator(shell->GetPrimaryRootWindow(), aura 74 ash/wm/app_list_controller_unittest.cc aura::Window* app_window = shell->GetAppListWindow(); aura 78 ash/wm/app_list_controller_unittest.cc aura::test::EventGenerator generator(shell->GetPrimaryRootWindow()); aura 36 ash/wm/ash_focus_rules.cc bool BelongsToContainerWithEqualOrGreaterId(const aura::Window* window, aura 59 ash/wm/ash_focus_rules.cc bool AshFocusRules::SupportsChildActivation(aura::Window* window) const { aura 71 ash/wm/ash_focus_rules.cc aura::Window* window) const { aura 85 ash/wm/ash_focus_rules.cc bool AshFocusRules::CanActivateWindow(aura::Window* window) const { aura 101 ash/wm/ash_focus_rules.cc aura::Window* AshFocusRules::GetNextActivatableWindow( aura 102 ash/wm/ash_focus_rules.cc aura::Window* ignore) const { aura 108 ash/wm/ash_focus_rules.cc aura::Window* root = ignore->GetRootWindow(); aura 113 ash/wm/ash_focus_rules.cc aura::Window* container = Shell::GetContainer(root, kWindowContainerIds[i]); aura 123 ash/wm/ash_focus_rules.cc aura::Window* window = NULL; aura 136 ash/wm/ash_focus_rules.cc aura::Window* AshFocusRules::GetTopmostWindowToActivateForContainerIndex( aura 138 ash/wm/ash_focus_rules.cc aura::Window* ignore) const { aura 139 ash/wm/ash_focus_rules.cc aura::Window* window = NULL; aura 140 ash/wm/ash_focus_rules.cc aura::Window* root = ignore ? ignore->GetRootWindow() : NULL; aura 141 ash/wm/ash_focus_rules.cc aura::Window::Windows containers = Shell::GetContainersFromAllRootWindows( aura 143 ash/wm/ash_focus_rules.cc for (aura::Window::Windows::const_iterator iter = containers.begin(); aura 150 ash/wm/ash_focus_rules.cc aura::Window* AshFocusRules::GetTopmostWindowToActivateInContainer( aura 151 ash/wm/ash_focus_rules.cc aura::Window* container, aura 152 ash/wm/ash_focus_rules.cc aura::Window* ignore) const { aura 153 ash/wm/ash_focus_rules.cc for (aura::Window::Windows::const_reverse_iterator i = aura 23 ash/wm/ash_focus_rules.h virtual bool SupportsChildActivation(aura::Window* window) const OVERRIDE; aura 25 ash/wm/ash_focus_rules.h aura::Window* window) const OVERRIDE; aura 26 ash/wm/ash_focus_rules.h virtual bool CanActivateWindow(aura::Window* window) const OVERRIDE; aura 27 ash/wm/ash_focus_rules.h virtual aura::Window* GetNextActivatableWindow( aura 28 ash/wm/ash_focus_rules.h aura::Window* ignore) const OVERRIDE; aura 30 ash/wm/ash_focus_rules.h aura::Window* GetTopmostWindowToActivateForContainerIndex( aura 32 ash/wm/ash_focus_rules.h aura::Window* ignore) const; aura 33 ash/wm/ash_focus_rules.h aura::Window* GetTopmostWindowToActivateInContainer( aura 34 ash/wm/ash_focus_rules.h aura::Window* container, aura 35 ash/wm/ash_focus_rules.h aura::Window* ignore) const; aura 21 ash/wm/ash_native_cursor_manager.cc aura::Window::Windows root_windows = aura 23 ash/wm/ash_native_cursor_manager.cc for (aura::Window::Windows::iterator iter = root_windows.begin(); aura 33 ash/wm/ash_native_cursor_manager.cc aura::Window::Windows root_windows = aura 35 ash/wm/ash_native_cursor_manager.cc for (aura::Window::Windows::iterator iter = root_windows.begin(); aura 45 ash/wm/ash_native_cursor_manager.cc aura::Window::Windows root_windows = aura 47 ash/wm/ash_native_cursor_manager.cc for (aura::Window::Windows::iterator iter = root_windows.begin(); aura 155 ash/wm/ash_native_cursor_manager.cc aura::Env::GetInstance()->set_last_mouse_location( aura 158 ash/wm/ash_native_cursor_manager.cc disabled_cursor_location_ = aura::Env::GetInstance()->last_mouse_location(); aura 62 ash/wm/ash_native_cursor_manager_interactive_uitest.cc void MoveMouseSync(aura::Window* window, int x, int y) { aura 30 ash/wm/ash_native_cursor_manager_unittest.cc class MouseEventLocationDelegate : public aura::test::TestWindowDelegate { aura 176 ash/wm/ash_native_cursor_manager_unittest.cc aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow(); aura 196 ash/wm/ash_native_cursor_manager_unittest.cc aura::WindowTreeHost* host = root_window->GetHost(); aura 22 ash/wm/boot_splash_screen_chromeos.cc explicit CopyHostContentLayerDelegate(aura::WindowTreeHost* host) aura 48 ash/wm/boot_splash_screen_chromeos.cc aura::WindowTreeHost* host_; // not owned aura 53 ash/wm/boot_splash_screen_chromeos.cc BootSplashScreen::BootSplashScreen(aura::WindowTreeHost* host) aura 14 ash/wm/boot_splash_screen_chromeos.h namespace aura { aura 32 ash/wm/boot_splash_screen_chromeos.h explicit BootSplashScreen(aura::WindowTreeHost* host); aura 18 ash/wm/coordinate_conversion.cc aura::Window* GetRootWindowAt(const gfx::Point& point) { aura 28 ash/wm/coordinate_conversion.cc aura::Window* GetRootWindowMatching(const gfx::Rect& rect) { aura 34 ash/wm/coordinate_conversion.cc void ConvertPointToScreen(aura::Window* window, gfx::Point* point) { aura 37 ash/wm/coordinate_conversion.cc CHECK(aura::client::GetScreenPositionClient(window->GetRootWindow())); aura 38 ash/wm/coordinate_conversion.cc aura::client::GetScreenPositionClient(window->GetRootWindow())-> aura 42 ash/wm/coordinate_conversion.cc void ConvertPointFromScreen(aura::Window* window, aura 44 ash/wm/coordinate_conversion.cc aura::client::GetScreenPositionClient(window->GetRootWindow())-> aura 10 ash/wm/coordinate_conversion.h namespace aura { aura 25 ash/wm/coordinate_conversion.h ASH_EXPORT aura::Window* GetRootWindowAt(const gfx::Point& point); aura 29 ash/wm/coordinate_conversion.h ASH_EXPORT aura::Window* GetRootWindowMatching(const gfx::Rect& rect); aura 33 ash/wm/coordinate_conversion.h ASH_EXPORT void ConvertPointToScreen(aura::Window* window, gfx::Point* point); aura 37 ash/wm/coordinate_conversion.h ASH_EXPORT void ConvertPointFromScreen(aura::Window* window, aura 32 ash/wm/default_state.cc bool IsPanel(aura::Window* window) { aura 56 ash/wm/default_state.cc aura::Window* new_root = aura 59 ash/wm/default_state.cc aura::Window* new_container = aura 160 ash/wm/default_state.cc aura::Window* window = window_state->window(); aura 175 ash/wm/default_state.cc aura::Window* window = window_state->window(); aura 275 ash/wm/default_state.cc window_state->window()->SetProperty(aura::client::kShowStateKey, aura 315 ash/wm/default_state.cc aura::Window* window = window_state->window(); aura 500 ash/wm/default_state.cc aura::Window* window = window_state->window(); aura 557 ash/wm/default_state.cc window_state->window()->SetProperty(aura::client::kRestoreShowStateKey, aura 584 ash/wm/default_state.cc aura::Window* window = window_state->window(); aura 62 ash/wm/dock/docked_window_layout_manager.cc explicit DockedBackgroundWidget(aura::Window* container) aura 137 ash/wm/dock/docked_window_layout_manager.cc void InitWidget(aura::Window* parent) { aura 221 ash/wm/dock/docked_window_layout_manager.cc bool IsPopupOrTransient(const aura::Window* window) { aura 227 ash/wm/dock/docked_window_layout_manager.cc bool IsUsedByLayout(const aura::Window* window) { aura 233 ash/wm/dock/docked_window_layout_manager.cc void UndockWindow(aura::Window* window) { aura 235 ash/wm/dock/docked_window_layout_manager.cc aura::Window* old_parent = window->parent(); aura 236 ash/wm/dock/docked_window_layout_manager.cc aura::client::ParentWindowWithContext(window, window, gfx::Rect()); aura 247 ash/wm/dock/docked_window_layout_manager.cc int GetWindowWidthCloseTo(const aura::Window* window, int target_width) { aura 268 ash/wm/dock/docked_window_layout_manager.cc int GetWindowHeightCloseTo(const aura::Window* window, int target_height) { aura 273 ash/wm/dock/docked_window_layout_manager.cc const aura::WindowDelegate* delegate(window->delegate()); aura 303 ash/wm/dock/docked_window_layout_manager.cc CompareWindowPos(aura::Window* dragged_window, aura 304 ash/wm/dock/docked_window_layout_manager.cc aura::Window* docked_container, aura 314 ash/wm/dock/docked_window_layout_manager.cc aura::Window* win1(window_with_height1.window()); aura 315 ash/wm/dock/docked_window_layout_manager.cc aura::Window* win2(window_with_height2.window()); aura 358 ash/wm/dock/docked_window_layout_manager.cc aura::Window* dragged_window_; aura 359 ash/wm/dock/docked_window_layout_manager.cc aura::Window* docked_container_; aura 385 ash/wm/dock/docked_window_layout_manager.cc virtual void OnWindowBoundsChanged(aura::Window* window, aura 407 ash/wm/dock/docked_window_layout_manager.cc aura::Window* dock_container, WorkspaceController* workspace_controller) aura 423 ash/wm/dock/docked_window_layout_manager.cc aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-> aura 441 ash/wm/dock/docked_window_layout_manager.cc aura::Window* child = dock_container_->children()[i]; aura 445 ash/wm/dock/docked_window_layout_manager.cc aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-> aura 460 ash/wm/dock/docked_window_layout_manager.cc void DockedWindowLayoutManager::StartDragging(aura::Window* window) { aura 490 ash/wm/dock/docked_window_layout_manager.cc aura::Window* window1(dock_container_->children()[i]); aura 500 ash/wm/dock/docked_window_layout_manager.cc void DockedWindowLayoutManager::DockDraggedWindow(aura::Window* window) { aura 557 ash/wm/dock/docked_window_layout_manager.cc const aura::Window* window) const { aura 584 ash/wm/dock/docked_window_layout_manager.cc aura::Window* window(dock_container_->children()[i]); aura 593 ash/wm/dock/docked_window_layout_manager.cc bool DockedWindowLayoutManager::CanDockWindow(aura::Window* window, aura 655 ash/wm/dock/docked_window_layout_manager.cc void DockedWindowLayoutManager::OnWindowAddedToLayout(aura::Window* child) { aura 675 ash/wm/dock/docked_window_layout_manager.cc void DockedWindowLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) { aura 697 ash/wm/dock/docked_window_layout_manager.cc aura::Window* child, aura 708 ash/wm/dock/docked_window_layout_manager.cc aura::Window* child, aura 730 ash/wm/dock/docked_window_layout_manager.cc bool is_fullscreen, aura::Window* root_window) { aura 741 ash/wm/dock/docked_window_layout_manager.cc aura::Window::Windows children(dock_container_->children()); aura 742 ash/wm/dock/docked_window_layout_manager.cc for (aura::Window::Windows::const_iterator iter = children.begin(); aura 744 ash/wm/dock/docked_window_layout_manager.cc aura::Window* window(*iter); aura 762 ash/wm/dock/docked_window_layout_manager.cc aura::Window* root_window) { aura 800 ash/wm/dock/docked_window_layout_manager.cc aura::Window* window = window_state->window(); aura 824 ash/wm/dock/docked_window_layout_manager.cc aura::Window* window, aura 833 ash/wm/dock/docked_window_layout_manager.cc aura::Window* window, bool visible) { aura 847 ash/wm/dock/docked_window_layout_manager.cc void DockedWindowLayoutManager::OnWindowDestroying(aura::Window* window) { aura 863 ash/wm/dock/docked_window_layout_manager.cc void DockedWindowLayoutManager::OnWindowActivated(aura::Window* gained_active, aura 864 ash/wm/dock/docked_window_layout_manager.cc aura::Window* lost_active) { aura 868 ash/wm/dock/docked_window_layout_manager.cc aura::Window* ancestor = NULL; aura 869 ash/wm/dock/docked_window_layout_manager.cc for (aura::Window* parent = gained_active; aura 884 ash/wm/dock/docked_window_layout_manager.cc aura::Window* child) { aura 893 ash/wm/dock/docked_window_layout_manager.cc aura::Window::Windows children(dock_container_->children()); aura 894 ash/wm/dock/docked_window_layout_manager.cc aura::Window::Windows::const_reverse_iterator iter = children.rbegin(); aura 896 ash/wm/dock/docked_window_layout_manager.cc aura::Window* window(*iter++); aura 927 ash/wm/dock/docked_window_layout_manager.cc aura::Window* window = window_state->window(); aura 970 ash/wm/dock/docked_window_layout_manager.cc const aura::Window* window(dock_container_->children()[i]); aura 999 ash/wm/dock/docked_window_layout_manager.cc void DockedWindowLayoutManager::OnDraggedWindowDocked(aura::Window* window) { aura 1014 ash/wm/dock/docked_window_layout_manager.cc const aura::Window* window) const { aura 1030 ash/wm/dock/docked_window_layout_manager.cc aura::Window* active_window = NULL; aura 1033 ash/wm/dock/docked_window_layout_manager.cc aura::Window* window(dock_container_->children()[i]); aura 1048 ash/wm/dock/docked_window_layout_manager.cc aura::client::GetFocusClient(window)->GetFocusedWindow())) { aura 1117 ash/wm/dock/docked_window_layout_manager.cc const aura::Window* window = iter->window(); aura 1165 ash/wm/dock/docked_window_layout_manager.cc aura::Window* window = iter->window(); aura 1252 ash/wm/dock/docked_window_layout_manager.cc void DockedWindowLayoutManager::UpdateStacking(aura::Window* active_window) { aura 1271 ash/wm/dock/docked_window_layout_manager.cc std::map<int, aura::Window*> window_ordering; aura 1272 ash/wm/dock/docked_window_layout_manager.cc for (aura::Window::Windows::const_iterator it = aura 1285 ash/wm/dock/docked_window_layout_manager.cc aura::Window* previous_window = NULL; aura 1286 ash/wm/dock/docked_window_layout_manager.cc for (std::map<int, aura::Window*>::const_iterator it = aura 1293 ash/wm/dock/docked_window_layout_manager.cc for (std::map<int, aura::Window*>::const_reverse_iterator it = aura 28 ash/wm/dock/docked_window_layout_manager.h namespace aura { aura 49 ash/wm/dock/docked_window_layout_manager.h explicit WindowWithHeight(aura::Window* window) : aura 52 ash/wm/dock/docked_window_layout_manager.h aura::Window* window() { return window_; } aura 53 ash/wm/dock/docked_window_layout_manager.h const aura::Window* window() const { return window_; } aura 54 ash/wm/dock/docked_window_layout_manager.h aura::Window* window_; aura 71 ash/wm/dock/docked_window_layout_manager.h : public aura::LayoutManager, aura 73 ash/wm/dock/docked_window_layout_manager.h public aura::WindowObserver, aura 74 ash/wm/dock/docked_window_layout_manager.h public aura::client::ActivationChangeObserver, aura 85 ash/wm/dock/docked_window_layout_manager.h DockedWindowLayoutManager(aura::Window* dock_container, aura 98 ash/wm/dock/docked_window_layout_manager.h void StartDragging(aura::Window* window); aura 101 ash/wm/dock/docked_window_layout_manager.h void DockDraggedWindow(aura::Window* window); aura 115 ash/wm/dock/docked_window_layout_manager.h DockedAlignment GetAlignmentOfWindow(const aura::Window* window) const; aura 122 ash/wm/dock/docked_window_layout_manager.h bool CanDockWindow(aura::Window* window, SnapType edge); aura 124 ash/wm/dock/docked_window_layout_manager.h aura::Window* dock_container() const { return dock_container_; } aura 140 ash/wm/dock/docked_window_layout_manager.h virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; aura 141 ash/wm/dock/docked_window_layout_manager.h virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE {} aura 142 ash/wm/dock/docked_window_layout_manager.h virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE; aura 143 ash/wm/dock/docked_window_layout_manager.h virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 145 ash/wm/dock/docked_window_layout_manager.h virtual void SetChildBounds(aura::Window* child, aura 151 ash/wm/dock/docked_window_layout_manager.h aura::Window* root_window) OVERRIDE; aura 152 ash/wm/dock/docked_window_layout_manager.h virtual void OnShelfAlignmentChanged(aura::Window* root_window) OVERRIDE; aura 165 ash/wm/dock/docked_window_layout_manager.h virtual void OnWindowBoundsChanged(aura::Window* window, aura 168 ash/wm/dock/docked_window_layout_manager.h virtual void OnWindowVisibilityChanging(aura::Window* window, aura 170 ash/wm/dock/docked_window_layout_manager.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 173 ash/wm/dock/docked_window_layout_manager.h virtual void OnWindowActivated(aura::Window* gained_active, aura 174 ash/wm/dock/docked_window_layout_manager.h aura::Window* lost_active) OVERRIDE; aura 189 ash/wm/dock/docked_window_layout_manager.h void MaybeMinimizeChildrenExcept(aura::Window* child); aura 202 ash/wm/dock/docked_window_layout_manager.h void OnDraggedWindowDocked(aura::Window* window); aura 214 ash/wm/dock/docked_window_layout_manager.h DockedAlignment GetEdgeNearestWindow(const aura::Window* window) const; aura 247 ash/wm/dock/docked_window_layout_manager.h void UpdateStacking(aura::Window* active_window); aura 254 ash/wm/dock/docked_window_layout_manager.h aura::Window* dock_container_; aura 262 ash/wm/dock/docked_window_layout_manager.h aura::Window* dragged_window_; aura 293 ash/wm/dock/docked_window_layout_manager.h aura::Window* last_active_window_; aura 69 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::Window* CreateTestWindow(const gfx::Rect& bounds) { aura 70 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::Window* window = CreateTestWindowInShellWithDelegateAndType( aura 84 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::Window* CreateTestWindowWithDelegate( aura 86 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::test::TestWindowDelegate* delegate) { aura 87 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::Window* window = CreateTestWindowInShellWithDelegateAndType( aura 101 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::Window* GetPanelContainer(aura::Window* panel) { aura 107 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::Window* window, aura 114 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE).release(); aura 117 ash/wm/dock/docked_window_layout_manager_unittest.cc void DragStart(aura::Window* window) { aura 121 ash/wm/dock/docked_window_layout_manager_unittest.cc void DragStartAtOffsetFromwindowOrigin(aura::Window* window, aura 157 ash/wm/dock/docked_window_layout_manager_unittest.cc void DragRelativeToEdge(DockedEdge edge, aura::Window* window, int dx) { aura 166 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::Window* window, aura 172 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::Window* window, aura 182 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::Window* window, aura 228 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(bounds)); aura 246 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(bounds)); aura 258 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1)); aura 271 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(2)); aura 296 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(bounds)); aura 308 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1)); aura 321 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(2)); aura 349 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(bounds)); aura 363 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window1( aura 377 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window2( aura 399 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 400 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 210, 202))); aura 428 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 429 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 210, 202))); aura 463 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 310))); aura 465 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 210, 310))); aura 467 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreateTestWindow(gfx::Rect(0, 0, 220, 310))); aura 532 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 1000, 201, 310))); aura 534 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 1000, 210, 310))); aura 536 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreateTestWindow(gfx::Rect(0, 1000, 220, 310))); aura 593 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 594 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 280, 202))); aura 609 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 610 ash/wm/dock/docked_window_layout_manager_unittest.cc w1->SetProperty(aura::client::kCanResizeKey, false); aura 611 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 280, 202))); aura 626 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 627 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 280, 202))); aura 628 ash/wm/dock/docked_window_layout_manager_unittest.cc w2->SetProperty(aura::client::kCanResizeKey, false); aura 646 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::test::TestWindowDelegate delegate1; aura 648 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowWithDelegate( aura 650 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::test::TestWindowDelegate delegate2; aura 652 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindowWithDelegate( aura 671 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::test::TestWindowDelegate delegate; aura 673 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 695 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 697 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 210, 202))); aura 699 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreateTestWindow(gfx::Rect(0, 0, 220, 204))); aura 723 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 725 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 210, 202))); aura 746 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreateTestWindow(gfx::Rect(0, 0, 220, 204))); aura 771 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::test::TestWindowDelegate delegate1; aura 774 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowWithDelegate( aura 777 ash/wm/dock/docked_window_layout_manager_unittest.cc aura::test::TestWindowDelegate delegate2; aura 779 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindowWithDelegate( aura 815 ash/wm/dock/docked_window_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(bounds)); aura 42 ash/wm/dock/docked_window_resizer.cc aura::Window* root = Shell::GetInstance()->display_controller()-> aura 44 ash/wm/dock/docked_window_resizer.cc aura::Window* dock_container = Shell::GetContainer( aura 94 ash/wm/dock/docked_window_resizer.cc details().source == aura::client::WINDOW_MOVE_SOURCE_MOUSE ? aura 114 ash/wm/dock/docked_window_resizer.cc FinishedDragging(aura::client::MOVE_SUCCESSFUL); aura 127 ash/wm/dock/docked_window_resizer.cc FinishedDragging(aura::client::MOVE_CANCELED); aura 142 ash/wm/dock/docked_window_resizer.cc aura::Window* dock_container = Shell::GetContainer( aura 200 ash/wm/dock/docked_window_resizer.cc aura::Window* docked_container = Shell::GetContainer( aura 212 ash/wm/dock/docked_window_resizer.cc aura::client::WindowMoveResult move_result) { aura 216 ash/wm/dock/docked_window_resizer.cc aura::Window* window = GetTarget(); aura 250 ash/wm/dock/docked_window_resizer.cc move_result == aura::client::MOVE_CANCELED ? DOCKED_ACTION_NONE : action, aura 251 ash/wm/dock/docked_window_resizer.cc details().source == aura::client::WINDOW_MOVE_SOURCE_MOUSE ? aura 260 ash/wm/dock/docked_window_resizer.cc details().source == aura::client::WINDOW_MOVE_SOURCE_MOUSE ? aura 267 ash/wm/dock/docked_window_resizer.cc aura::Window* window = GetTarget(); aura 271 ash/wm/dock/docked_window_resizer.cc aura::Window* dock_container = Shell::GetContainer( aura 290 ash/wm/dock/docked_window_resizer.cc aura::Window* previous_parent = window->parent(); aura 291 ash/wm/dock/docked_window_resizer.cc aura::client::ParentWindowWithContext(window, window, near_last_location); aura 19 ash/wm/dock/docked_window_resizer.h namespace aura { aura 61 ash/wm/dock/docked_window_resizer.h void FinishedDragging(aura::client::WindowMoveResult move_result); aura 75 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* CreateTestWindow(const gfx::Rect& bounds) { aura 76 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* window = CreateTestWindowInShellWithDelegateAndType( aura 93 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* CreateModalWindow(const gfx::Rect& bounds) { aura 94 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* window = new aura::Window(&delegate_); aura 95 ash/wm/dock/docked_window_resizer_unittest.cc window->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_SYSTEM); aura 97 ash/wm/dock/docked_window_resizer_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 105 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* root = ash::Shell::GetInstance()->display_controller()-> aura 110 ash/wm/dock/docked_window_resizer_unittest.cc aura::client::ParentWindowWithContext(window, root, bounds); aura 116 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* window, aura 123 ash/wm/dock/docked_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE).release(); aura 126 ash/wm/dock/docked_window_resizer_unittest.cc void DragStart(aura::Window* window) { aura 130 ash/wm/dock/docked_window_resizer_unittest.cc void DragStartAtOffsetFromWindowOrigin(aura::Window* window, aura 140 ash/wm/dock/docked_window_resizer_unittest.cc void ResizeStartAtOffsetFromWindowOrigin(aura::Window* window, aura 177 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* window, aura 189 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* window, aura 195 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* window, aura 208 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* window, aura 240 ash/wm/dock/docked_window_resizer_unittest.cc aura::test::TestWindowDelegate* delegate() { aura 252 ash/wm/dock/docked_window_resizer_unittest.cc aura::test::TestWindowDelegate delegate_; aura 265 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 280 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 295 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 320 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 335 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 350 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 366 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 405 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow( aura 451 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow( aura 494 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 520 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 543 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 544 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 585 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 593 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithDelegateAndType( aura 627 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 628 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 651 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 676 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 677 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window* dock_container = Shell::GetContainer( aura 723 ash/wm/dock/docked_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 725 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 786 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 787 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 210, 201))); aura 858 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 859 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 210, 201))); aura 957 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 958 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 210, 201))); aura 1057 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 1058 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 210, 201))); aura 1202 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 1260 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 1318 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 1319 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindow(gfx::Rect(0, 0, 210, 201))); aura 1386 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 1434 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 1435 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> child(CreateTestWindowInShellWithDelegateAndType( aura 1475 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 1486 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> child(CreateModalWindow(gfx::Rect(20, 20, 150, 20))); aura 1514 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindow(gfx::Rect(0, 0, 201, 201))); aura 1571 ash/wm/dock/docked_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow( aura 1591 ash/wm/dock/docked_window_resizer_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 44 ash/wm/drag_details.cc DragDetails::DragDetails(aura::Window* window, aura 47 ash/wm/drag_details.cc aura::client::WindowMoveSource source) aura 15 ash/wm/drag_details.h namespace aura { aura 26 ash/wm/drag_details.h DragDetails(aura::Window* window, aura 29 ash/wm/drag_details.h aura::client::WindowMoveSource source); aura 63 ash/wm/drag_details.h const aura::client::WindowMoveSource source; aura 22 ash/wm/drag_window_controller.cc DragWindowController::DragWindowController(aura::Window* window) aura 83 ash/wm/drag_window_controller.cc aura::Window* window = drag_widget_->GetNativeWindow(); aura 99 ash/wm/drag_window_controller.cc aura::Window* window = drag_widget_->GetNativeWindow(); aura 100 ash/wm/drag_window_controller.cc aura::client::ScreenPositionClient* screen_position_client = aura 101 ash/wm/drag_window_controller.cc aura::client::GetScreenPositionClient(window->GetRootWindow()); aura 15 ash/wm/drag_window_controller.h namespace aura { aura 34 ash/wm/drag_window_controller.h explicit DragWindowController(aura::Window* window); aura 72 ash/wm/drag_window_controller.h aura::Window* window_; aura 38 ash/wm/drag_window_resizer.cc aura::Window* GetAnotherRootWindow(aura::Window* root_window) { aura 39 ash/wm/drag_window_resizer.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 170 ash/wm/drag_window_resizer.cc aura::Window* another_root = aura 45 ash/wm/drag_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 50 ash/wm/drag_window_resizer_unittest.cc window_.reset(new aura::Window(&delegate_)); aura 52 ash/wm/drag_window_resizer_unittest.cc window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 56 ash/wm/drag_window_resizer_unittest.cc always_on_top_window_.reset(new aura::Window(&delegate2_)); aura 58 ash/wm/drag_window_resizer_unittest.cc always_on_top_window_->SetProperty(aura::client::kAlwaysOnTopKey, true); aura 59 ash/wm/drag_window_resizer_unittest.cc always_on_top_window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 63 ash/wm/drag_window_resizer_unittest.cc system_modal_window_.reset(new aura::Window(&delegate3_)); aura 65 ash/wm/drag_window_resizer_unittest.cc system_modal_window_->SetProperty(aura::client::kModalKey, aura 67 ash/wm/drag_window_resizer_unittest.cc system_modal_window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 71 ash/wm/drag_window_resizer_unittest.cc transient_child_ = new aura::Window(&delegate4_); aura 73 ash/wm/drag_window_resizer_unittest.cc transient_child_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 77 ash/wm/drag_window_resizer_unittest.cc transient_parent_.reset(new aura::Window(&delegate5_)); aura 79 ash/wm/drag_window_resizer_unittest.cc transient_parent_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 84 ash/wm/drag_window_resizer_unittest.cc panel_window_.reset(new aura::Window(&delegate6_)); aura 86 ash/wm/drag_window_resizer_unittest.cc panel_window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 114 ash/wm/drag_window_resizer_unittest.cc aura::Window* window, aura 121 ash/wm/drag_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE).release(); aura 124 ash/wm/drag_window_resizer_unittest.cc bool WarpMouseCursorIfNecessary(aura::Window* target_root, aura 134 ash/wm/drag_window_resizer_unittest.cc aura::test::TestWindowDelegate delegate_; aura 135 ash/wm/drag_window_resizer_unittest.cc aura::test::TestWindowDelegate delegate2_; aura 136 ash/wm/drag_window_resizer_unittest.cc aura::test::TestWindowDelegate delegate3_; aura 137 ash/wm/drag_window_resizer_unittest.cc aura::test::TestWindowDelegate delegate4_; aura 138 ash/wm/drag_window_resizer_unittest.cc aura::test::TestWindowDelegate delegate5_; aura 139 ash/wm/drag_window_resizer_unittest.cc aura::test::TestWindowDelegate delegate6_; aura 141 ash/wm/drag_window_resizer_unittest.cc scoped_ptr<aura::Window> window_; aura 142 ash/wm/drag_window_resizer_unittest.cc scoped_ptr<aura::Window> always_on_top_window_; aura 143 ash/wm/drag_window_resizer_unittest.cc scoped_ptr<aura::Window> system_modal_window_; aura 144 ash/wm/drag_window_resizer_unittest.cc scoped_ptr<aura::Window> panel_window_; aura 145 ash/wm/drag_window_resizer_unittest.cc aura::Window* transient_child_; aura 146 ash/wm/drag_window_resizer_unittest.cc scoped_ptr<aura::Window> transient_parent_; aura 160 ash/wm/drag_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 281 ash/wm/drag_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 284 ash/wm/drag_window_resizer_unittest.cc aura::test::TestWindowDelegate delegate; aura 285 ash/wm/drag_window_resizer_unittest.cc scoped_ptr<aura::Window> window(new aura::Window(&delegate)); aura 287 ash/wm/drag_window_resizer_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 318 ash/wm/drag_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 347 ash/wm/drag_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 483 ash/wm/drag_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 510 ash/wm/drag_window_resizer_unittest.cc aura::Window* default_container = aura 540 ash/wm/drag_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 545 ash/wm/drag_window_resizer_unittest.cc aura::Window* window = window_.get(); aura 560 ash/wm/drag_window_resizer_unittest.cc aura::Window* window = always_on_top_window_.get(); aura 575 ash/wm/drag_window_resizer_unittest.cc aura::Window* window = system_modal_window_.get(); aura 590 ash/wm/drag_window_resizer_unittest.cc aura::Window* window = transient_child_; aura 606 ash/wm/drag_window_resizer_unittest.cc aura::Window* window = transient_parent_.get(); aura 621 ash/wm/drag_window_resizer_unittest.cc aura::Window* window = panel_window_.get(); aura 22 ash/wm/event_client_impl.cc const aura::Window* window) const { aura 23 ash/wm/event_client_impl.cc const aura::Window* root_window = window ? window->GetRootWindow() : NULL; aura 29 ash/wm/event_client_impl.cc const aura::Window* lock_screen_containers = Shell::GetContainer( aura 32 ash/wm/event_client_impl.cc const aura::Window* lock_background_containers = Shell::GetContainer( aura 35 ash/wm/event_client_impl.cc const aura::Window* lock_screen_related_containers = Shell::GetContainer( aura 45 ash/wm/event_client_impl.cc const aura::Window* virtual_keyboard_container = Shell::GetContainer( aura 15 ash/wm/event_client_impl.h class EventClientImpl : public aura::client::EventClient { aura 23 ash/wm/event_client_impl.h const aura::Window* window) const OVERRIDE; aura 60 ash/wm/gestures/long_press_affordance_handler.cc views::Widget* CreateAffordanceWidget(aura::Window* root_window) { aura 142 ash/wm/gestures/long_press_affordance_handler.cc aura::Window* root_window) aura 153 ash/wm/gestures/long_press_affordance_handler.cc aura::client::GetScreenPositionClient(root_window)->ConvertPointToScreen( aura 246 ash/wm/gestures/long_press_affordance_handler.cc void LongPressAffordanceHandler::ProcessEvent(aura::Window* target, aura 283 ash/wm/gestures/long_press_affordance_handler.cc aura::Window* root_window = tap_down_target_->GetRootWindow(); aura 318 ash/wm/gestures/long_press_affordance_handler.cc void LongPressAffordanceHandler::SetTapDownTarget(aura::Window* target) { aura 362 ash/wm/gestures/long_press_affordance_handler.cc void LongPressAffordanceHandler::OnWindowDestroying(aura::Window* window) { aura 31 ash/wm/gestures/long_press_affordance_handler.h public aura::WindowObserver { aura 37 ash/wm/gestures/long_press_affordance_handler.h void ProcessEvent(aura::Window* target, ui::GestureEvent* event); aura 52 ash/wm/gestures/long_press_affordance_handler.h void SetTapDownTarget(aura::Window* target); aura 59 ash/wm/gestures/long_press_affordance_handler.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 64 ash/wm/gestures/long_press_affordance_handler.h aura::Window* tap_down_target_; aura 86 ash/wm/gestures/overview_gesture_handler.cc aura::Window* target = static_cast<aura::Window*>(event.target()); aura 10 ash/wm/gestures/overview_gesture_handler.h namespace aura { aura 22 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::Window* CreateWindow(const gfx::Rect& bounds) { aura 32 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::test::TestWindowDelegate delegate_; aura 41 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 42 ash/wm/gestures/overview_gesture_handler_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 43 ash/wm/gestures/overview_gesture_handler_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 44 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::test::EventGenerator generator(root_window, root_window); aura 68 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 69 ash/wm/gestures/overview_gesture_handler_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 70 ash/wm/gestures/overview_gesture_handler_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 71 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::test::EventGenerator generator(root_window, root_window); aura 85 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 86 ash/wm/gestures/overview_gesture_handler_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 87 ash/wm/gestures/overview_gesture_handler_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 88 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::test::EventGenerator generator(root_window, root_window); aura 145 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 146 ash/wm/gestures/overview_gesture_handler_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 147 ash/wm/gestures/overview_gesture_handler_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 148 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::test::EventGenerator generator(root_window, root_window); aura 162 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 163 ash/wm/gestures/overview_gesture_handler_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 164 ash/wm/gestures/overview_gesture_handler_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 165 ash/wm/gestures/overview_gesture_handler_unittest.cc aura::test::EventGenerator generator(root_window, window2.get()); aura 50 ash/wm/gestures/shelf_gesture_handler.cc const aura::Window* fullscreen = controller->GetWindowForFullscreenMode(); aura 74 ash/wm/immersive_fullscreen_controller.cc views::BubbleDelegateView* AsBubbleDelegate(aura::Window* maybe_bubble) { aura 84 ash/wm/immersive_fullscreen_controller.cc bool IsWindowTransientChildOf(aura::Window* maybe_transient, aura 85 ash/wm/immersive_fullscreen_controller.cc aura::Window* toplevel) { aura 89 ash/wm/immersive_fullscreen_controller.cc for (aura::Window* window = maybe_transient; window; aura 100 ash/wm/immersive_fullscreen_controller.cc aura::Window* target = static_cast<aura::Window*>(event.target()); aura 101 ash/wm/immersive_fullscreen_controller.cc aura::client::ScreenPositionClient* screen_position_client = aura 102 ash/wm/immersive_fullscreen_controller.cc aura::client::GetScreenPositionClient(target->GetRootWindow()); aura 108 ash/wm/immersive_fullscreen_controller.cc gfx::Rect GetDisplayBoundsInScreen(aura::Window* window) { aura 125 ash/wm/immersive_fullscreen_controller.cc : public aura::WindowObserver { aura 131 ash/wm/immersive_fullscreen_controller.cc void StartObserving(aura::Window* bubble); aura 132 ash/wm/immersive_fullscreen_controller.cc void StopObserving(aura::Window* bubble); aura 139 ash/wm/immersive_fullscreen_controller.cc virtual void OnWindowVisibilityChanged(aura::Window* window, aura 141 ash/wm/immersive_fullscreen_controller.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 145 ash/wm/immersive_fullscreen_controller.cc std::set<aura::Window*> bubbles_; aura 160 ash/wm/immersive_fullscreen_controller.cc for (std::set<aura::Window*>::const_iterator it = bubbles_.begin(); aura 167 ash/wm/immersive_fullscreen_controller.cc aura::Window* bubble) { aura 175 ash/wm/immersive_fullscreen_controller.cc aura::Window* bubble) { aura 184 ash/wm/immersive_fullscreen_controller.cc for (std::set<aura::Window*>::const_iterator it = bubbles_.begin(); aura 211 ash/wm/immersive_fullscreen_controller.cc for (std::set<aura::Window*>::const_iterator it = bubbles_.begin(); aura 219 ash/wm/immersive_fullscreen_controller.cc aura::Window*, aura 225 ash/wm/immersive_fullscreen_controller.cc aura::Window* window) { aura 347 ash/wm/immersive_fullscreen_controller.cc aura::Env::GetInstance()->set_last_mouse_location(cursor_pos); aura 477 ash/wm/immersive_fullscreen_controller.cc aura::Window* window, aura 478 ash/wm/immersive_fullscreen_controller.cc aura::Window* transient) { aura 491 ash/wm/immersive_fullscreen_controller.cc aura::Window* window, aura 492 ash/wm/immersive_fullscreen_controller.cc aura::Window* transient) { aura 561 ash/wm/immersive_fullscreen_controller.cc !native_window_->Contains(static_cast<aura::Window*>(event->target()))) { aura 567 ash/wm/immersive_fullscreen_controller.cc if (aura::client::GetCaptureWindow(native_window_)) aura 625 ash/wm/immersive_fullscreen_controller.cc if (aura::client::GetCaptureWindow(native_window_)) aura 632 ash/wm/immersive_fullscreen_controller.cc aura::client::CursorClient* cursor_client = aura::client::GetCursorClient( aura 640 ash/wm/immersive_fullscreen_controller.cc location_in_screen = aura::Env::GetInstance()->last_mouse_location(); aura 693 ash/wm/immersive_fullscreen_controller.cc aura::Window* active_window = aura::client::GetActivationClient( aura 921 ash/wm/immersive_fullscreen_controller.cc const std::vector<aura::Window*> transient_children = aura 924 ash/wm/immersive_fullscreen_controller.cc aura::Window* transient_child = transient_children[i]; aura 20 ash/wm/immersive_fullscreen_controller.h namespace aura { aura 147 ash/wm/immersive_fullscreen_controller.h virtual void OnTransientChildAdded(aura::Window* window, aura 148 ash/wm/immersive_fullscreen_controller.h aura::Window* transient) OVERRIDE; aura 149 ash/wm/immersive_fullscreen_controller.h virtual void OnTransientChildRemoved(aura::Window* window, aura 150 ash/wm/immersive_fullscreen_controller.h aura::Window* transient) OVERRIDE; aura 247 ash/wm/immersive_fullscreen_controller.h aura::Window* native_window_; aura 129 ash/wm/immersive_fullscreen_controller_unittest.cc aura::Window* window() { aura 155 ash/wm/immersive_fullscreen_controller_unittest.cc window()->SetProperty(aura::client::kShowStateKey, aura 235 ash/wm/immersive_fullscreen_controller_unittest.cc aura::test::EventGenerator& event_generator(GetEventGenerator()); aura 247 ash/wm/immersive_fullscreen_controller_unittest.cc aura::test::EventGenerator& event_generator(GetEventGenerator()); aura 359 ash/wm/immersive_fullscreen_controller_unittest.cc aura::test::EventGenerator& event_generator(GetEventGenerator()); aura 525 ash/wm/immersive_fullscreen_controller_unittest.cc aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); aura 537 ash/wm/immersive_fullscreen_controller_unittest.cc aura::test::EventGenerator& event_generator(GetEventGenerator()); aura 545 ash/wm/immersive_fullscreen_controller_unittest.cc aura::Env::GetInstance()->last_mouse_location().y()); aura 552 ash/wm/immersive_fullscreen_controller_unittest.cc aura::Env::GetInstance()->last_mouse_location().y()); aura 720 ash/wm/immersive_fullscreen_controller_unittest.cc aura::test::TestWindowDelegate child_delegate; aura 721 ash/wm/immersive_fullscreen_controller_unittest.cc scoped_ptr<aura::Window> child( aura 748 ash/wm/immersive_fullscreen_controller_unittest.cc aura::test::TestWindowDelegate child_delegate; aura 749 ash/wm/immersive_fullscreen_controller_unittest.cc scoped_ptr<aura::Window> behind(CreateTestWindowInShellWithDelegate( aura 1025 ash/wm/immersive_fullscreen_controller_unittest.cc window()->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 1030 ash/wm/immersive_fullscreen_controller_unittest.cc window()->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 1036 ash/wm/immersive_fullscreen_controller_unittest.cc window()->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 1045 ash/wm/immersive_fullscreen_controller_unittest.cc window()->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 1051 ash/wm/immersive_fullscreen_controller_unittest.cc window()->SetProperty(aura::client::kShowStateKey, aura 43 ash/wm/lock_state_controller.cc aura::Window* GetBackground() { aura 44 ash/wm/lock_state_controller.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 296 ash/wm/lock_state_controller.cc const aura::WindowTreeHost* host) { aura 72 ash/wm/lock_state_controller.h class ASH_EXPORT LockStateController : public aura::WindowTreeHostObserver, aura 202 ash/wm/lock_state_controller.h virtual void OnHostCloseRequested(const aura::WindowTreeHost* host) OVERRIDE; aura 51 ash/wm/lock_state_controller_unittest.cc aura::Window* GetContainer(int container ) { aura 52 ash/wm/lock_state_controller_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 141 ash/wm/lock_state_controller_unittest.cc aura::test::EventGenerator generator( aura 306 ash/wm/lock_state_controller_unittest.cc aura::Window::Windows containers; aura 312 ash/wm/lock_state_controller_unittest.cc for (aura::Window::Windows::const_iterator it = containers.begin(); aura 314 ash/wm/lock_state_controller_unittest.cc aura::Window* window = *it; aura 327 ash/wm/lock_state_controller_unittest.cc aura::Window::Windows containers; aura 333 ash/wm/lock_state_controller_unittest.cc for (aura::Window::Windows::const_iterator it = containers.begin(); aura 335 ash/wm/lock_state_controller_unittest.cc aura::Window* window = *it; aura 390 ash/wm/lock_state_controller_unittest.cc window_.reset(new aura::Window(&window_delegate_)); aura 393 ash/wm/lock_state_controller_unittest.cc window_->Init(aura::WINDOW_LAYER_TEXTURED); aura 395 ash/wm/lock_state_controller_unittest.cc aura::Window* container = Shell::GetContainer( aura 408 ash/wm/lock_state_controller_unittest.cc aura::test::TestWindowDelegate window_delegate_; aura 409 ash/wm/lock_state_controller_unittest.cc scoped_ptr<aura::Window> window_; aura 33 ash/wm/maximize_mode/maximize_mode_window_manager.cc void MaximizeModeWindowManager::WindowStateDestroyed(aura::Window* window) { aura 59 ash/wm/maximize_mode/maximize_mode_window_manager.cc void MaximizeModeWindowManager::OnWindowDestroying(aura::Window* window) { aura 66 ash/wm/maximize_mode/maximize_mode_window_manager.cc aura::Window* window) { aura 74 ash/wm/maximize_mode/maximize_mode_window_manager.cc aura::Window* window, aura 133 ash/wm/maximize_mode/maximize_mode_window_manager.cc aura::Window* window) { aura 145 ash/wm/maximize_mode/maximize_mode_window_manager.cc void MaximizeModeWindowManager::ForgetWindow(aura::Window* window) { aura 160 ash/wm/maximize_mode/maximize_mode_window_manager.cc bool MaximizeModeWindowManager::ShouldHandleWindow(aura::Window* window) { aura 169 ash/wm/maximize_mode/maximize_mode_window_manager.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 170 ash/wm/maximize_mode/maximize_mode_window_manager.cc for (aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 172 ash/wm/maximize_mode/maximize_mode_window_manager.cc aura::Window* container = aura 182 ash/wm/maximize_mode/maximize_mode_window_manager.cc for (std::set<aura::Window*>::iterator iter = aura 197 ash/wm/maximize_mode/maximize_mode_window_manager.cc bool MaximizeModeWindowManager::IsContainerWindow(aura::Window* window) { aura 213 ash/wm/maximize_mode/maximize_mode_window_manager.cc aura::Window* container = Shell::GetContainer( aura 29 ash/wm/maximize_mode/maximize_mode_window_manager.h class ASH_EXPORT MaximizeModeWindowManager : public aura::WindowObserver, aura 40 ash/wm/maximize_mode/maximize_mode_window_manager.h void WindowStateDestroyed(aura::Window* window); aura 43 ash/wm/maximize_mode/maximize_mode_window_manager.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 44 ash/wm/maximize_mode/maximize_mode_window_manager.h virtual void OnWindowAdded(aura::Window* window) OVERRIDE; aura 45 ash/wm/maximize_mode/maximize_mode_window_manager.h virtual void OnWindowBoundsChanged(aura::Window* window, aura 66 ash/wm/maximize_mode/maximize_mode_window_manager.h typedef std::map<aura::Window*, MaximizeModeWindowState*> WindowToState; aura 79 ash/wm/maximize_mode/maximize_mode_window_manager.h void MaximizeAndTrackWindow(aura::Window* window); aura 82 ash/wm/maximize_mode/maximize_mode_window_manager.h void ForgetWindow(aura::Window* window); aura 85 ash/wm/maximize_mode/maximize_mode_window_manager.h bool ShouldHandleWindow(aura::Window* window); aura 98 ash/wm/maximize_mode/maximize_mode_window_manager.h bool IsContainerWindow(aura::Window* window); aura 107 ash/wm/maximize_mode/maximize_mode_window_manager.h std::set<aura::Window*> observed_container_windows_; aura 36 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc aura::Window* CreateNonMaximizableWindow(ui::wm::WindowType type, aura 42 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc aura::Window* CreateWindow(ui::wm::WindowType type, aura 77 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc aura::Window* CreateWindowInWatchedContainer(ui::wm::WindowType type, aura 80 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc aura::test::TestWindowDelegate* delegate = NULL; aura 82 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc delegate = aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(); aura 85 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc aura::Window* window = aura::test::CreateTestWindowWithDelegateAndType( aura 87 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc window->SetProperty(aura::client::kCanMaximizeKey, can_maximize); aura 88 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc aura::Window* container = Shell::GetContainer( aura 116 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect1)); aura 117 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect2)); aura 118 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w3( aura 120 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w4(CreateWindow(ui::wm::WINDOW_TYPE_PANEL, rect)); aura 121 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w5(CreateWindow(ui::wm::WINDOW_TYPE_POPUP, rect)); aura 122 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w6(CreateWindow(ui::wm::WINDOW_TYPE_CONTROL, rect)); aura 123 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w7(CreateWindow(ui::wm::WINDOW_TYPE_MENU, rect)); aura 124 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w8(CreateWindow(ui::wm::WINDOW_TYPE_TOOLTIP, rect)); aura 184 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect1)); aura 185 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect2)); aura 186 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w3( aura 188 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w4(CreateWindow(ui::wm::WINDOW_TYPE_PANEL, rect)); aura 189 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w5(CreateWindow(ui::wm::WINDOW_TYPE_POPUP, rect)); aura 190 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w6(CreateWindow(ui::wm::WINDOW_TYPE_CONTROL, rect)); aura 191 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w7(CreateWindow(ui::wm::WINDOW_TYPE_MENU, rect)); aura 192 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w8(CreateWindow(ui::wm::WINDOW_TYPE_TOOLTIP, rect)); aura 238 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w1( aura 240 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w2( aura 242 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w3( aura 266 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w1( aura 268 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w2( aura 270 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w3( aura 287 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> window( aura 310 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> initially_minimized_window( aura 312 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> initially_normal_window( aura 314 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> initially_maximized_window( aura 355 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> window1( aura 361 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> window2( aura 390 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> window( aura 419 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w1( aura 421 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect)); aura 422 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w3(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect)); aura 423 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w4( aura 425 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w5(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect)); aura 470 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect)); aura 487 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect)); aura 511 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(ui::wm::WINDOW_TYPE_NORMAL, rect)); aura 538 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc scoped_ptr<aura::Window> window( aura 544 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 36 ash/wm/maximize_mode/maximize_mode_window_state.cc aura::WindowDelegate* delegate = window_state->window()->delegate(); aura 96 ash/wm/maximize_mode/maximize_mode_window_state.cc aura::Window* window, MaximizeModeWindowManager* creator) aura 27 ash/wm/maximize_mode/maximize_mode_window_state.h MaximizeModeWindowState(aura::Window* window, aura 52 ash/wm/maximize_mode/maximize_mode_window_state.h aura::Window* window_; aura 26 ash/wm/maximize_mode/workspace_backdrop_delegate.cc WorkspaceBackdropDelegate::WorkspaceBackdropDelegate(aura::Window* container) aura 35 ash/wm/maximize_mode/workspace_backdrop_delegate.cc params.layer_type = aura::WINDOW_LAYER_SOLID_COLOR; aura 56 ash/wm/maximize_mode/workspace_backdrop_delegate.cc aura::Window* window, aura 63 ash/wm/maximize_mode/workspace_backdrop_delegate.cc void WorkspaceBackdropDelegate::OnWindowAddedToLayout(aura::Window* child) { aura 67 ash/wm/maximize_mode/workspace_backdrop_delegate.cc void WorkspaceBackdropDelegate::OnWindowRemovedFromLayout(aura::Window* child) { aura 72 ash/wm/maximize_mode/workspace_backdrop_delegate.cc aura::Window* child, aura 77 ash/wm/maximize_mode/workspace_backdrop_delegate.cc void WorkspaceBackdropDelegate::OnWindowStackingChanged(aura::Window* window) { aura 92 ash/wm/maximize_mode/workspace_backdrop_delegate.cc aura::Window* window = GetCurrentTopWindow(); aura 113 ash/wm/maximize_mode/workspace_backdrop_delegate.cc aura::Window* WorkspaceBackdropDelegate::GetCurrentTopWindow() { aura 114 ash/wm/maximize_mode/workspace_backdrop_delegate.cc const aura::Window::Windows& windows = container_->children(); aura 115 ash/wm/maximize_mode/workspace_backdrop_delegate.cc for (aura::Window::Windows::const_reverse_iterator window_iter = aura 118 ash/wm/maximize_mode/workspace_backdrop_delegate.cc aura::Window* window = *window_iter; aura 11 ash/wm/maximize_mode/workspace_backdrop_delegate.h namespace aura { aura 28 ash/wm/maximize_mode/workspace_backdrop_delegate.h class WorkspaceBackdropDelegate : public aura::WindowObserver, aura 31 ash/wm/maximize_mode/workspace_backdrop_delegate.h explicit WorkspaceBackdropDelegate(aura::Window* container); aura 35 ash/wm/maximize_mode/workspace_backdrop_delegate.h virtual void OnWindowBoundsChanged(aura::Window* window, aura 40 ash/wm/maximize_mode/workspace_backdrop_delegate.h virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; aura 41 ash/wm/maximize_mode/workspace_backdrop_delegate.h virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE; aura 42 ash/wm/maximize_mode/workspace_backdrop_delegate.h virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 44 ash/wm/maximize_mode/workspace_backdrop_delegate.h virtual void OnWindowStackingChanged(aura::Window* window) OVERRIDE; aura 54 ash/wm/maximize_mode/workspace_backdrop_delegate.h aura::Window* GetCurrentTopWindow(); aura 66 ash/wm/maximize_mode/workspace_backdrop_delegate.h aura::Window* container_; aura 27 ash/wm/mru_window_tracker.cc void AddTrackedWindows(aura::Window* root, aura 30 ash/wm/mru_window_tracker.cc aura::Window* container = Shell::GetContainer(root, container_id); aura 36 ash/wm/mru_window_tracker.cc void AddDraggedWindows(aura::Window* root, aura 38 ash/wm/mru_window_tracker.cc aura::Window* container = aura 51 ash/wm/mru_window_tracker.cc bool CompareWindowState(aura::Window* w1, aura::Window* w2) { aura 60 ash/wm/mru_window_tracker.cc const std::list<aura::Window*>* mru_windows, aura 63 ash/wm/mru_window_tracker.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 65 ash/wm/mru_window_tracker.cc aura::Window* active_root = Shell::GetTargetRootWindow(); aura 66 ash/wm/mru_window_tracker.cc for (aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 95 ash/wm/mru_window_tracker.cc for (std::list<aura::Window*>::const_reverse_iterator ix = aura 130 ash/wm/mru_window_tracker.cc aura::client::ActivationClient* activation_client) aura 137 ash/wm/mru_window_tracker.cc for (std::list<aura::Window*>::iterator iter = mru_windows_.begin(); aura 167 ash/wm/mru_window_tracker.cc void MruWindowTracker::SetActiveWindow(aura::Window* active_window) { aura 171 ash/wm/mru_window_tracker.cc std::list<aura::Window*>::iterator iter = aura 185 ash/wm/mru_window_tracker.cc void MruWindowTracker::OnWindowActivated(aura::Window* gained_active, aura 186 ash/wm/mru_window_tracker.cc aura::Window* lost_active) { aura 191 ash/wm/mru_window_tracker.cc void MruWindowTracker::OnWindowDestroyed(aura::Window* window) { aura 17 ash/wm/mru_window_tracker.h namespace aura { aura 30 ash/wm/mru_window_tracker.h : public aura::client::ActivationChangeObserver, aura 31 ash/wm/mru_window_tracker.h public aura::WindowObserver { aura 33 ash/wm/mru_window_tracker.h typedef std::vector<aura::Window*> WindowList; aura 36 ash/wm/mru_window_tracker.h aura::client::ActivationClient* activation_client); aura 61 ash/wm/mru_window_tracker.h void SetActiveWindow(aura::Window* active_window); aura 64 ash/wm/mru_window_tracker.h virtual void OnWindowActivated(aura::Window* gained_active, aura 65 ash/wm/mru_window_tracker.h aura::Window* lost_active) OVERRIDE; aura 68 ash/wm/mru_window_tracker.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 72 ash/wm/mru_window_tracker.h std::list<aura::Window*> mru_windows_; aura 74 ash/wm/mru_window_tracker.h aura::client::ActivationClient* activation_client_; aura 22 ash/wm/mru_window_tracker_unittest.cc aura::Window* CreateWindow() { aura 36 ash/wm/mru_window_tracker_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow()); aura 37 ash/wm/mru_window_tracker_unittest.cc scoped_ptr<aura::Window> w2(CreateWindow()); aura 38 ash/wm/mru_window_tracker_unittest.cc scoped_ptr<aura::Window> w3(CreateWindow()); aura 53 ash/wm/mru_window_tracker_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow()); aura 54 ash/wm/mru_window_tracker_unittest.cc scoped_ptr<aura::Window> w2(CreateWindow()); aura 55 ash/wm/mru_window_tracker_unittest.cc scoped_ptr<aura::Window> w3(CreateWindow()); aura 56 ash/wm/mru_window_tracker_unittest.cc scoped_ptr<aura::Window> w4(CreateWindow()); aura 57 ash/wm/mru_window_tracker_unittest.cc scoped_ptr<aura::Window> w5(CreateWindow()); aura 58 ash/wm/mru_window_tracker_unittest.cc scoped_ptr<aura::Window> w6(CreateWindow()); aura 41 ash/wm/overlay_event_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 36 ash/wm/overlay_event_filter.h virtual aura::Window* GetWindow() = 0; aura 28 ash/wm/overview/scoped_transform_overview_window.cc WindowSelectorAnimationSettings(aura::Window* window) : aura 41 ash/wm/overview/scoped_transform_overview_window.cc void SetTransformOnWindow(aura::Window* window, aura 62 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* window, aura 67 ash/wm/overview/scoped_transform_overview_window.cc aura::Window::Windows transient_children = aura 69 ash/wm/overview/scoped_transform_overview_window.cc for (aura::Window::Windows::iterator iter = transient_children.begin(); aura 71 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* transient_child = *iter; aura 81 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* GetModalTransientParent(aura::Window* window) { aura 82 ash/wm/overview/scoped_transform_overview_window.cc if (window->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_WINDOW) aura 92 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* window) aura 94 ash/wm/overview/scoped_transform_overview_window.cc minimized_(window->GetProperty(aura::client::kShowStateKey) == aura 106 ash/wm/overview/scoped_transform_overview_window.cc if (minimized_ && window_->GetProperty(aura::client::kShowStateKey) != aura 116 ash/wm/overview/scoped_transform_overview_window.cc window_->SetProperty(aura::client::kShowStateKey, aura 123 ash/wm/overview/scoped_transform_overview_window.cc bool ScopedTransformOverviewWindow::Contains(const aura::Window* target) const { aura 129 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* window = window_; aura 140 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* window = window_; aura 150 ash/wm/overview/scoped_transform_overview_window.cc if (minimized_ && window_->GetProperty(aura::client::kShowStateKey) == aura 193 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* root_window, aura 201 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* window = window_; aura 229 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* target_root, aura 230 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* window) { aura 231 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* modal_parent = GetModalTransientParent(window); aura 241 ash/wm/overview/scoped_transform_overview_window.cc aura::Window* window = window_; aura 13 ash/wm/overview/scoped_transform_overview_window.h namespace aura { aura 48 ash/wm/overview/scoped_transform_overview_window.h explicit ScopedTransformOverviewWindow(aura::Window* window); aura 53 ash/wm/overview/scoped_transform_overview_window.h bool Contains(const aura::Window* target) const; aura 76 ash/wm/overview/scoped_transform_overview_window.h void SetTransform(aura::Window* root_window, aura 80 ash/wm/overview/scoped_transform_overview_window.h aura::Window* window() const { return window_; } aura 85 ash/wm/overview/scoped_transform_overview_window.h void CopyWindowAndTransientParents(aura::Window* target_root, aura 86 ash/wm/overview/scoped_transform_overview_window.h aura::Window* window); aura 95 ash/wm/overview/scoped_transform_overview_window.h aura::Window* window_; aura 25 ash/wm/overview/scoped_window_copy.cc views::Widget* CreateCopyOfWindow(aura::Window* target_root, aura 26 ash/wm/overview/scoped_window_copy.cc aura::Window* src_window, aura 51 ash/wm/overview/scoped_window_copy.cc aura::client::ScreenPositionClient* screen_position_client = aura 52 ash/wm/overview/scoped_window_copy.cc aura::client::GetScreenPositionClient(src_window->GetRootWindow()); aura 69 ash/wm/overview/scoped_window_copy.cc aura::Window* window = widget->GetNativeWindow(); aura 160 ash/wm/overview/scoped_window_copy.cc ScopedWindowCopy::ScopedWindowCopy(aura::Window* target_root, aura 161 ash/wm/overview/scoped_window_copy.cc aura::Window* src_window) { aura 175 ash/wm/overview/scoped_window_copy.cc aura::Window* ScopedWindowCopy::GetWindow() { aura 10 ash/wm/overview/scoped_window_copy.h namespace aura { aura 26 ash/wm/overview/scoped_window_copy.h ScopedWindowCopy(aura::Window* target_root, aura::Window* src_window); aura 29 ash/wm/overview/scoped_window_copy.h aura::Window* GetWindow(); aura 60 ash/wm/overview/window_overview.cc explicit WindowSelectorItemComparator(const aura::Window* target_window) aura 68 ash/wm/overview/window_overview.cc const aura::Window* target; aura 122 ash/wm/overview/window_overview.cc aura::Window* single_root_window) aura 137 ash/wm/overview/window_overview.cc cursor_client_ = aura::client::GetCursorClient( aura 154 ash/wm/overview/window_overview.cc const aura::WindowTracker::Windows hidden_windows = hidden_windows_.windows(); aura 155 ash/wm/overview/window_overview.cc for (aura::WindowTracker::Windows::const_iterator iter = aura 205 ash/wm/overview/window_overview.cc aura::Window* old_selection = selection_widget_->GetNativeWindow(); aura 247 ash/wm/overview/window_overview.cc void WindowOverview::MoveToSingleRootWindow(aura::Window* root_window) { aura 253 ash/wm/overview/window_overview.cc if (GetTargetedWindow(static_cast<aura::Window*>(event->target()))) aura 263 ash/wm/overview/window_overview.cc aura::Window* target = GetEventTarget(event); aura 277 ash/wm/overview/window_overview.cc if (GetTargetedWindow(static_cast<aura::Window*>(event->target()))) aura 287 ash/wm/overview/window_overview.cc aura::Window* target = GetEventTarget(event); aura 300 ash/wm/overview/window_overview.cc aura::Window* WindowOverview::GetEventTarget(ui::LocatedEvent* event) { aura 301 ash/wm/overview/window_overview.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 311 ash/wm/overview/window_overview.cc aura::Window* WindowOverview::GetTargetedWindow(aura::Window* window) { aura 314 ash/wm/overview/window_overview.cc aura::Window* selected = (*iter)->TargetedWindow(window); aura 324 ash/wm/overview/window_overview.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 325 ash/wm/overview/window_overview.cc for (aura::Window::Windows::const_iterator root_iter = root_windows.begin(); aura 328 ash/wm/overview/window_overview.cc aura::Window* container = Shell::GetContainer(*root_iter, aura 330 ash/wm/overview/window_overview.cc for (aura::Window::Windows::const_iterator iter = aura 341 ash/wm/overview/window_overview.cc const aura::WindowTracker::Windows hidden_windows(hidden_windows_.windows()); aura 342 ash/wm/overview/window_overview.cc for (aura::WindowTracker::Windows::const_iterator iter = aura 369 ash/wm/overview/window_overview.cc aura::Window::Windows root_window_list = Shell::GetAllRootWindows(); aura 375 ash/wm/overview/window_overview.cc void WindowOverview::PositionWindowsFromRoot(aura::Window* root_window) { aura 386 ash/wm/overview/window_overview.cc aura::Window* root_window, aura 16 ash/wm/overview/window_overview.h namespace aura { aura 49 ash/wm/overview/window_overview.h aura::Window* single_root_window); aura 59 ash/wm/overview/window_overview.h void MoveToSingleRootWindow(aura::Window* root_window); aura 70 ash/wm/overview/window_overview.h aura::Window* GetEventTarget(ui::LocatedEvent* event); aura 74 ash/wm/overview/window_overview.h aura::Window* GetTargetedWindow(aura::Window* window); aura 82 ash/wm/overview/window_overview.h void PositionWindowsFromRoot(aura::Window* root_window); aura 84 ash/wm/overview/window_overview.h void PositionWindowsOnRoot(aura::Window* root_window, aura 111 ash/wm/overview/window_overview.h aura::Window* single_root_window_; aura 117 ash/wm/overview/window_overview.h aura::client::CursorClient* cursor_client_; aura 121 ash/wm/overview/window_overview.h aura::WindowTracker hidden_windows_; aura 38 ash/wm/overview/window_selector.cc explicit WindowSelectorItemComparator(const aura::Window* window) aura 46 ash/wm/overview/window_selector.cc const aura::Window* window_; aura 52 ash/wm/overview/window_selector.cc explicit WindowSelectorItemTargetComparator(const aura::Window* target_window) aura 60 ash/wm/overview/window_selector.cc const aura::Window* target; aura 66 ash/wm/overview/window_selector.cc explicit WindowSelectorItemForRoot(const aura::Window* root) aura 74 ash/wm/overview/window_selector.cc const aura::Window* root_window; aura 125 ash/wm/overview/window_selector.cc aura::Window* GetWindowBelow(aura::Window* window) { aura 126 ash/wm/overview/window_selector.cc aura::Window* parent = window->parent(); aura 129 ash/wm/overview/window_selector.cc aura::Window* below = NULL; aura 130 ash/wm/overview/window_selector.cc for (aura::Window::Windows::const_iterator iter = parent->children().begin(); aura 144 ash/wm/overview/window_selector.cc class ScopedShowWindow : public aura::WindowObserver { aura 150 ash/wm/overview/window_selector.cc void Show(aura::Window* window); aura 155 ash/wm/overview/window_selector.cc aura::Window* window() { return window_; } aura 158 ash/wm/overview/window_selector.cc virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE; aura 162 ash/wm/overview/window_selector.cc aura::Window* window_; aura 165 ash/wm/overview/window_selector.cc aura::Window* stack_window_above_; aura 179 ash/wm/overview/window_selector.cc void ScopedShowWindow::Show(aura::Window* window) { aura 212 ash/wm/overview/window_selector.cc void ScopedShowWindow::OnWillRemoveWindow(aura::Window* window) { aura 228 ash/wm/overview/window_selector.cc restore_focus_window_(aura::client::GetFocusClient( aura 272 ash/wm/overview/window_selector.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 273 ash/wm/overview/window_selector.cc for (aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 276 ash/wm/overview/window_selector.cc aura::Window* container = Shell::GetContainer(*iter, aura 293 ash/wm/overview/window_selector.cc for (std::set<aura::Window*>::iterator iter = observed_windows_.begin(); aura 298 ash/wm/overview/window_selector.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 338 ash/wm/overview/window_selector.cc void WindowSelector::SelectWindow(aura::Window* window) { aura 356 ash/wm/overview/window_selector.cc void WindowSelector::OnWindowAdded(aura::Window* new_window) { aura 372 ash/wm/overview/window_selector.cc void WindowSelector::OnWindowDestroying(aura::Window* window) { aura 408 ash/wm/overview/window_selector.cc void WindowSelector::OnWindowBoundsChanged(aura::Window* window, aura 429 ash/wm/overview/window_selector.cc void WindowSelector::OnWindowActivated(aura::Window* gained_active, aura 430 ash/wm/overview/window_selector.cc aura::Window* lost_active) { aura 438 ash/wm/overview/window_selector.cc void WindowSelector::OnAttemptToReactivateWindow(aura::Window* request_active, aura 439 ash/wm/overview/window_selector.cc aura::Window* actual_active) { aura 450 ash/wm/overview/window_selector.cc aura::client::GetFocusClient( aura 453 ash/wm/overview/window_selector.cc aura::Window* overview_root = NULL; aura 19 ash/wm/overview/window_selector.h namespace aura { aura 38 ash/wm/overview/window_selector.h : public aura::WindowObserver, aura 39 ash/wm/overview/window_selector.h public aura::client::ActivationChangeObserver { aura 50 ash/wm/overview/window_selector.h typedef std::vector<aura::Window*> WindowList; aura 64 ash/wm/overview/window_selector.h void SelectWindow(aura::Window* window); aura 72 ash/wm/overview/window_selector.h virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE; aura 73 ash/wm/overview/window_selector.h virtual void OnWindowBoundsChanged(aura::Window* window, aura 76 ash/wm/overview/window_selector.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 79 ash/wm/overview/window_selector.h virtual void OnWindowActivated(aura::Window* gained_active, aura 80 ash/wm/overview/window_selector.h aura::Window* lost_active) OVERRIDE; aura 82 ash/wm/overview/window_selector.h aura::Window* request_active, aura 83 ash/wm/overview/window_selector.h aura::Window* actual_active) OVERRIDE; aura 100 ash/wm/overview/window_selector.h std::set<aura::Window*> observed_windows_; aura 128 ash/wm/overview/window_selector.h aura::Window* restore_focus_window_; aura 40 ash/wm/overview/window_selector_controller.cc std::vector<aura::Window*> windows = ash::Shell::GetInstance()-> aura 58 ash/wm/overview/window_selector_controller.cc std::vector<aura::Window*> windows = ash::Shell::GetInstance()-> aura 75 ash/wm/overview/window_selector_controller.cc void WindowSelectorController::OnWindowSelected(aura::Window* window) { aura 19 ash/wm/overview/window_selector_controller.h namespace aura { aura 53 ash/wm/overview/window_selector_controller.h virtual void OnWindowSelected(aura::Window* window) OVERRIDE; aura 11 ash/wm/overview/window_selector_delegate.h namespace aura { aura 21 ash/wm/overview/window_selector_delegate.h virtual void OnWindowSelected(aura::Window* window) = 0; aura 19 ash/wm/overview/window_selector_item.cc void WindowSelectorItem::SetBounds(aura::Window* root_window, aura 11 ash/wm/overview/window_selector_item.h namespace aura { aura 26 ash/wm/overview/window_selector_item.h virtual aura::Window* GetRootWindow() = 0; aura 30 ash/wm/overview/window_selector_item.h virtual bool HasSelectableWindow(const aura::Window* window) = 0; aura 34 ash/wm/overview/window_selector_item.h virtual aura::Window* TargetedWindow(const aura::Window* target) = 0; aura 38 ash/wm/overview/window_selector_item.h virtual void RestoreWindowOnExit(aura::Window* window) = 0; aura 41 ash/wm/overview/window_selector_item.h virtual aura::Window* SelectionWindow() = 0; aura 45 ash/wm/overview/window_selector_item.h virtual void RemoveWindow(const aura::Window* window) = 0; aura 57 ash/wm/overview/window_selector_item.h void SetBounds(aura::Window* root_window, aura 70 ash/wm/overview/window_selector_item.h virtual void SetItemBounds(aura::Window* root_window, aura 79 ash/wm/overview/window_selector_item.h aura::Window* root_window_; aura 28 ash/wm/overview/window_selector_panels.cc ScopedTransformPanelWindow(aura::Window* window); aura 49 ash/wm/overview/window_selector_panels.cc ScopedTransformPanelWindow::ScopedTransformPanelWindow(aura::Window* window) aura 92 ash/wm/overview/window_selector_panels.cc void WindowSelectorPanels::AddWindow(aura::Window* window) { aura 96 ash/wm/overview/window_selector_panels.cc aura::Window* WindowSelectorPanels::GetRootWindow() { aura 100 ash/wm/overview/window_selector_panels.cc bool WindowSelectorPanels::HasSelectableWindow(const aura::Window* window) { aura 109 ash/wm/overview/window_selector_panels.cc aura::Window* WindowSelectorPanels::TargetedWindow(const aura::Window* target) { aura 118 ash/wm/overview/window_selector_panels.cc void WindowSelectorPanels::RestoreWindowOnExit(aura::Window* window) { aura 128 ash/wm/overview/window_selector_panels.cc aura::Window* WindowSelectorPanels::SelectionWindow() { aura 132 ash/wm/overview/window_selector_panels.cc void WindowSelectorPanels::RemoveWindow(const aura::Window* window) { aura 154 ash/wm/overview/window_selector_panels.cc void WindowSelectorPanels::SetItemBounds(aura::Window* root_window, aura 27 ash/wm/overview/window_selector_panels.h void AddWindow(aura::Window* window); aura 30 ash/wm/overview/window_selector_panels.h virtual aura::Window* GetRootWindow() OVERRIDE; aura 31 ash/wm/overview/window_selector_panels.h virtual bool HasSelectableWindow(const aura::Window* window) OVERRIDE; aura 32 ash/wm/overview/window_selector_panels.h virtual aura::Window* TargetedWindow(const aura::Window* target) OVERRIDE; aura 33 ash/wm/overview/window_selector_panels.h virtual void RestoreWindowOnExit(aura::Window* window) OVERRIDE; aura 34 ash/wm/overview/window_selector_panels.h virtual aura::Window* SelectionWindow() OVERRIDE; aura 35 ash/wm/overview/window_selector_panels.h virtual void RemoveWindow(const aura::Window* window) OVERRIDE; aura 38 ash/wm/overview/window_selector_panels.h virtual void SetItemBounds(aura::Window* root_window, aura 45 ash/wm/overview/window_selector_unittest.cc : public aura::client::ActivationDelegate { aura 52 ash/wm/overview/window_selector_unittest.cc bool IsWindowAbove(aura::Window* w1, aura::Window* w2) { aura 53 ash/wm/overview/window_selector_unittest.cc aura::Window* parent = w1->parent(); aura 55 ash/wm/overview/window_selector_unittest.cc for (aura::Window::Windows::const_iterator iter = parent->children().begin(); aura 66 ash/wm/overview/window_selector_unittest.cc aura::Window* GetWindowByName(aura::Window* container, aura 68 ash/wm/overview/window_selector_unittest.cc aura::Window* window = NULL; aura 69 ash/wm/overview/window_selector_unittest.cc for (aura::Window::Windows::const_iterator iter = aura 84 ash/wm/overview/window_selector_unittest.cc aura::Window* GetCopyWindow(aura::Window* window) { aura 85 ash/wm/overview/window_selector_unittest.cc aura::Window* copy_window = NULL; aura 87 ash/wm/overview/window_selector_unittest.cc std::vector<aura::Window*> containers( aura 89 ash/wm/overview/window_selector_unittest.cc for (std::vector<aura::Window*>::iterator iter = containers.begin(); aura 91 ash/wm/overview/window_selector_unittest.cc aura::Window* found = GetWindowByName(*iter, copy_name); aura 124 ash/wm/overview/window_selector_unittest.cc aura::Window* CreateWindow(const gfx::Rect& bounds) { aura 128 ash/wm/overview/window_selector_unittest.cc aura::Window* CreateNonActivatableWindow(const gfx::Rect& bounds) { aura 129 ash/wm/overview/window_selector_unittest.cc aura::Window* window = CreateWindow(bounds); aura 130 ash/wm/overview/window_selector_unittest.cc aura::client::SetActivationDelegate(window, aura 136 ash/wm/overview/window_selector_unittest.cc aura::Window* CreatePanelWindow(const gfx::Rect& bounds) { aura 137 ash/wm/overview/window_selector_unittest.cc aura::Window* window = CreateTestWindowInShellWithDelegateAndType( aura 144 ash/wm/overview/window_selector_unittest.cc bool WindowsOverlapping(aura::Window* window1, aura::Window* window2) { aura 182 ash/wm/overview/window_selector_unittest.cc gfx::RectF GetTransformedBounds(aura::Window* window) { aura 191 ash/wm/overview/window_selector_unittest.cc gfx::RectF GetTransformedTargetBounds(aura::Window* window) { aura 200 ash/wm/overview/window_selector_unittest.cc gfx::RectF GetTransformedBoundsInRootWindow(aura::Window* window) { aura 202 ash/wm/overview/window_selector_unittest.cc aura::Window* root = window->GetRootWindow(); aura 214 ash/wm/overview/window_selector_unittest.cc void ClickWindow(aura::Window* window) { aura 215 ash/wm/overview/window_selector_unittest.cc aura::test::EventGenerator event_generator(window->GetRootWindow(), window); aura 225 ash/wm/overview/window_selector_unittest.cc aura::Window* GetFocusedWindow() { aura 226 ash/wm/overview/window_selector_unittest.cc return aura::client::GetFocusClient( aura 235 ash/wm/overview/window_selector_unittest.cc aura::test::TestWindowDelegate delegate_; aura 245 ash/wm/overview/window_selector_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 246 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 247 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 248 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel1(CreatePanelWindow(bounds)); aura 249 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel2(CreatePanelWindow(bounds)); aura 257 ash/wm/overview/window_selector_unittest.cc aura::client::GetCursorClient(root_window)->HideCursor(); aura 272 ash/wm/overview/window_selector_unittest.cc EXPECT_TRUE(aura::client::GetCursorClient(root_window)->IsCursorLocked()); aura 273 ash/wm/overview/window_selector_unittest.cc EXPECT_TRUE(aura::client::GetCursorClient(root_window)->IsCursorVisible()); aura 282 ash/wm/overview/window_selector_unittest.cc EXPECT_FALSE(aura::client::GetCursorClient(root_window)->IsCursorLocked()); aura 288 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 289 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 290 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel1(CreatePanelWindow(bounds)); aura 334 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 348 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 349 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 373 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 396 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window(CreateWindow(gfx::Rect(0, 0, 400, 400))); aura 413 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 414 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 415 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window3(CreateWindow(bounds)); aura 440 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 441 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 442 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window3(CreateWindow(bounds)); aura 471 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 472 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 493 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 494 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 510 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 511 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 512 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel1(CreatePanelWindow(bounds)); aura 513 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel2(CreatePanelWindow(bounds)); aura 535 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 536 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel1(CreatePanelWindow(bounds)); aura 549 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 550 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 551 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window3(CreateWindow(bounds)); aura 552 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel1(CreatePanelWindow(bounds)); aura 553 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel2(CreatePanelWindow(bounds)); aura 575 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 576 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 577 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel1(CreatePanelWindow(bounds)); aura 578 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel2(CreatePanelWindow(bounds)); aura 599 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 600 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 605 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window3(CreateWindow(bounds)); aura 612 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 613 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 630 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 631 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 649 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window(CreateWindow(bounds)); aura 665 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 666 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 678 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window(CreateWindow(bounds)); aura 702 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 703 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds)); aura 704 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> non_activatable_window( aura 726 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds)); aura 727 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> child1(CreateWindow(bounds)); aura 728 ash/wm/overview/window_selector_unittest.cc child1->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 742 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(gfx::Rect(0, 0, 180, 180))); aura 743 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> child1(CreateWindow(gfx::Rect(200, 0, 180, 180))); aura 744 ash/wm/overview/window_selector_unittest.cc child1->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 766 ash/wm/overview/window_selector_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 770 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds1)); aura 771 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds1)); aura 772 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window3(CreateWindow(bounds2)); aura 773 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window4(CreateWindow(bounds2)); aura 774 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel1(CreatePanelWindow(bounds1)); aura 775 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel2(CreatePanelWindow(bounds1)); aura 776 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel3(CreatePanelWindow(bounds2)); aura 777 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> panel4(CreatePanelWindow(bounds2)); aura 828 ash/wm/overview/window_selector_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 830 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(gfx::Rect(0, 0, 100, 100))); aura 831 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(gfx::Rect(450, 0, 100, 100))); aura 854 ash/wm/overview/window_selector_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 858 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> unmoved1(CreateWindow(root2_rect)); aura 859 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> unmoved2(CreateWindow(root2_rect)); aura 860 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> moved1_trans_parent(CreateWindow(root1_rect)); aura 861 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> moved1(CreateWindow(root1_rect)); aura 865 ash/wm/overview/window_selector_unittest.cc moved1->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 896 ash/wm/overview/window_selector_unittest.cc aura::Window* copy1 = GetCopyWindow(moved1.get()); aura 897 ash/wm/overview/window_selector_unittest.cc aura::Window* copy1_trans_parent = GetCopyWindow(moved1_trans_parent.get()); aura 923 ash/wm/overview/window_selector_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 925 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(gfx::Rect(0, 0, 100, 100))); aura 926 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(gfx::Rect(450, 0, 100, 100))); aura 952 ash/wm/overview/window_selector_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 954 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(gfx::Rect(0, 0, 100, 100))); aura 955 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(gfx::Rect(450, 0, 100, 100))); aura 956 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window3(CreateWindow(gfx::Rect(450, 0, 100, 100))); aura 988 ash/wm/overview/window_selector_unittest.cc aura::Window* window1(CreateWindow(bounds)); aura 989 ash/wm/overview/window_selector_unittest.cc aura::Window* window2(CreateWindow(bounds)); aura 990 ash/wm/overview/window_selector_unittest.cc aura::Window* window3(CreatePanelWindow(bounds)); aura 991 ash/wm/overview/window_selector_unittest.cc aura::Window* window4(CreatePanelWindow(bounds)); aura 1009 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(bounds1)); aura 1010 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(bounds2)); aura 1011 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window3(CreatePanelWindow(bounds1)); aura 1012 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window4(CreatePanelWindow(bounds2)); aura 1014 ash/wm/overview/window_selector_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 1037 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window(CreateWindow(bounds)); aura 1059 ash/wm/overview/window_selector_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 1060 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(window_bounds)); aura 1061 ash/wm/overview/window_selector_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(window_bounds)); aura 1070 ash/wm/overview/window_selector_unittest.cc aura::Window* windows[] = { window1.get(), window2.get() }; aura 23 ash/wm/overview/window_selector_window.cc views::Widget* CreateCloseWindowButton(aura::Window* root_window, aura 55 ash/wm/overview/window_selector_window.cc WindowSelectorWindow::WindowSelectorWindow(aura::Window* window) aura 62 ash/wm/overview/window_selector_window.cc aura::Window* WindowSelectorWindow::GetRootWindow() { aura 66 ash/wm/overview/window_selector_window.cc bool WindowSelectorWindow::HasSelectableWindow(const aura::Window* window) { aura 70 ash/wm/overview/window_selector_window.cc aura::Window* WindowSelectorWindow::TargetedWindow(const aura::Window* target) { aura 76 ash/wm/overview/window_selector_window.cc void WindowSelectorWindow::RestoreWindowOnExit(aura::Window* window) { aura 80 ash/wm/overview/window_selector_window.cc aura::Window* WindowSelectorWindow::SelectionWindow() { aura 84 ash/wm/overview/window_selector_window.cc void WindowSelectorWindow::RemoveWindow(const aura::Window* window) { aura 101 ash/wm/overview/window_selector_window.cc void WindowSelectorWindow::SetItemBounds(aura::Window* root_window, aura 120 ash/wm/overview/window_selector_window.cc aura::Window* root_window = GetRootWindow(); aura 15 ash/wm/overview/window_selector_window.h namespace aura { aura 30 ash/wm/overview/window_selector_window.h WindowSelectorWindow(aura::Window* window); aura 34 ash/wm/overview/window_selector_window.h virtual aura::Window* GetRootWindow() OVERRIDE; aura 35 ash/wm/overview/window_selector_window.h virtual bool HasSelectableWindow(const aura::Window* window) OVERRIDE; aura 36 ash/wm/overview/window_selector_window.h virtual aura::Window* TargetedWindow(const aura::Window* target) OVERRIDE; aura 37 ash/wm/overview/window_selector_window.h virtual void RestoreWindowOnExit(aura::Window* window) OVERRIDE; aura 38 ash/wm/overview/window_selector_window.h virtual aura::Window* SelectionWindow() OVERRIDE; aura 39 ash/wm/overview/window_selector_window.h virtual void RemoveWindow(const aura::Window* window) OVERRIDE; aura 42 ash/wm/overview/window_selector_window.h virtual void SetItemBounds(aura::Window* root_window, aura 124 ash/wm/panels/panel_layout_manager.cc aura::Window* window; aura 203 ash/wm/panels/panel_layout_manager.cc explicit PanelCalloutWidget(aura::Window* container) aura 226 ash/wm/panels/panel_layout_manager.cc void InitWidget(aura::Window* parent) { aura 257 ash/wm/panels/panel_layout_manager.cc PanelLayoutManager::PanelLayoutManager(aura::Window* panel_container) aura 267 ash/wm/panels/panel_layout_manager.cc aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-> aura 289 ash/wm/panels/panel_layout_manager.cc aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-> aura 295 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::StartDragging(aura::Window* panel) { aura 319 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::ToggleMinimize(aura::Window* panel) { aura 329 ash/wm/panels/panel_layout_manager.cc aura::Window* panel) { aura 343 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::OnWindowAddedToLayout(aura::Window* child) { aura 356 ash/wm/panels/panel_layout_manager.cc aura::Window* old_parent = child->parent(); aura 357 ash/wm/panels/panel_layout_manager.cc aura::client::ParentWindowWithContext( aura 377 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::OnWillRemoveWindowFromLayout(aura::Window* child) { aura 380 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) { aura 400 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::OnChildWindowVisibilityChanged(aura::Window* child, aura 407 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::SetChildBounds(aura::Window* child, aura 454 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::OnShelfAlignmentChanged(aura::Window* root_window) { aura 486 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::OnWindowActivated(aura::Window* gained_active, aura 487 ash/wm/panels/panel_layout_manager.cc aura::Window* lost_active) { aura 514 ash/wm/panels/panel_layout_manager.cc scoped_ptr<aura::WindowTracker> restore_windows( aura 516 ash/wm/panels/panel_layout_manager.cc for (aura::WindowTracker::Windows::const_iterator iter = aura 527 ash/wm/panels/panel_layout_manager.cc scoped_ptr<aura::WindowTracker> minimized_windows(new aura::WindowTracker); aura 541 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::MinimizePanel(aura::Window* panel) { aura 567 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::RestorePanel(aura::Window* panel) { aura 589 ash/wm/panels/panel_layout_manager.cc aura::Window* active_panel = NULL; aura 593 ash/wm/panels/panel_layout_manager.cc aura::Window* panel = iter->window; aura 625 ash/wm/panels/panel_layout_manager.cc aura::client::GetFocusClient(panel)->GetFocusedWindow())) { aura 730 ash/wm/panels/panel_layout_manager.cc void PanelLayoutManager::UpdateStacking(aura::Window* active_panel) { aura 750 ash/wm/panels/panel_layout_manager.cc std::map<int, aura::Window*> window_ordering; aura 760 ash/wm/panels/panel_layout_manager.cc aura::Window* previous_panel = NULL; aura 761 ash/wm/panels/panel_layout_manager.cc for (std::map<int, aura::Window*>::const_iterator it = aura 770 ash/wm/panels/panel_layout_manager.cc for (std::map<int, aura::Window*>::const_reverse_iterator it = aura 791 ash/wm/panels/panel_layout_manager.cc aura::Window* panel = iter->window; aura 25 ash/wm/panels/panel_layout_manager.h namespace aura { aura 53 ash/wm/panels/panel_layout_manager.h : public aura::LayoutManager, aura 56 ash/wm/panels/panel_layout_manager.h public aura::client::ActivationChangeObserver, aura 62 ash/wm/panels/panel_layout_manager.h explicit PanelLayoutManager(aura::Window* panel_container); aura 68 ash/wm/panels/panel_layout_manager.h void StartDragging(aura::Window* panel); aura 71 ash/wm/panels/panel_layout_manager.h void ToggleMinimize(aura::Window* panel); aura 74 ash/wm/panels/panel_layout_manager.h views::Widget* GetCalloutWidgetForPanel(aura::Window* panel); aura 81 ash/wm/panels/panel_layout_manager.h virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; aura 82 ash/wm/panels/panel_layout_manager.h virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE; aura 83 ash/wm/panels/panel_layout_manager.h virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE; aura 84 ash/wm/panels/panel_layout_manager.h virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 86 ash/wm/panels/panel_layout_manager.h virtual void SetChildBounds(aura::Window* child, aura 93 ash/wm/panels/panel_layout_manager.h virtual void OnShelfAlignmentChanged(aura::Window* root_window) OVERRIDE; aura 101 ash/wm/panels/panel_layout_manager.h virtual void OnWindowActivated(aura::Window* gained_active, aura 102 ash/wm/panels/panel_layout_manager.h aura::Window* lost_active) OVERRIDE; aura 123 ash/wm/panels/panel_layout_manager.h bool operator==(const aura::Window* other_window) const { aura 128 ash/wm/panels/panel_layout_manager.h aura::Window* window; aura 142 ash/wm/panels/panel_layout_manager.h void MinimizePanel(aura::Window* panel); aura 143 ash/wm/panels/panel_layout_manager.h void RestorePanel(aura::Window* panel); aura 150 ash/wm/panels/panel_layout_manager.h void UpdateStacking(aura::Window* active_panel); aura 160 ash/wm/panels/panel_layout_manager.h aura::Window* panel_container_; aura 168 ash/wm/panels/panel_layout_manager.h aura::Window* dragged_panel_; aura 177 ash/wm/panels/panel_layout_manager.h scoped_ptr<aura::WindowTracker> restore_windows_on_shelf_visible_; aura 181 ash/wm/panels/panel_layout_manager.h aura::Window* last_active_panel_; aura 42 ash/wm/panels/panel_layout_manager_unittest.cc using aura::test::WindowIsAbove; aura 58 ash/wm/panels/panel_layout_manager_unittest.cc aura::Window* CreateNormalWindow(const gfx::Rect& bounds) { aura 62 ash/wm/panels/panel_layout_manager_unittest.cc aura::Window* CreatePanelWindow(const gfx::Rect& bounds) { aura 63 ash/wm/panels/panel_layout_manager_unittest.cc aura::Window* window = CreateTestWindowInShellWithDelegateAndType( aura 75 ash/wm/panels/panel_layout_manager_unittest.cc aura::Window* GetPanelContainer(aura::Window* panel) { aura 80 ash/wm/panels/panel_layout_manager_unittest.cc views::Widget* GetCalloutWidgetForPanel(aura::Window* panel) { aura 93 ash/wm/panels/panel_layout_manager_unittest.cc void PanelInScreen(aura::Window* panel) { aura 107 ash/wm/panels/panel_layout_manager_unittest.cc void PanelsNotOverlapping(aura::Window* panel1, aura::Window* panel2) { aura 118 ash/wm/panels/panel_layout_manager_unittest.cc void IsPanelAboveLauncherIcon(aura::Window* panel) { aura 160 ash/wm/panels/panel_layout_manager_unittest.cc void IsCalloutAboveLauncherIcon(aura::Window* panel) { aura 202 ash/wm/panels/panel_layout_manager_unittest.cc bool IsPanelCalloutVisible(aura::Window* panel) { aura 213 ash/wm/panels/panel_layout_manager_unittest.cc void ClickShelfItemForWindow(ShelfView* shelf_view, aura::Window* window) { aura 221 ash/wm/panels/panel_layout_manager_unittest.cc aura::test::EventGenerator& event_generator = GetEventGenerator(); aura 228 ash/wm/panels/panel_layout_manager_unittest.cc void SetAlignment(aura::Window* root_window, ShelfAlignment alignment) { aura 233 ash/wm/panels/panel_layout_manager_unittest.cc ShelfAlignment GetAlignment(aura::Window* root_window) { aura 238 ash/wm/panels/panel_layout_manager_unittest.cc void SetShelfAutoHideBehavior(aura::Window* window, aura 249 ash/wm/panels/panel_layout_manager_unittest.cc void SetShelfVisibilityState(aura::Window* window, aura 303 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreatePanelWindow(bounds)); aura 315 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> normal_window(CreateNormalWindow(bounds)); aura 316 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreatePanelWindow(bounds)); aura 328 ash/wm/panels/panel_layout_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 330 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> normal_window( aura 332 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> panel(CreatePanelWindow(gfx::Rect(400, 0, 50, 50))); aura 351 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(odd_bounds)); aura 354 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(even_bounds)); aura 358 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreatePanelWindow(odd_bounds)); aura 366 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); aura 367 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds)); aura 368 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreatePanelWindow(bounds)); aura 397 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(gfx::Rect(0, 0, 210, 201))); aura 398 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(gfx::Rect(0, 0, 220, 201))); aura 399 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreatePanelWindow(gfx::Rect(0, 0, 200, 201))); aura 424 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); aura 425 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds)); aura 426 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreatePanelWindow(bounds)); aura 427 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w4(CreateNormalWindow(gfx::Rect())); aura 448 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); aura 449 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds)); aura 450 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreatePanelWindow(bounds)); aura 464 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); aura 465 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds)); aura 466 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreatePanelWindow(bounds)); aura 479 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); aura 480 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds)); aura 481 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreatePanelWindow(bounds)); aura 494 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); aura 495 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds)); aura 496 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreatePanelWindow(bounds)); aura 509 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); aura 510 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds)); aura 524 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); aura 525 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds)); aura 533 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); aura 534 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds)); aura 535 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreatePanelWindow(bounds)); aura 552 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(small_bounds)); aura 553 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(large_bounds)); aura 554 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3(CreatePanelWindow(small_bounds)); aura 568 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreatePanelWindow(bounds)); aura 574 ash/wm/panels/panel_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 579 ash/wm/panels/panel_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 595 ash/wm/panels/panel_layout_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 597 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> p1_d1(CreatePanelWindow(gfx::Rect(0, 0, 50, 50))); aura 598 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> p2_d1(CreatePanelWindow(gfx::Rect(0, 0, 50, 50))); aura 599 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> p1_d2(CreatePanelWindow(gfx::Rect(600, 0, 50, 50))); aura 600 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> p2_d2(CreatePanelWindow(gfx::Rect(600, 0, 50, 50))); aura 675 ash/wm/panels/panel_layout_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 677 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> p1_d1(CreatePanelWindow(gfx::Rect(0, 0, 50, 50))); aura 678 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> p1_d2(CreatePanelWindow(gfx::Rect(600, 0, 50, 50))); aura 694 ash/wm/panels/panel_layout_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 696 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> p1_d2(CreatePanelWindow(gfx::Rect(600, 0, 50, 50))); aura 715 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w(CreatePanelWindow(bounds)); aura 723 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w(CreatePanelWindow(bounds)); aura 731 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w(CreatePanelWindow(bounds)); aura 743 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); aura 744 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(bounds)); aura 745 ash/wm/panels/panel_layout_manager_unittest.cc scoped_ptr<aura::Window> w3; aura 747 ash/wm/panels/panel_layout_manager_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 24 ash/wm/panels/panel_window_event_handler.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 40 ash/wm/panels/panel_window_event_handler.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 35 ash/wm/panels/panel_window_resizer.cc PanelLayoutManager* GetPanelLayoutManager(aura::Window* panel_container) { aura 73 ash/wm/panels/panel_window_resizer.cc aura::Window* dst_root = Shell::GetInstance()->display_controller()-> aura 184 ash/wm/panels/panel_window_resizer.cc aura::Window* target = GetTarget(); aura 185 ash/wm/panels/panel_window_resizer.cc aura::Window* target_root = target->GetRootWindow(); aura 186 ash/wm/panels/panel_window_resizer.cc aura::Window* old_parent = target->parent(); aura 187 ash/wm/panels/panel_window_resizer.cc aura::client::ParentWindowWithContext( aura 200 ash/wm/panels/panel_window_resizer.cc aura::Window* target = GetTarget(); aura 201 ash/wm/panels/panel_window_resizer.cc aura::Window* target_root = target->GetRootWindow(); aura 202 ash/wm/panels/panel_window_resizer.cc aura::Window* old_parent = target->parent(); aura 203 ash/wm/panels/panel_window_resizer.cc aura::client::ParentWindowWithContext( aura 68 ash/wm/panels/panel_window_resizer.h aura::Window* panel_container_; aura 69 ash/wm/panels/panel_window_resizer.h aura::Window* initial_panel_container_; aura 62 ash/wm/panels/panel_window_resizer_unittest.cc aura::Window* CreatePanelWindow(const gfx::Point& origin) { aura 64 ash/wm/panels/panel_window_resizer_unittest.cc aura::Window* window = CreateTestWindowInShellWithDelegateAndType( aura 74 ash/wm/panels/panel_window_resizer_unittest.cc void DragStart(aura::Window* window) { aura 79 ash/wm/panels/panel_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE).release()); aura 99 ash/wm/panels/panel_window_resizer_unittest.cc void DetachReattachTest(aura::Window* window, int dx, int dy) { aura 102 ash/wm/panels/panel_window_resizer_unittest.cc aura::Window* root_window = window->GetRootWindow(); aura 138 ash/wm/panels/panel_window_resizer_unittest.cc void TestWindowOrder(const std::vector<aura::Window*>& window_order) { aura 141 ash/wm/panels/panel_window_resizer_unittest.cc for (std::vector<aura::Window*>::const_iterator iter = aura 153 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> w1(CreatePanelWindow(origin)); aura 154 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> w2(CreatePanelWindow(origin)); aura 155 ash/wm/panels/panel_window_resizer_unittest.cc std::vector<aura::Window*> window_order_original; aura 156 ash/wm/panels/panel_window_resizer_unittest.cc std::vector<aura::Window*> window_order_swapped; aura 241 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 252 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 264 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 275 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 285 ash/wm/panels/panel_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 286 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 297 ash/wm/panels/panel_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 298 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 326 ash/wm/panels/panel_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 327 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 346 ash/wm/panels/panel_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 347 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 379 ash/wm/panels/panel_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 380 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 405 ash/wm/panels/panel_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 406 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 408 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> fullscreen( aura 437 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window( aura 465 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreatePanelWindow(gfx::Point(0, 0))); aura 503 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> window(CreatePanelWindow(gfx::Point(0, 0))); aura 504 ash/wm/panels/panel_window_resizer_unittest.cc scoped_ptr<aura::Window> child(CreateTestWindowInShellWithDelegateAndType( aura 57 ash/wm/partial_screenshot_view.cc virtual aura::Window* GetWindow() OVERRIDE { aura 87 ash/wm/partial_screenshot_view.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 88 ash/wm/partial_screenshot_view.cc for (aura::Window::Windows::iterator it = root_windows.begin(); aura 111 ash/wm/partial_screenshot_view.cc void PartialScreenshotView::Init(aura::Window* root_window) { aura 130 ash/wm/partial_screenshot_view.cc aura::client::CaptureClient* capture_client = aura 131 ash/wm/partial_screenshot_view.cc aura::client::GetCaptureClient(root_window); aura 165 ash/wm/partial_screenshot_view.cc aura::Window*root_window = aura 41 ash/wm/partial_screenshot_view.h void Init(aura::Window* root_window); aura 38 ash/wm/partial_screenshot_view_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 56 ash/wm/partial_screenshot_view_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 15 ash/wm/resize_handle_window_targeter.cc aura::Window* window, aura 45 ash/wm/resize_handle_window_targeter.cc void ResizeHandleWindowTargeter::OnWindowDestroying(aura::Window* window) { aura 54 ash/wm/resize_handle_window_targeter.cc aura::Window* window = static_cast<aura::Window*>(root); aura 80 ash/wm/resize_handle_window_targeter.cc return aura::WindowTargeter::FindTargetForLocatedEvent(root, event); aura 96 ash/wm/resize_handle_window_targeter.cc return aura::WindowTargeter::SubtreeShouldBeExploredForEvent(target, event); aura 23 ash/wm/resize_handle_window_targeter.h public aura::WindowObserver, aura 24 ash/wm/resize_handle_window_targeter.h public aura::WindowTargeter { aura 26 ash/wm/resize_handle_window_targeter.h ResizeHandleWindowTargeter(aura::Window* window, aura 36 ash/wm/resize_handle_window_targeter.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 48 ash/wm/resize_handle_window_targeter.h aura::Window* window_; aura 48 ash/wm/resize_shadow.cc void ResizeShadow::Init(aura::Window* window) { aura 11 ash/wm/resize_shadow.h namespace aura { aura 35 ash/wm/resize_shadow.h void Init(aura::Window* window); aura 69 ash/wm/resize_shadow_and_cursor_unittest.cc aura::Window* child = CreateTestWindowInShell( aura 106 ash/wm/resize_shadow_and_cursor_unittest.cc aura::Window* window() { aura 111 ash/wm/resize_shadow_and_cursor_unittest.cc aura::Window* window_; aura 119 ash/wm/resize_shadow_and_cursor_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 162 ash/wm/resize_shadow_and_cursor_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 186 ash/wm/resize_shadow_and_cursor_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 202 ash/wm/resize_shadow_and_cursor_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 24 ash/wm/resize_shadow_controller.cc void ResizeShadowController::ShowShadow(aura::Window* window, int hit_test) { aura 31 ash/wm/resize_shadow_controller.cc void ResizeShadowController::HideShadow(aura::Window* window) { aura 38 ash/wm/resize_shadow_controller.cc aura::Window* window) { aura 43 ash/wm/resize_shadow_controller.cc aura::Window* window, aura 51 ash/wm/resize_shadow_controller.cc void ResizeShadowController::OnWindowDestroyed(aura::Window* window) { aura 55 ash/wm/resize_shadow_controller.cc ResizeShadow* ResizeShadowController::CreateShadow(aura::Window* window) { aura 67 ash/wm/resize_shadow_controller.cc ResizeShadow* ResizeShadowController::GetShadowForWindow(aura::Window* window) { aura 16 ash/wm/resize_shadow_controller.h namespace aura { aura 25 ash/wm/resize_shadow_controller.h class ASH_EXPORT ResizeShadowController : public aura::WindowObserver { aura 31 ash/wm/resize_shadow_controller.h void ShowShadow(aura::Window* window, int hit_test); aura 34 ash/wm/resize_shadow_controller.h void HideShadow(aura::Window* window); aura 36 ash/wm/resize_shadow_controller.h ResizeShadow* GetShadowForWindowForTest(aura::Window* window); aura 40 ash/wm/resize_shadow_controller.h aura::Window* window, aura 43 ash/wm/resize_shadow_controller.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 46 ash/wm/resize_shadow_controller.h typedef std::map<aura::Window*, linked_ptr<ResizeShadow> > WindowShadowMap; aura 50 ash/wm/resize_shadow_controller.h ResizeShadow* CreateShadow(aura::Window* window); aura 53 ash/wm/resize_shadow_controller.h ResizeShadow* GetShadowForWindow(aura::Window* window); aura 19 ash/wm/root_window_layout_manager.cc RootWindowLayoutManager::RootWindowLayoutManager(aura::Window* owner) aura 40 ash/wm/root_window_layout_manager.cc aura::Window::Windows::const_iterator i; aura 43 ash/wm/root_window_layout_manager.cc aura::Window::Windows::const_iterator j; aura 60 ash/wm/root_window_layout_manager.cc void RootWindowLayoutManager::OnWindowAddedToLayout(aura::Window* child) { aura 64 ash/wm/root_window_layout_manager.cc aura::Window* child) { aura 67 ash/wm/root_window_layout_manager.cc void RootWindowLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) { aura 71 ash/wm/root_window_layout_manager.cc aura::Window* child, aura 76 ash/wm/root_window_layout_manager.cc aura::Window* child, aura 14 ash/wm/root_window_layout_manager.h namespace aura { aura 31 ash/wm/root_window_layout_manager.h class RootWindowLayoutManager : public aura::LayoutManager { aura 33 ash/wm/root_window_layout_manager.h explicit RootWindowLayoutManager(aura::Window* owner); aura 38 ash/wm/root_window_layout_manager.h virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; aura 39 ash/wm/root_window_layout_manager.h virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE; aura 40 ash/wm/root_window_layout_manager.h virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE; aura 41 ash/wm/root_window_layout_manager.h virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 43 ash/wm/root_window_layout_manager.h virtual void SetChildBounds(aura::Window* child, aura 47 ash/wm/root_window_layout_manager.h aura::Window* owner_; aura 26 ash/wm/screen_dimmer.cc ScreenDimmer::ScreenDimmer(aura::Window* root_window) aura 59 ash/wm/screen_dimmer.cc void ScreenDimmer::OnWindowBoundsChanged(aura::Window* root, aura 27 ash/wm/screen_dimmer.h class ASH_EXPORT ScreenDimmer : public aura::WindowObserver { aura 41 ash/wm/screen_dimmer.h explicit ScreenDimmer(aura::Window* root_window); aura 48 ash/wm/screen_dimmer.h virtual void OnWindowBoundsChanged(aura::Window* root_window, aura 55 ash/wm/screen_dimmer.h aura::Window* root_window_; aura 54 ash/wm/session_state_animator.cc void StartSlowCloseAnimationForWindow(aura::Window* window, aura 71 ash/wm/session_state_animator.cc aura::Window* window, aura 88 ash/wm/session_state_animator.cc void StartFastCloseAnimationForWindow(aura::Window* window, aura 106 ash/wm/session_state_animator.cc void StartPartialFadeAnimation(aura::Window* window, aura 122 ash/wm/session_state_animator.cc void StartOpacityAnimationForWindow(aura::Window* window, aura 137 ash/wm/session_state_animator.cc void HideWindowImmediately(aura::Window* window, aura 146 ash/wm/session_state_animator.cc void RestoreWindow(aura::Window* window, ui::LayerAnimationObserver* observer) { aura 153 ash/wm/session_state_animator.cc void HideWindow(aura::Window* window, aura 193 ash/wm/session_state_animator.cc void TransformWindowToBaseState(aura::Window* window, aura 224 ash/wm/session_state_animator.cc void ShowWindow(aura::Window* window, aura 244 ash/wm/session_state_animator.cc aura::Window* window, aura 390 ash/wm/session_state_animator.cc aura::Window::Windows containers; aura 392 ash/wm/session_state_animator.cc for (aura::Window::Windows::const_iterator it = containers.begin(); aura 394 ash/wm/session_state_animator.cc aura::Window* window = *it; aura 404 ash/wm/session_state_animator.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 455 ash/wm/session_state_animator.cc aura::Window::Windows* containers) { aura 456 ash/wm/session_state_animator.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 470 ash/wm/session_state_animator.cc aura::Window* non_lock_screen_containers = Shell::GetContainer( aura 472 ash/wm/session_state_animator.cc aura::Window::Windows children = non_lock_screen_containers->children(); aura 474 ash/wm/session_state_animator.cc for (aura::Window::Windows::const_iterator it = children.begin(); aura 476 ash/wm/session_state_animator.cc aura::Window* window = *it; aura 499 ash/wm/session_state_animator.cc aura::Window::Windows containers; aura 501 ash/wm/session_state_animator.cc for (aura::Window::Windows::const_iterator it = containers.begin(); aura 512 ash/wm/session_state_animator.cc aura::Window::Windows containers; aura 514 ash/wm/session_state_animator.cc for (aura::Window::Windows::const_iterator it = containers.begin(); aura 527 ash/wm/session_state_animator.cc aura::Window::Windows containers; aura 529 ash/wm/session_state_animator.cc for (aura::Window::Windows::const_iterator it = containers.begin(); aura 537 ash/wm/session_state_animator.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 542 ash/wm/session_state_animator.cc aura::Window* window, aura 139 ash/wm/session_state_animator.h aura::Window::Windows* containers); aura 168 ash/wm/session_state_animator.h void RunAnimationForWindow(aura::Window* window, aura 27 ash/wm/stacking_controller.cc aura::Window* FindContainerRoot(const gfx::Rect& bounds) { aura 33 ash/wm/stacking_controller.cc aura::Window* GetContainerById(aura::Window* root, int id) { aura 37 ash/wm/stacking_controller.cc bool IsSystemModal(aura::Window* window) { aura 38 ash/wm/stacking_controller.cc return window->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_SYSTEM; aura 41 ash/wm/stacking_controller.cc bool HasTransientParentWindow(const aura::Window* window) { aura 47 ash/wm/stacking_controller.cc AlwaysOnTopController* GetAlwaysOnTopController(aura::Window* root_window) { aura 65 ash/wm/stacking_controller.cc aura::Window* StackingController::GetDefaultParent(aura::Window* context, aura 66 ash/wm/stacking_controller.cc aura::Window* window, aura 68 ash/wm/stacking_controller.cc aura::Window* target_root = NULL; aura 69 ash/wm/stacking_controller.cc aura::Window* transient_parent = ::wm::GetTransientParent(window); aura 110 ash/wm/stacking_controller.cc aura::Window* StackingController::GetSystemModalContainer( aura 111 ash/wm/stacking_controller.cc aura::Window* root, aura 112 ash/wm/stacking_controller.cc aura::Window* window) const { aura 130 ash/wm/stacking_controller.cc aura::Window* container = NULL; aura 17 ash/wm/stacking_controller.h class ASH_EXPORT StackingController : public aura::client::WindowTreeClient { aura 23 ash/wm/stacking_controller.h virtual aura::Window* GetDefaultParent(aura::Window* context, aura 24 ash/wm/stacking_controller.h aura::Window* window, aura 33 ash/wm/stacking_controller.h aura::Window* GetSystemModalContainer(aura::Window* root, aura 34 ash/wm/stacking_controller.h aura::Window* window) const; aura 15 ash/wm/stacking_controller_unittest.cc using aura::Window; aura 24 ash/wm/stacking_controller_unittest.cc aura::Window* CreateTestWindow() { aura 25 ash/wm/stacking_controller_unittest.cc aura::Window* window = new aura::Window(NULL); aura 26 ash/wm/stacking_controller_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 28 ash/wm/stacking_controller_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 42 ash/wm/stacking_controller_unittest.cc aura::Window* launcher = Shell::GetContainer(Shell::GetPrimaryRootWindow(), aura 34 ash/wm/status_area_layout_manager.cc void StatusAreaLayoutManager::OnWindowAddedToLayout(aura::Window* child) { aura 38 ash/wm/status_area_layout_manager.cc aura::Window* child) { aura 41 ash/wm/status_area_layout_manager.cc void StatusAreaLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) { aura 45 ash/wm/status_area_layout_manager.cc aura::Window* child, bool visible) { aura 49 ash/wm/status_area_layout_manager.cc aura::Window* child, aura 18 ash/wm/status_area_layout_manager.h class StatusAreaLayoutManager : public aura::LayoutManager { aura 25 ash/wm/status_area_layout_manager.h virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; aura 26 ash/wm/status_area_layout_manager.h virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE; aura 27 ash/wm/status_area_layout_manager.h virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE; aura 28 ash/wm/status_area_layout_manager.h virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 30 ash/wm/status_area_layout_manager.h virtual void SetChildBounds(aura::Window* child, aura 14 ash/wm/system_background_controller.cc aura::Window* root_window, aura 36 ash/wm/system_background_controller.cc aura::Window* root, aura 28 ash/wm/system_background_controller.h class SystemBackgroundController : public aura::WindowObserver { aura 30 ash/wm/system_background_controller.h SystemBackgroundController(aura::Window* root_window, SkColor color); aura 36 ash/wm/system_background_controller.h virtual void OnWindowBoundsChanged(aura::Window* root, aura 43 ash/wm/system_background_controller.h aura::Window* root_window_; // not owned aura 50 ash/wm/system_gesture_event_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 55 ash/wm/system_gesture_event_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 128 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* GetLongPressAffordanceTarget() { aura 168 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 170 ash/wm/system_gesture_event_filter_unittest.cc aura::test::TestWindowDelegate delegate; aura 171 ash/wm/system_gesture_event_filter_unittest.cc scoped_ptr<aura::Window> window0( aura 172 ash/wm/system_gesture_event_filter_unittest.cc aura::test::CreateTestWindowWithDelegate( aura 174 ash/wm/system_gesture_event_filter_unittest.cc scoped_ptr<aura::Window> window1( aura 175 ash/wm/system_gesture_event_filter_unittest.cc aura::test::CreateTestWindowWithDelegate( aura 177 ash/wm/system_gesture_event_filter_unittest.cc scoped_ptr<aura::Window> window2( aura 178 ash/wm/system_gesture_event_filter_unittest.cc aura::test::CreateTestWindowWithDelegate( aura 230 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 242 ash/wm/system_gesture_event_filter_unittest.cc aura::test::EventGenerator generator(root_window, aura 287 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 309 ash/wm/system_gesture_event_filter_unittest.cc aura::test::EventGenerator generator(root_window); aura 322 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 334 ash/wm/system_gesture_event_filter_unittest.cc aura::test::EventGenerator generator(root_window, aura 381 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 396 ash/wm/system_gesture_event_filter_unittest.cc aura::test::EventGenerator generator(root_window, aura 439 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 457 ash/wm/system_gesture_event_filter_unittest.cc aura::test::EventGenerator generator(root_window, aura 474 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 493 ash/wm/system_gesture_event_filter_unittest.cc aura::test::EventGenerator generator(root_window, aura 511 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 522 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* toplevel_window = toplevel->GetNativeWindow(); aura 523 ash/wm/system_gesture_event_filter_unittest.cc aura::test::EventGenerator generator(root_window, toplevel_window); aura 539 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 550 ash/wm/system_gesture_event_filter_unittest.cc aura::Window* toplevel_window = toplevel->GetNativeWindow(); aura 551 ash/wm/system_gesture_event_filter_unittest.cc aura::test::EventGenerator generator(root_window, toplevel_window); aura 569 ash/wm/system_gesture_event_filter_unittest.cc scoped_ptr<aura::Window> parent( aura 572 ash/wm/system_gesture_event_filter_unittest.cc aura::test::EventCountDelegate delegate; aura 574 ash/wm/system_gesture_event_filter_unittest.cc scoped_ptr<aura::Window> child(new aura::Window(&delegate)); aura 576 ash/wm/system_gesture_event_filter_unittest.cc child->Init(aura::WINDOW_LAYER_TEXTURED); aura 582 ash/wm/system_gesture_event_filter_unittest.cc aura::Env::GetInstance()->PrependPreTargetHandler(&event_handler); aura 592 ash/wm/system_gesture_event_filter_unittest.cc aura::Env::GetInstance()->RemovePreTargetHandler(&event_handler); aura 22 ash/wm/system_modal_container_event_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 29 ash/wm/system_modal_container_event_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 10 ash/wm/system_modal_container_event_filter_delegate.h namespace aura { aura 19 ash/wm/system_modal_container_event_filter_delegate.h virtual bool CanWindowReceiveEvents(aura::Window* window) = 0; aura 35 ash/wm/system_modal_container_layout_manager.cc aura::Window* container) aura 53 ash/wm/system_modal_container_layout_manager.cc aura::Window::Windows::iterator it = modal_windows_.begin(); aura 63 ash/wm/system_modal_container_layout_manager.cc aura::Window* child) { aura 72 ash/wm/system_modal_container_layout_manager.cc if (child->GetProperty(aura::client::kModalKey) != ui::MODAL_TYPE_NONE) aura 77 ash/wm/system_modal_container_layout_manager.cc aura::Window* child) { aura 79 ash/wm/system_modal_container_layout_manager.cc if (child->GetProperty(aura::client::kModalKey) != ui::MODAL_TYPE_NONE) aura 84 ash/wm/system_modal_container_layout_manager.cc aura::Window* child) { aura 88 ash/wm/system_modal_container_layout_manager.cc aura::Window* child, aura 93 ash/wm/system_modal_container_layout_manager.cc aura::Window* child, aura 102 ash/wm/system_modal_container_layout_manager.cc aura::Window* window, aura 105 ash/wm/system_modal_container_layout_manager.cc if (key != aura::client::kModalKey) aura 108 ash/wm/system_modal_container_layout_manager.cc if (window->GetProperty(aura::client::kModalKey) != ui::MODAL_TYPE_NONE) { aura 117 ash/wm/system_modal_container_layout_manager.cc aura::Window* window) { aura 123 ash/wm/system_modal_container_layout_manager.cc aura::Window* window) { aura 188 ash/wm/system_modal_container_layout_manager.cc aura::Window* window) { aura 203 ash/wm/system_modal_container_layout_manager.cc void SystemModalContainerLayoutManager::AddModalWindow(aura::Window* window) { aura 205 ash/wm/system_modal_container_layout_manager.cc aura::Window* capture_window = aura::client::GetCaptureWindow(container_); aura 215 ash/wm/system_modal_container_layout_manager.cc aura::Window* window) { aura 216 ash/wm/system_modal_container_layout_manager.cc aura::Window::Windows::iterator it = aura 17 ash/wm/system_modal_container_layout_manager.h namespace aura { aura 32 ash/wm/system_modal_container_layout_manager.h : public aura::LayoutManager, aura 33 ash/wm/system_modal_container_layout_manager.h public aura::WindowObserver { aura 35 ash/wm/system_modal_container_layout_manager.h explicit SystemModalContainerLayoutManager(aura::Window* container); aura 42 ash/wm/system_modal_container_layout_manager.h virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; aura 43 ash/wm/system_modal_container_layout_manager.h virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE; aura 44 ash/wm/system_modal_container_layout_manager.h virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE; aura 45 ash/wm/system_modal_container_layout_manager.h virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 47 ash/wm/system_modal_container_layout_manager.h virtual void SetChildBounds(aura::Window* child, aura 51 ash/wm/system_modal_container_layout_manager.h virtual void OnWindowPropertyChanged(aura::Window* window, aura 54 ash/wm/system_modal_container_layout_manager.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 57 ash/wm/system_modal_container_layout_manager.h bool CanWindowReceiveEvents(aura::Window* window); aura 71 ash/wm/system_modal_container_layout_manager.h static bool IsModalBackground(aura::Window* window); aura 74 ash/wm/system_modal_container_layout_manager.h void AddModalWindow(aura::Window* window); aura 75 ash/wm/system_modal_container_layout_manager.h void RemoveModalWindow(aura::Window* window); aura 77 ash/wm/system_modal_container_layout_manager.h aura::Window* modal_window() { aura 82 ash/wm/system_modal_container_layout_manager.h aura::Window* container_; aura 89 ash/wm/system_modal_container_layout_manager.h std::vector<aura::Window*> modal_windows_; aura 30 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* GetModalContainer() { aura 36 ash/wm/system_modal_container_layout_manager_unittest.cc std::vector<aura::Window*> containers = aura 39 ash/wm/system_modal_container_layout_manager_unittest.cc for (std::vector<aura::Window*>::iterator iter = containers.begin(); aura 64 ash/wm/system_modal_container_layout_manager_unittest.cc static void CloseTestWindow(aura::Window* window) { aura 93 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* OpenTestWindowWithContext(aura::Window* context) { aura 100 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* OpenTestWindowWithParent(aura::Window* parent) { aura 121 ash/wm/system_modal_container_layout_manager_unittest.cc class TransientWindowObserver : public aura::WindowObserver { aura 129 ash/wm/system_modal_container_layout_manager_unittest.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE { aura 143 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* OpenToplevelTestWindow(bool modal) { aura 150 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* OpenTestWindowWithParent(aura::Window* parent, bool modal) { aura 159 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> parent(OpenToplevelTestWindow(false)); aura 160 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* transient = OpenTestWindowWithParent(parent.get(), false); aura 173 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> parent(OpenToplevelTestWindow(false)); aura 176 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* t1 = OpenTestWindowWithParent(parent.get(), true); aura 188 ash/wm/system_modal_container_layout_manager_unittest.cc aura::test::EventGenerator e1(Shell::GetPrimaryRootWindow(), parent.get()); aura 193 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* t2 = OpenTestWindowWithParent(t1, true); aura 203 ash/wm/system_modal_container_layout_manager_unittest.cc aura::test::EventGenerator e2(Shell::GetPrimaryRootWindow(), t1); aura 214 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> t1(OpenToplevelTestWindow(true)); aura 227 ash/wm/system_modal_container_layout_manager_unittest.cc aura::test::EventGenerator e1(Shell::GetPrimaryRootWindow(), aura 233 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* t2 = OpenTestWindowWithParent(t1.get(), true); aura 243 ash/wm/system_modal_container_layout_manager_unittest.cc aura::test::EventGenerator e2(Shell::GetPrimaryRootWindow(), t1.get()); aura 256 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> unrelated(OpenToplevelTestWindow(false)); aura 258 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> parent(OpenToplevelTestWindow(false)); aura 262 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> transient( aura 268 ash/wm/system_modal_container_layout_manager_unittest.cc aura::test::EventGenerator e1(Shell::GetPrimaryRootWindow(), parent.get()); aura 282 ash/wm/system_modal_container_layout_manager_unittest.cc aura::test::EventGenerator e2(Shell::GetPrimaryRootWindow(), unrelated.get()); aura 290 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> main( aura 293 ash/wm/system_modal_container_layout_manager_unittest.cc aura::test::EventGenerator e1(Shell::GetPrimaryRootWindow(), main.get()); aura 300 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* transient = aura 313 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> lock(lock_delegate->OpenTestWindowWithParent( aura 323 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* lock_modal = aura 346 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> parent(OpenToplevelTestWindow(false)); aura 347 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> modal_window( aura 357 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> widget_window(widget->GetNativeView()); aura 365 ash/wm/system_modal_container_layout_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), center); aura 368 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> modal_window( aura 378 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> main(OpenTestWindowWithParent(GetModalContainer(), aura 390 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> parent(OpenToplevelTestWindow(false)); aura 391 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> modal_window( aura 411 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> lock_parent(OpenTestWindowWithParent( aura 415 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> lock_modal_window(OpenTestWindowWithParent( aura 425 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> modal_window( aura 445 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> normal(OpenToplevelTestWindow(false)); aura 448 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 450 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* container1 = Shell::GetContainer( aura 452 ash/wm/system_modal_container_layout_manager_unittest.cc aura::Window* container2 = Shell::GetContainer( aura 455 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> modal1( aura 460 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> modal11( aura 464 ash/wm/system_modal_container_layout_manager_unittest.cc scoped_ptr<aura::Window> modal2( aura 43 ash/wm/toplevel_window_event_handler.cc bool CanStartTwoFingerMove(aura::Window* window, aura 70 ash/wm/toplevel_window_event_handler.cc gfx::Point ConvertPointToParent(aura::Window* window, aura 73 ash/wm/toplevel_window_event_handler.cc aura::Window::ConvertPointToTarget(window, window->parent(), &result); aura 78 ash/wm/toplevel_window_event_handler.cc int GetWindowComponent(aura::Window* window, const ui::LocatedEvent& event) { aura 90 ash/wm/toplevel_window_event_handler.cc : public aura::WindowObserver, aura 103 ash/wm/toplevel_window_event_handler.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 143 ash/wm/toplevel_window_event_handler.cc aura::Window* window) { aura 183 ash/wm/toplevel_window_event_handler.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 209 ash/wm/toplevel_window_event_handler.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 275 ash/wm/toplevel_window_event_handler.cc aura::client::WINDOW_MOVE_SOURCE_TOUCH); aura 295 ash/wm/toplevel_window_event_handler.cc aura::client::WINDOW_MOVE_SOURCE_TOUCH); aura 371 ash/wm/toplevel_window_event_handler.cc aura::client::WindowMoveResult ToplevelWindowEventHandler::RunMoveLoop( aura 372 ash/wm/toplevel_window_event_handler.cc aura::Window* source, aura 374 ash/wm/toplevel_window_event_handler.cc aura::client::WindowMoveSource move_source) { aura 376 ash/wm/toplevel_window_event_handler.cc aura::Window* root_window = source->GetRootWindow(); aura 380 ash/wm/toplevel_window_event_handler.cc if (move_source == aura::client::WINDOW_MOVE_SOURCE_TOUCH && aura 381 ash/wm/toplevel_window_event_handler.cc aura::Env::GetInstance()->is_touch_down()) { aura 390 ash/wm/toplevel_window_event_handler.cc aura::Window::ConvertPointToTarget( aura 395 ash/wm/toplevel_window_event_handler.cc aura::client::CursorClient* cursor_client = aura 396 ash/wm/toplevel_window_event_handler.cc aura::client::GetCursorClient(root_window); aura 400 ash/wm/toplevel_window_event_handler.cc return aura::client::MOVE_CANCELED; aura 411 ash/wm/toplevel_window_event_handler.cc return aura::client::MOVE_CANCELED; aura 414 ash/wm/toplevel_window_event_handler.cc return drag_reverted_ ? aura::client::MOVE_CANCELED : aura 415 ash/wm/toplevel_window_event_handler.cc aura::client::MOVE_SUCCESSFUL; aura 428 ash/wm/toplevel_window_event_handler.cc aura::Window* window, aura 431 ash/wm/toplevel_window_event_handler.cc aura::client::WindowMoveSource source) { aura 442 ash/wm/toplevel_window_event_handler.cc in_gesture_drag_ = (source == aura::client::WINDOW_MOVE_SOURCE_TOUCH); aura 463 ash/wm/toplevel_window_event_handler.cc aura::Window* target, aura 478 ash/wm/toplevel_window_event_handler.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE); aura 486 ash/wm/toplevel_window_event_handler.cc aura::Window* target, aura 504 ash/wm/toplevel_window_event_handler.cc aura::Window* target, aura 525 ash/wm/toplevel_window_event_handler.cc aura::Window* target, aura 549 ash/wm/toplevel_window_event_handler.cc aura::Window* target, aura 564 ash/wm/toplevel_window_event_handler.cc aura::Window* window, aura 21 ash/wm/toplevel_window_event_handler.h namespace aura { aura 35 ash/wm/toplevel_window_event_handler.h public aura::client::WindowMoveClient, aura 47 ash/wm/toplevel_window_event_handler.h virtual aura::client::WindowMoveResult RunMoveLoop( aura 48 ash/wm/toplevel_window_event_handler.h aura::Window* source, aura 50 ash/wm/toplevel_window_event_handler.h aura::client::WindowMoveSource move_source) OVERRIDE; aura 66 ash/wm/toplevel_window_event_handler.h bool AttemptToStartDrag(aura::Window* window, aura 69 ash/wm/toplevel_window_event_handler.h aura::client::WindowMoveSource source); aura 74 ash/wm/toplevel_window_event_handler.h void HandleMousePressed(aura::Window* target, ui::MouseEvent* event); aura 75 ash/wm/toplevel_window_event_handler.h void HandleMouseReleased(aura::Window* target, ui::MouseEvent* event); aura 78 ash/wm/toplevel_window_event_handler.h void HandleDrag(aura::Window* target, ui::LocatedEvent* event); aura 81 ash/wm/toplevel_window_event_handler.h void HandleMouseMoved(aura::Window* target, ui::LocatedEvent* event); aura 84 ash/wm/toplevel_window_event_handler.h void HandleMouseExited(aura::Window* target, ui::LocatedEvent* event); aura 88 ash/wm/toplevel_window_event_handler.h void SetWindowStateTypeFromGesture(aura::Window* window, aura 45 ash/wm/toplevel_window_event_handler_unittest.cc class TestWindowDelegate : public aura::test::TestWindowDelegate { aura 54 ash/wm/toplevel_window_event_handler_unittest.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE { aura 67 ash/wm/toplevel_window_event_handler_unittest.cc aura::Window* CreateWindow(int hittest_code) { aura 69 ash/wm/toplevel_window_event_handler_unittest.cc aura::Window* w1 = new aura::Window(d1); aura 72 ash/wm/toplevel_window_event_handler_unittest.cc w1->Init(aura::WINDOW_LAYER_TEXTURED); aura 73 ash/wm/toplevel_window_event_handler_unittest.cc aura::Window* parent = Shell::GetContainer( aura 81 ash/wm/toplevel_window_event_handler_unittest.cc void DragFromCenterBy(aura::Window* window, int dx, int dy) { aura 82 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), window); aura 86 ash/wm/toplevel_window_event_handler_unittest.cc void TouchDragFromCenterBy(aura::Window* window, int dx, int dy) { aura 87 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), window); aura 100 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTCAPTION)); aura 116 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTBOTTOMRIGHT)); aura 126 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTGROWBOX)); aura 132 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); aura 154 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTRIGHT)); aura 164 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTBOTTOM)); aura 174 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTTOPRIGHT)); aura 183 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTTOP)); aura 192 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTLEFT)); aura 201 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTBOTTOMLEFT)); aura 210 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTTOPLEFT)); aura 219 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTCLIENT)); aura 227 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTLEFT)); aura 240 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTRIGHT)); aura 254 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTTOPLEFT)); aura 267 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTTOPRIGHT)); aura 281 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTBOTTOMLEFT)); aura 295 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTBOTTOMRIGHT)); aura 309 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target(CreateWindow(HTBOTTOMRIGHT)); aura 324 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target(CreateWindow(HTBOTTOMLEFT)); aura 340 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target(CreateWindow(HTBOTTOM)); aura 355 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w1(CreateWindow(HTCAPTION)); aura 356 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> w2(CreateWindow(HTCAPTION)); aura 358 ash/wm/toplevel_window_event_handler_unittest.cc w2->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 375 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target(CreateWindow(HTTOP)); aura 376 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 387 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target(CreateWindow(HTRIGHT)); aura 397 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target( aura 403 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 407 ash/wm/toplevel_window_event_handler_unittest.cc target->SetProperty(aura::client::kCanMaximizeKey, true); aura 478 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target(CreateWindow(HTCAPTION)); aura 479 ash/wm/toplevel_window_event_handler_unittest.cc aura::Window* lock = aura 483 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 487 ash/wm/toplevel_window_event_handler_unittest.cc target->SetProperty(aura::client::kCanMaximizeKey, true); aura 499 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> window( aura 508 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 527 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target(CreateWindow(HTCAPTION)); aura 530 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 535 ash/wm/toplevel_window_event_handler_unittest.cc target->SetProperty(aura::client::kCanResizeKey, false); aura 575 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target( aura 580 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> notmoved( aura 585 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 589 ash/wm/toplevel_window_event_handler_unittest.cc target->SetProperty(aura::client::kCanMaximizeKey, true); aura 600 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator gen(Shell::GetPrimaryRootWindow(), aura 619 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target(CreateWindow(HTBOTTOMRIGHT)); aura 620 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 644 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target(CreateWindow(HTCAPTION)); aura 646 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 664 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> target(CreateWindow(HTCAPTION)); aura 666 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 687 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> window1(CreateWindow(HTCAPTION)); aura 689 ash/wm/toplevel_window_event_handler_unittest.cc scoped_ptr<aura::Window> window2(CreateWindow(HTCAPTION)); aura 691 ash/wm/toplevel_window_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 698 ash/wm/toplevel_window_event_handler_unittest.cc aura::client::WindowMoveClient* move_client = aura 699 ash/wm/toplevel_window_event_handler_unittest.cc aura::client::GetWindowMoveClient(window2->GetRootWindow()); aura 700 ash/wm/toplevel_window_event_handler_unittest.cc EXPECT_EQ(aura::client::MOVE_CANCELED, aura 702 ash/wm/toplevel_window_event_handler_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE)); aura 66 ash/wm/video_detector.cc aura::Env::GetInstance()->AddObserver(this); aura 72 ash/wm/video_detector.cc aura::Env::GetInstance()->RemoveObserver(this); aura 83 ash/wm/video_detector.cc void VideoDetector::OnWindowInitialized(aura::Window* window) { aura 87 ash/wm/video_detector.cc void VideoDetector::OnWindowPaintScheduled(aura::Window* window, aura 101 ash/wm/video_detector.cc void VideoDetector::OnWindowDestroyed(aura::Window* window) { aura 112 ash/wm/video_detector.cc void VideoDetector::MaybeNotifyObservers(aura::Window* window, aura 133 ash/wm/video_detector.cc std::vector<aura::Window*> containers = aura 136 ash/wm/video_detector.cc for (std::vector<aura::Window*>::const_iterator container = aura 138 ash/wm/video_detector.cc const aura::Window::Windows& windows = (*container)->children(); aura 139 ash/wm/video_detector.cc for (aura::Window::Windows::const_iterator window = windows.begin(); aura 21 ash/wm/video_detector.h namespace aura { aura 43 ash/wm/video_detector.h class ASH_EXPORT VideoDetector : public aura::EnvObserver, aura 44 ash/wm/video_detector.h public aura::WindowObserver, aura 69 ash/wm/video_detector.h virtual void OnWindowInitialized(aura::Window* window) OVERRIDE; aura 72 ash/wm/video_detector.h virtual void OnWindowPaintScheduled(aura::Window* window, aura 74 ash/wm/video_detector.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 81 ash/wm/video_detector.h typedef std::map<aura::Window*, linked_ptr<WindowInfo> > WindowInfoMap; aura 86 ash/wm/video_detector.h void MaybeNotifyObservers(aura::Window* window, base::TimeTicks now); aura 100 ash/wm/video_detector.h ScopedObserver<aura::Window, aura::WindowObserver> observer_manager_; aura 103 ash/wm/video_detector_unittest.cc scoped_ptr<aura::Window> window( aura 172 ash/wm/video_detector_unittest.cc scoped_ptr<aura::Window> window( aura 188 ash/wm/video_detector_unittest.cc scoped_ptr<aura::Window> window( aura 231 ash/wm/video_detector_unittest.cc scoped_ptr<aura::Window> window1( aura 233 ash/wm/video_detector_unittest.cc scoped_ptr<aura::Window> window2( aura 254 ash/wm/video_detector_unittest.cc scoped_ptr<aura::Window> window( aura 285 ash/wm/video_detector_unittest.cc scoped_ptr<aura::Window> window( aura 307 ash/wm/video_detector_unittest.cc scoped_ptr<aura::Window> other_window( aura 69 ash/wm/window_animations.cc base::TimeDelta GetCrossFadeDuration(aura::Window* window, aura 98 ash/wm/window_animations.cc void AddLayerAnimationsForMinimize(aura::Window* window, bool show) { aura 157 ash/wm/window_animations.cc void AnimateShowWindow_Minimize(aura::Window* window) { aura 171 ash/wm/window_animations.cc void AnimateHideWindow_Minimize(aura::Window* window) { aura 182 ash/wm/window_animations.cc void AnimateShowHideWindowCommon_BrightnessGrayscale(aura::Window* window, aura 218 ash/wm/window_animations.cc void AnimateShowWindow_BrightnessGrayscale(aura::Window* window) { aura 222 ash/wm/window_animations.cc void AnimateHideWindow_BrightnessGrayscale(aura::Window* window) { aura 226 ash/wm/window_animations.cc bool AnimateShowWindow(aura::Window* window) { aura 245 ash/wm/window_animations.cc bool AnimateHideWindow(aura::Window* window) { aura 268 ash/wm/window_animations.cc public aura::WindowObserver, aura 273 ash/wm/window_animations.cc CrossFadeObserver(aura::Window* window, aura 303 ash/wm/window_animations.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 307 ash/wm/window_animations.cc virtual void OnWindowRemovingFromRootWindow(aura::Window* window, aura 308 ash/wm/window_animations.cc aura::Window* new_root) OVERRIDE { aura 318 ash/wm/window_animations.cc aura::Window* window_; // not owned aura 325 ash/wm/window_animations.cc aura::Window* window, aura 396 ash/wm/window_animations.cc bool AnimateOnChildWindowVisibilityChanged(aura::Window* window, bool visible) { aura 453 ash/wm/window_animations.cc gfx::Rect GetMinimizeAnimationTargetBoundsInScreen(aura::Window* window) { aura 14 ash/wm/window_animations.h namespace aura { aura 53 ash/wm/window_animations.h aura::Window* window, aura 57 ash/wm/window_animations.h ASH_EXPORT bool AnimateOnChildWindowVisibilityChanged(aura::Window* window, aura 76 ash/wm/window_animations.h aura::Window* window); aura 21 ash/wm/window_animations_unittest.cc using aura::Window; aura 69 ash/wm/window_animations_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 103 ash/wm/window_animations_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 32 ash/wm/window_manager_unittest.cc class TestingCursorClientObserver : public aura::client::CursorClientObserver { aura 107 ash/wm/window_manager_unittest.cc class NonFocusableDelegate : public aura::test::TestWindowDelegate { aura 119 ash/wm/window_manager_unittest.cc class HitTestWindowDelegate : public aura::test::TestWindowDelegate { aura 145 ash/wm/window_manager_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 151 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShell( aura 153 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w11(aura::test::CreateTestWindow( aura 155 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w111(aura::test::CreateTestWindow( aura 157 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w1111(aura::test::CreateTestWindow( aura 159 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w12(aura::test::CreateTestWindow( aura 161 ash/wm/window_manager_unittest.cc aura::test::ColorTestWindowDelegate* w121delegate = aura 162 ash/wm/window_manager_unittest.cc new aura::test::ColorTestWindowDelegate(SK_ColorYELLOW); aura 163 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w121(aura::test::CreateTestWindowWithDelegate( aura 165 ash/wm/window_manager_unittest.cc aura::test::ColorTestWindowDelegate* w122delegate = aura 166 ash/wm/window_manager_unittest.cc new aura::test::ColorTestWindowDelegate(SK_ColorRED); aura 167 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w122(aura::test::CreateTestWindowWithDelegate( aura 169 ash/wm/window_manager_unittest.cc aura::test::ColorTestWindowDelegate* w123delegate = aura 170 ash/wm/window_manager_unittest.cc new aura::test::ColorTestWindowDelegate(SK_ColorRED); aura 171 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w123(aura::test::CreateTestWindowWithDelegate( aura 173 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w13(aura::test::CreateTestWindow( aura 177 ash/wm/window_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 181 ash/wm/window_manager_unittest.cc aura::client::FocusClient* focus_client = aura 182 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w121.get()); aura 195 ash/wm/window_manager_unittest.cc aura::Window::ConvertPointToTarget(w122->parent(), root_window, &click_point); aura 199 ash/wm/window_manager_unittest.cc focus_client = aura::client::GetFocusClient(w122.get()); aura 210 ash/wm/window_manager_unittest.cc EXPECT_EQ(aura::client::GetFocusClient(w12.get()), aura 211 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w122.get())); aura 213 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w12.get())->GetFocusedWindow()); aura 219 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w12.get())->GetFocusedWindow()); aura 224 ash/wm/window_manager_unittest.cc EXPECT_EQ(NULL, aura::client::GetFocusClient(w122.get())); aura 226 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w12.get())->GetFocusedWindow()); aura 232 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w12.get())->GetFocusedWindow()); aura 233 ash/wm/window_manager_unittest.cc aura::client::SetActivationDelegate(w1.get(), &activation_delegate); aura 238 ash/wm/window_manager_unittest.cc EXPECT_EQ(aura::client::GetFocusClient(w12.get()), aura 239 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w123.get())); aura 240 ash/wm/window_manager_unittest.cc EXPECT_EQ(NULL, aura::client::GetFocusClient(w12.get())->GetFocusedWindow()); aura 245 ash/wm/window_manager_unittest.cc aura::client::SetActivationDelegate(w1.get(), NULL); aura 249 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w12.get())->GetFocusedWindow()); aura 250 ash/wm/window_manager_unittest.cc aura::client::SetActivationDelegate(w1.get(), &activation_delegate); aura 255 ash/wm/window_manager_unittest.cc EXPECT_EQ(NULL, aura::client::GetFocusClient(w123.get())); aura 262 ash/wm/window_manager_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 265 ash/wm/window_manager_unittest.cc aura::test::TestWindowDelegate wd; aura 266 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithDelegate( aura 270 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithDelegate( aura 274 ash/wm/window_manager_unittest.cc aura::client::FocusClient* focus_client = aura 275 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w1.get()); aura 290 ash/wm/window_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 307 ash/wm/window_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 336 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w11(CreateTestWindowWithDelegate( aura 338 ash/wm/window_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 347 ash/wm/window_manager_unittest.cc aura::Window::ConvertPointToTarget(w1->parent(), root_window, &left_top); aura 359 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w11(CreateTestWindowWithDelegate( aura 362 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithDelegate( aura 364 ash/wm/window_manager_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 378 ash/wm/window_manager_unittest.cc aura::test::TestWindowDelegate wd; aura 379 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithDelegate( aura 381 ash/wm/window_manager_unittest.cc aura::test::TestWindowDelegate pd; aura 382 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> p1(CreateTestWindowInShellWithDelegateAndType( aura 384 ash/wm/window_manager_unittest.cc aura::client::FocusClient* focus_client = aura 385 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w1.get()); aura 404 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w3(CreateTestWindowInShellWithDelegate( aura 406 ash/wm/window_manager_unittest.cc aura::test::EventGenerator generator3(Shell::GetPrimaryRootWindow(), aura 417 ash/wm/window_manager_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 420 ash/wm/window_manager_unittest.cc aura::test::TestWindowDelegate wd; aura 421 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithDelegate( aura 425 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithDelegate( aura 429 ash/wm/window_manager_unittest.cc aura::client::FocusClient* focus_client = aura 430 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w1.get()); aura 445 ash/wm/window_manager_unittest.cc aura::Window::ConvertPointToTarget(w2->parent(), root_window, &press_point); aura 464 ash/wm/window_manager_unittest.cc aura::Window::ConvertPointToTarget(w1->parent(), root_window, &press_point); aura 492 ash/wm/window_manager_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 498 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( aura 505 ash/wm/window_manager_unittest.cc aura::Window::ConvertPointToTarget(window->parent(), root_window, &point1); aura 508 ash/wm/window_manager_unittest.cc aura::Window::ConvertPointToTarget(window->parent(), root_window, &point2); aura 510 ash/wm/window_manager_unittest.cc aura::WindowTreeHost* host = root_window->GetHost(); aura 597 ash/wm/window_manager_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 610 ash/wm/window_manager_unittest.cc aura::test::TestWindowDelegate wd; aura 611 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w1( aura 626 ash/wm/window_manager_unittest.cc EXPECT_EQ(NULL, aura::client::GetFocusClient(w1.get())->GetFocusedWindow()); aura 646 ash/wm/window_manager_unittest.cc aura::client::GetFocusClient(w1.get())->GetFocusedWindow()); aura 656 ash/wm/window_manager_unittest.cc aura::Window* root_window = Shell::GetPrimaryRootWindow(); aura 659 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShell( aura 734 ash/wm/window_manager_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 757 ash/wm/window_manager_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 780 ash/wm/window_manager_unittest.cc aura::test::EventGenerator& generator = GetEventGenerator(); aura 784 ash/wm/window_manager_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShell( aura 28 ash/wm/window_modality_controller_unittest.cc bool ValidateStacking(aura::Window* parent, int ids[], int count) { aura 45 ash/wm/window_modality_controller_unittest.cc aura::test::TestWindowDelegate d; aura 46 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w1( aura 48 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w11( aura 50 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w12( aura 59 ash/wm/window_modality_controller_unittest.cc w12->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 90 ash/wm/window_modality_controller_unittest.cc aura::test::TestWindowDelegate d; aura 91 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w1( aura 93 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w11( aura 95 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w111( aura 97 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 109 ash/wm/window_modality_controller_unittest.cc w11->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 110 ash/wm/window_modality_controller_unittest.cc w111->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 143 ash/wm/window_modality_controller_unittest.cc aura::test::TestWindowDelegate d; aura 144 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w1( aura 146 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w11( aura 149 ash/wm/window_modality_controller_unittest.cc aura::Window* w111 = aura 151 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 163 ash/wm/window_modality_controller_unittest.cc w11->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 164 ash/wm/window_modality_controller_unittest.cc w111->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 182 ash/wm/window_modality_controller_unittest.cc aura::test::TestWindowDelegate d; aura 183 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithDelegate(&d, -1, aura 185 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w11(CreateTestWindowInShellWithDelegate(&d, -11, aura 192 ash/wm/window_modality_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 198 ash/wm/window_modality_controller_unittest.cc w11->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 202 ash/wm/window_modality_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 213 ash/wm/window_modality_controller_unittest.cc aura::test::TestWindowDelegate d; aura 214 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w1( aura 216 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w11( aura 217 ash/wm/window_modality_controller_unittest.cc aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w1.get())); aura 218 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 220 ash/wm/window_modality_controller_unittest.cc w2->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 222 ash/wm/window_modality_controller_unittest.cc aura::Window* wt; aura 224 ash/wm/window_modality_controller_unittest.cc ASSERT_EQ(static_cast<aura::Window*>(NULL), wt); aura 233 ash/wm/window_modality_controller_unittest.cc ASSERT_NE(static_cast<aura::Window*>(NULL), wt); aura 238 ash/wm/window_modality_controller_unittest.cc ASSERT_NE(static_cast<aura::Window*>(NULL), wt); aura 246 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> widget_window(widget->GetNativeView()); aura 255 ash/wm/window_modality_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), center); aura 261 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> modal_window(modal_widget->GetNativeView()); aura 262 ash/wm/window_modality_controller_unittest.cc modal_window->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 288 ash/wm/window_modality_controller_unittest.cc class TouchTrackerWindowDelegate : public aura::test::TestWindowDelegate { aura 309 ash/wm/window_modality_controller_unittest.cc aura::test::TestWindowDelegate::OnTouchEvent(event); aura 321 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithDelegate(&d1, aura 324 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w11(CreateTestWindowInShellWithDelegate(&d11, aura 326 ash/wm/window_modality_controller_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 348 ash/wm/window_modality_controller_unittest.cc w11->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 377 ash/wm/window_modality_controller_unittest.cc aura::Window* parent = widget->GetNativeView(); aura 380 ash/wm/window_modality_controller_unittest.cc aura::Window* modal_parent = delegate->GetModalParent(); aura 381 ash/wm/window_modality_controller_unittest.cc EXPECT_NE(static_cast<aura::Window*>(NULL), modal_parent); aura 386 ash/wm/window_modality_controller_unittest.cc aura::Window* child = delegate->GetChild(); aura 387 ash/wm/window_modality_controller_unittest.cc EXPECT_NE(static_cast<aura::Window*>(NULL), child); aura 437 ash/wm/window_modality_controller_unittest.cc aura::Window* parent = widget->GetNativeView(); aura 440 ash/wm/window_modality_controller_unittest.cc aura::Window* modal_parent = delegate->GetModalParent(); aura 441 ash/wm/window_modality_controller_unittest.cc EXPECT_NE(static_cast<aura::Window*>(NULL), modal_parent); aura 446 ash/wm/window_modality_controller_unittest.cc aura::Window* child = delegate->GetChild(); aura 447 ash/wm/window_modality_controller_unittest.cc EXPECT_NE(static_cast<aura::Window*>(NULL), child); aura 458 ash/wm/window_modality_controller_unittest.cc aura::test::EventGenerator generator( aura 475 ash/wm/window_modality_controller_unittest.cc aura::test::EventGenerator generator( aura 490 ash/wm/window_modality_controller_unittest.cc aura::test::EventGenerator generator( aura 508 ash/wm/window_modality_controller_unittest.cc aura::test::TestWindowDelegate d; aura 509 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w1( aura 511 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 512 ash/wm/window_modality_controller_unittest.cc aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w1.get())); aura 513 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w3( aura 514 ash/wm/window_modality_controller_unittest.cc aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w2.get())); aura 515 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w4( aura 517 ash/wm/window_modality_controller_unittest.cc w4->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 536 ash/wm/window_modality_controller_unittest.cc aura::test::TestWindowDelegate d; aura 537 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w1( aura 539 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 540 ash/wm/window_modality_controller_unittest.cc aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w1.get())); aura 541 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w3( aura 542 ash/wm/window_modality_controller_unittest.cc aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w2.get())); aura 543 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w4( aura 545 ash/wm/window_modality_controller_unittest.cc w4->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_CHILD); aura 56 ash/wm/window_positioner.cc bool UseAutoWindowManager(const aura::Window* window) { aura 66 ash/wm/window_positioner.cc bool WindowPositionCanBeManaged(const aura::Window* window) { aura 77 ash/wm/window_positioner.cc gfx::Rect GetWorkAreaForWindowInParent(aura::Window* window) { aura 113 ash/wm/window_positioner.cc void SetBoundsAnimated(aura::Window* window, const gfx::Rect& bounds) { aura 130 ash/wm/window_positioner.cc void AutoPlaceSingleWindow(aura::Window* window, bool animated) { aura 150 ash/wm/window_positioner.cc aura::Window* GetReferenceWindow(const aura::Window* root_window, aura 151 ash/wm/window_positioner.cc const aura::Window* exclude, aura 156 ash/wm/window_positioner.cc aura::Window* active = ash::wm::GetActiveWindow(); aura 161 ash/wm/window_positioner.cc const std::vector<aura::Window*> windows = aura 167 ash/wm/window_positioner.cc aura::Window::Windows::const_iterator iter = windows.begin(); aura 178 ash/wm/window_positioner.cc aura::Window* found = NULL; aura 180 ash/wm/window_positioner.cc aura::Window* window = windows[i % windows.size()]; aura 209 ash/wm/window_positioner.cc const aura::Window* new_window, aura 216 ash/wm/window_positioner.cc aura::Window* target = Shell::GetTargetRootWindow(); aura 218 ash/wm/window_positioner.cc aura::Window* top_window = GetReferenceWindow(target, NULL, NULL); aura 255 ash/wm/window_positioner.cc const aura::Window* removed_window) { aura 260 ash/wm/window_positioner.cc aura::Window* other_shown_window = GetReferenceWindow( aura 277 ash/wm/window_positioner.cc aura::Window* added_window) { aura 298 ash/wm/window_positioner.cc aura::Window* other_shown_window = GetReferenceWindow( aura 394 ash/wm/window_positioner.cc aura::Window* window = wm::GetActiveWindow(); aura 453 ash/wm/window_positioner.cc const std::vector<aura::Window*> windows = aura 13 ash/wm/window_positioner.h namespace aura { aura 54 ash/wm/window_positioner.h const aura::Window* new_window, aura 67 ash/wm/window_positioner.h const aura::Window* removed_window); aura 76 ash/wm/window_positioner.h static void RearrangeVisibleWindowOnShow(aura::Window* added_window); aura 42 ash/wm/window_positioner_unittest.cc aura::Window* second_root_window = Shell::GetAllRootWindows()[1]; aura 11 ash/wm/window_properties.h namespace aura { aura 30 ash/wm/window_properties.h ASH_EXPORT extern const aura::WindowProperty<bool>* const aura 34 ash/wm/window_properties.h extern const aura::WindowProperty<bool>* const kUsesScreenCoordinatesKey; aura 38 ash/wm/window_properties.h extern const aura::WindowProperty<wm::WindowState*>* const kWindowStateKey; aura 144 ash/wm/window_resizer.cc aura::Window* dock_container = Shell::GetContainer( aura 205 ash/wm/window_resizer.cc aura::Window* parent = GetTarget()->parent(); aura 213 ash/wm/window_resizer.cc aura::Window* dock_container = aura 248 ash/wm/window_resizer.cc if (details().source != aura::client::WINDOW_MOVE_SOURCE_TOUCH || aura 16 ash/wm/window_resizer.h namespace aura { aura 59 ash/wm/window_resizer.h aura::Window* GetTarget() const { aura 101 ash/wm/window_resizer.h aura::Window* window, aura 104 ash/wm/window_resizer.h aura::client::WindowMoveSource source); aura 37 ash/wm/window_state.cc class BoundsSetter : public aura::LayoutManager { aura 44 ash/wm/window_state.cc virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE {} aura 45 ash/wm/window_state.cc virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE {} aura 46 ash/wm/window_state.cc virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE {} aura 48 ash/wm/window_state.cc aura::Window* child, bool visible) OVERRIDE {} aura 50 ash/wm/window_state.cc aura::Window* child, const gfx::Rect& requested_bounds) OVERRIDE {} aura 52 ash/wm/window_state.cc void SetBounds(aura::Window* window, const gfx::Rect& bounds) { aura 83 ash/wm/window_state.cc WindowState::WindowState(aura::Window* window) aura 157 ash/wm/window_state.cc return window_->GetProperty(aura::client::kCanMaximizeKey); aura 164 ash/wm/window_state.cc aura::Window* lockscreen = aura 173 ash/wm/window_state.cc return window_->GetProperty(aura::client::kCanResizeKey); aura 191 ash/wm/window_state.cc return window_->GetProperty(aura::client::kRestoreBoundsKey) != NULL; aura 195 ash/wm/window_state.cc window_->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 199 ash/wm/window_state.cc window_->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 204 ash/wm/window_state.cc aura::client::kShowStateKey, aura 205 ash/wm/window_state.cc window_->GetProperty(aura::client::kRestoreShowStateKey)); aura 206 ash/wm/window_state.cc window_->ClearProperty(aura::client::kRestoreShowStateKey); aura 236 ash/wm/window_state.cc return *window_->GetProperty(aura::client::kRestoreBoundsKey); aura 245 ash/wm/window_state.cc window_->SetProperty(aura::client::kRestoreBoundsKey, new gfx::Rect(bounds)); aura 254 ash/wm/window_state.cc window_->ClearProperty(aura::client::kRestoreBoundsKey); aura 279 ash/wm/window_state.cc void WindowState::CreateDragDetails(aura::Window* window, aura 282 ash/wm/window_state.cc aura::client::WindowMoveSource source) { aura 297 ash/wm/window_state.cc void WindowState::OnWindowPropertyChanged(aura::Window* window, aura 301 ash/wm/window_state.cc if (key == aura::client::kShowStateKey && !ignore_property_change_) { aura 316 ash/wm/window_state.cc return window_->GetProperty(aura::client::kShowStateKey); aura 337 ash/wm/window_state.cc window_->SetProperty(aura::client::kShowStateKey, new_window_state); aura 413 ash/wm/window_state.cc aura::Window* active = GetActiveWindow(); aura 417 ash/wm/window_state.cc WindowState* GetWindowState(aura::Window* window) { aura 428 ash/wm/window_state.cc const WindowState* GetWindowState(const aura::Window* window) { aura 429 ash/wm/window_state.cc return GetWindowState(const_cast<aura::Window*>(window)); aura 18 ash/wm/window_state.h namespace aura { aura 46 ash/wm/window_state.h class ASH_EXPORT WindowState : public aura::WindowObserver { aura 80 ash/wm/window_state.h explicit WindowState(aura::Window* window); aura 83 ash/wm/window_state.h aura::Window* window() { return window_; } aura 84 ash/wm/window_state.h const aura::Window* window() const { return window_; } aura 274 ash/wm/window_state.h void CreateDragDetails(aura::Window* window, aura 277 ash/wm/window_state.h aura::client::WindowMoveSource source); aura 291 ash/wm/window_state.h virtual void OnWindowPropertyChanged(aura::Window* window, aura 335 ash/wm/window_state.h aura::Window* window_; aura 373 ash/wm/window_state.h ASH_EXPORT WindowState* GetWindowState(aura::Window* window); aura 377 ash/wm/window_state.h GetWindowState(const aura::Window* window); aura 66 ash/wm/window_state_unittest.cc scoped_ptr<aura::Window> window( aura 111 ash/wm/window_state_unittest.cc aura::test::TestWindowDelegate delegate; aura 112 ash/wm/window_state_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( aura 142 ash/wm/window_state_unittest.cc scoped_ptr<aura::Window> window( aura 163 ash/wm/window_state_unittest.cc scoped_ptr<aura::Window> window( aura 204 ash/wm/window_state_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 231 ash/wm/window_state_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 243 ash/wm/window_state_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 34 ash/wm/window_util.cc int GetDefaultSnappedWindowWidth(aura::Window* window) { aura 49 ash/wm/window_util.cc void ActivateWindow(aura::Window* window) { aura 53 ash/wm/window_util.cc void DeactivateWindow(aura::Window* window) { aura 57 ash/wm/window_util.cc bool IsActiveWindow(aura::Window* window) { aura 61 ash/wm/window_util.cc aura::Window* GetActiveWindow() { aura 62 ash/wm/window_util.cc return aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-> aura 66 ash/wm/window_util.cc aura::Window* GetActivatableWindow(aura::Window* window) { aura 70 ash/wm/window_util.cc bool CanActivateWindow(aura::Window* window) { aura 74 ash/wm/window_util.cc bool IsWindowMinimized(aura::Window* window) { aura 78 ash/wm/window_util.cc void CenterWindow(aura::Window* window) { aura 83 ash/wm/window_util.cc gfx::Rect GetDefaultLeftSnappedWindowBoundsInParent(aura::Window* window) { aura 92 ash/wm/window_util.cc gfx::Rect GetDefaultRightSnappedWindowBoundsInParent(aura::Window* window) { aura 136 ash/wm/window_util.cc bool MoveWindowToEventRoot(aura::Window* window, const ui::Event& event) { aura 140 ash/wm/window_util.cc aura::Window* target_root = aura 144 ash/wm/window_util.cc aura::Window* window_container = aura 151 ash/wm/window_util.cc void ReparentChildWithTransientChildren(aura::Window* child, aura 152 ash/wm/window_util.cc aura::Window* old_parent, aura 153 ash/wm/window_util.cc aura::Window* new_parent) { aura 159 ash/wm/window_util.cc void ReparentTransientChildrenOfChild(aura::Window* child, aura 160 ash/wm/window_util.cc aura::Window* old_parent, aura 161 ash/wm/window_util.cc aura::Window* new_parent) { aura 12 ash/wm/window_util.h namespace aura { aura 32 ash/wm/window_util.h ASH_EXPORT void ActivateWindow(aura::Window* window); aura 33 ash/wm/window_util.h ASH_EXPORT void DeactivateWindow(aura::Window* window); aura 34 ash/wm/window_util.h ASH_EXPORT bool IsActiveWindow(aura::Window* window); aura 35 ash/wm/window_util.h ASH_EXPORT aura::Window* GetActiveWindow(); aura 36 ash/wm/window_util.h ASH_EXPORT bool CanActivateWindow(aura::Window* window); aura 43 ash/wm/window_util.h ASH_EXPORT aura::Window* GetActivatableWindow(aura::Window* window); aura 46 ash/wm/window_util.h ASH_EXPORT bool IsWindowMinimized(aura::Window* window); aura 49 ash/wm/window_util.h ASH_EXPORT void CenterWindow(aura::Window* window); aura 54 ash/wm/window_util.h aura::Window* window); aura 59 ash/wm/window_util.h aura::Window* window); aura 83 ash/wm/window_util.h ASH_EXPORT bool MoveWindowToEventRoot(aura::Window* window, aura 88 ash/wm/window_util.h void ReparentChildWithTransientChildren(aura::Window* child, aura 89 ash/wm/window_util.h aura::Window* old_parent, aura 90 ash/wm/window_util.h aura::Window* new_parent); aura 95 ash/wm/window_util.h void ReparentTransientChildrenOfChild(aura::Window* child, aura 96 ash/wm/window_util.h aura::Window* old_parent, aura 97 ash/wm/window_util.h aura::Window* new_parent); aura 31 ash/wm/window_util_unittest.cc scoped_ptr<aura::Window> window( aura 29 ash/wm/workspace/multi_window_resize_controller.cc using aura::Window; aura 220 ash/wm/workspace/multi_window_resize_controller.cc aura::Window* window) { aura 228 ash/wm/workspace/multi_window_resize_controller.cc aura::Window* window) const { aura 316 ash/wm/workspace/multi_window_resize_controller.cc aura::Window* MultiWindowResizeController::FindWindowTouching( aura 317 ash/wm/workspace/multi_window_resize_controller.cc aura::Window* window, aura 351 ash/wm/workspace/multi_window_resize_controller.cc aura::Window* start, aura 353 ash/wm/workspace/multi_window_resize_controller.cc std::vector<aura::Window*>* others) const { aura 421 ash/wm/workspace/multi_window_resize_controller.cc aura::client::GetScreenPositionClient(windows_.window2->GetRootWindow())-> aura 423 ash/wm/workspace/multi_window_resize_controller.cc std::vector<aura::Window*> windows; aura 437 ash/wm/workspace/multi_window_resize_controller.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE); aura 444 ash/wm/workspace/multi_window_resize_controller.cc aura::client::GetScreenPositionClient(windows_.window1->GetRootWindow())-> aura 530 ash/wm/workspace/multi_window_resize_controller.cc aura::Window* window, aura 537 ash/wm/workspace/multi_window_resize_controller.cc aura::Window::ConvertPointToTarget( aura 18 ash/wm/workspace/multi_window_resize_controller.h namespace aura { aura 40 ash/wm/workspace/multi_window_resize_controller.h public views::MouseWatcherListener, public aura::WindowObserver { aura 47 ash/wm/workspace/multi_window_resize_controller.h void Show(aura::Window* window, int component, const gfx::Point& point); aura 56 ash/wm/workspace/multi_window_resize_controller.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 74 ash/wm/workspace/multi_window_resize_controller.h aura::Window* window1; aura 77 ash/wm/workspace/multi_window_resize_controller.h aura::Window* window2; aura 84 ash/wm/workspace/multi_window_resize_controller.h std::vector<aura::Window*> other_windows; aura 92 ash/wm/workspace/multi_window_resize_controller.h ResizeWindows DetermineWindows(aura::Window* window, aura 98 ash/wm/workspace/multi_window_resize_controller.h ResizeWindows DetermineWindowsFromScreenPoint(aura::Window* window) const; aura 101 ash/wm/workspace/multi_window_resize_controller.h aura::Window* FindWindowByEdge(aura::Window* window_to_ignore, aura 107 ash/wm/workspace/multi_window_resize_controller.h aura::Window* FindWindowTouching(aura::Window* window, aura 111 ash/wm/workspace/multi_window_resize_controller.h void FindWindowsTouching(aura::Window* start, aura 113 ash/wm/workspace/multi_window_resize_controller.h std::vector<aura::Window*>* others) const; aura 149 ash/wm/workspace/multi_window_resize_controller.h bool IsOverWindow(aura::Window* window, aura 39 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::Window* CreateTestWindow(aura::WindowDelegate* delegate, aura 41 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::Window* window = new aura::Window(delegate); aura 43 ash/wm/workspace/multi_window_resize_controller_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 70 ash/wm/workspace/multi_window_resize_controller_unittest.cc bool HasTarget(aura::Window* window) { aura 100 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::TestWindowDelegate delegate1; aura 101 ash/wm/workspace/multi_window_resize_controller_unittest.cc scoped_ptr<aura::Window> w1( aura 104 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::TestWindowDelegate delegate2; aura 105 ash/wm/workspace/multi_window_resize_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 108 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::EventGenerator generator(w1->GetRootWindow()); aura 131 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::TestWindowDelegate delegate1; aura 132 ash/wm/workspace/multi_window_resize_controller_unittest.cc scoped_ptr<aura::Window> w1( aura 135 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::TestWindowDelegate delegate2; aura 136 ash/wm/workspace/multi_window_resize_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 139 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::EventGenerator generator(w1->GetRootWindow()); aura 174 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::TestWindowDelegate delegate1; aura 175 ash/wm/workspace/multi_window_resize_controller_unittest.cc scoped_ptr<aura::Window> w1( aura 178 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::TestWindowDelegate delegate2; aura 179 ash/wm/workspace/multi_window_resize_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 182 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::EventGenerator generator(w1->GetRootWindow()); aura 217 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::TestWindowDelegate delegate1; aura 218 ash/wm/workspace/multi_window_resize_controller_unittest.cc scoped_ptr<aura::Window> w1( aura 221 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::TestWindowDelegate delegate2; aura 222 ash/wm/workspace/multi_window_resize_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 225 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::TestWindowDelegate delegate3; aura 226 ash/wm/workspace/multi_window_resize_controller_unittest.cc scoped_ptr<aura::Window> w3( aura 230 ash/wm/workspace/multi_window_resize_controller_unittest.cc aura::test::EventGenerator generator(w1->GetRootWindow()); aura 144 ash/wm/workspace/phantom_window_controller.cc PhantomWindowController::PhantomWindowController(aura::Window* window) aura 199 ash/wm/workspace/phantom_window_controller.cc aura::Window* target_root = aura 213 ash/wm/workspace/phantom_window_controller.cc aura::Window* start_root = wm::GetRootWindowMatching(start_bounds_in_screen); aura 215 ash/wm/workspace/phantom_window_controller.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 240 ash/wm/workspace/phantom_window_controller.cc aura::Window* root_window, aura 13 ash/wm/workspace/phantom_window_controller.h namespace aura { aura 28 ash/wm/workspace/phantom_window_controller.h explicit PhantomWindowController(aura::Window* window); aura 39 ash/wm/workspace/phantom_window_controller.h void set_phantom_below_window(aura::Window* phantom_below_window) { aura 57 ash/wm/workspace/phantom_window_controller.h aura::Window* root_window, aura 61 ash/wm/workspace/phantom_window_controller.h aura::Window* window_; aura 64 ash/wm/workspace/phantom_window_controller.h aura::Window* phantom_below_window_; aura 20 ash/wm/workspace/phantom_window_controller_unittest.cc bool IsVisible(aura::Window* window) { aura 25 ash/wm/workspace/phantom_window_controller_unittest.cc class WindowDeletionObserver : public aura::WindowObserver { aura 27 ash/wm/workspace/phantom_window_controller_unittest.cc WindowDeletionObserver(aura::Window* window) : window_(window) { aura 42 ash/wm/workspace/phantom_window_controller_unittest.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 48 ash/wm/workspace/phantom_window_controller_unittest.cc aura::Window* window_; aura 78 ash/wm/workspace/phantom_window_controller_unittest.cc aura::Window* window() { return window_; } aura 80 ash/wm/workspace/phantom_window_controller_unittest.cc aura::Window* phantom_window_in_target_root() { aura 86 ash/wm/workspace/phantom_window_controller_unittest.cc aura::Window* phantom_window_in_start_root() { aura 93 ash/wm/workspace/phantom_window_controller_unittest.cc aura::Window* window_; aura 111 ash/wm/workspace/phantom_window_controller_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 27 ash/wm/workspace/workspace_event_handler.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 65 ash/wm/workspace/workspace_event_handler.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 91 ash/wm/workspace/workspace_event_handler.cc aura::Window* target = target_state->window(); aura 38 ash/wm/workspace/workspace_event_handler_unittest.cc aura::Window* CreateTestWindow(aura::WindowDelegate* delegate, aura 40 ash/wm/workspace/workspace_event_handler_unittest.cc aura::Window* window = new aura::Window(delegate); aura 42 ash/wm/workspace/workspace_event_handler_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 54 ash/wm/workspace/workspace_event_handler_unittest.cc class WindowPropertyObserver : public aura::WindowObserver { aura 56 ash/wm/workspace/workspace_event_handler_unittest.cc explicit WindowPropertyObserver(aura::Window* window) aura 72 ash/wm/workspace/workspace_event_handler_unittest.cc virtual void OnWindowPropertyChanged(aura::Window* window, aura 78 ash/wm/workspace/workspace_event_handler_unittest.cc aura::Window* window_; aura 88 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd; aura 89 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(&wd, restored_bounds)); aura 96 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 154 ash/wm/workspace/workspace_event_handler_unittest.cc aura::Window* second_root = Shell::GetAllRootWindows()[1]; aura 156 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::EventGenerator generator2(second_root, window.get()); aura 196 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd; aura 197 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(&wd, restored_bounds)); aura 215 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 235 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd; aura 236 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(&wd, restored_bounds)); aura 245 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 259 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd; aura 260 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(&wd, restored_bounds)); aura 269 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 282 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd1; aura 283 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd2; aura 284 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window( aura 286 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> child( aura 288 ash/wm/workspace/workspace_event_handler_unittest.cc window->SetProperty(aura::client::kCanMaximizeKey, true); aura 291 ash/wm/workspace/workspace_event_handler_unittest.cc child->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW); aura 296 ash/wm/workspace/workspace_event_handler_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 297 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::EventGenerator generator(root, window.get()); aura 311 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd; aura 312 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window( aura 314 ash/wm/workspace/workspace_event_handler_unittest.cc window->SetProperty(aura::client::kCanMaximizeKey, true); aura 325 ash/wm/workspace/workspace_event_handler_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 326 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::EventGenerator generator(root, window.get()); aura 369 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd; aura 370 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window( aura 372 ash/wm/workspace/workspace_event_handler_unittest.cc window->SetProperty(aura::client::kCanMaximizeKey, true); aura 374 ash/wm/workspace/workspace_event_handler_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 375 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::EventGenerator generator(root, window.get()); aura 394 ash/wm/workspace/workspace_event_handler_unittest.cc EXPECT_FALSE(observer.DidPropertyChange(aura::client::kShowStateKey)); aura 398 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd; aura 400 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(&wd, bounds)); aura 401 ash/wm/workspace/workspace_event_handler_unittest.cc window->SetProperty(aura::client::kCanMaximizeKey, true); aura 406 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 425 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd2; aura 426 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window2( aura 429 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd; aura 431 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(&wd, bounds)); aura 433 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow()); aura 444 ash/wm/workspace/workspace_event_handler_unittest.cc aura::test::TestWindowDelegate wd; aura 446 ash/wm/workspace/workspace_event_handler_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(&wd, bounds)); aura 449 ash/wm/workspace/workspace_event_handler_unittest.cc ASSERT_TRUE(aura::client::GetWindowMoveClient(window->GetRootWindow())); aura 451 ash/wm/workspace/workspace_event_handler_unittest.cc aura::client::GetWindowMoveClient(window->GetRootWindow()) aura 454 ash/wm/workspace/workspace_event_handler_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE); aura 31 ash/wm/workspace/workspace_layout_manager.cc using aura::Window; aura 35 ash/wm/workspace/workspace_layout_manager.cc WorkspaceLayoutManager::WorkspaceLayoutManager(aura::Window* window) aura 165 ash/wm/workspace/workspace_layout_manager.cc if (key == aura::client::kAlwaysOnTopKey && aura 166 ash/wm/workspace/workspace_layout_manager.cc window->GetProperty(aura::client::kAlwaysOnTopKey)) { aura 172 ash/wm/workspace/workspace_layout_manager.cc void WorkspaceLayoutManager::OnWindowStackingChanged(aura::Window* window) { aura 179 ash/wm/workspace/workspace_layout_manager.cc void WorkspaceLayoutManager::OnWindowDestroying(aura::Window* window) { aura 186 ash/wm/workspace/workspace_layout_manager.cc void WorkspaceLayoutManager::OnWindowBoundsChanged(aura::Window* window, aura 199 ash/wm/workspace/workspace_layout_manager.cc void WorkspaceLayoutManager::OnWindowActivated(aura::Window* gained_active, aura 200 ash/wm/workspace/workspace_layout_manager.cc aura::Window* lost_active) { aura 22 ash/wm/workspace/workspace_layout_manager.h namespace aura { aura 42 ash/wm/workspace/workspace_layout_manager.h : public aura::LayoutManager, aura 43 ash/wm/workspace/workspace_layout_manager.h public aura::WindowObserver, aura 44 ash/wm/workspace/workspace_layout_manager.h public aura::client::ActivationChangeObserver, aura 48 ash/wm/workspace/workspace_layout_manager.h explicit WorkspaceLayoutManager(aura::Window* window); aura 61 ash/wm/workspace/workspace_layout_manager.h virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; aura 62 ash/wm/workspace/workspace_layout_manager.h virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE; aura 63 ash/wm/workspace/workspace_layout_manager.h virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE; aura 64 ash/wm/workspace/workspace_layout_manager.h virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 66 ash/wm/workspace/workspace_layout_manager.h virtual void SetChildBounds(aura::Window* child, aura 75 ash/wm/workspace/workspace_layout_manager.h virtual void OnWindowPropertyChanged(aura::Window* window, aura 78 ash/wm/workspace/workspace_layout_manager.h virtual void OnWindowStackingChanged(aura::Window* window) OVERRIDE; aura 79 ash/wm/workspace/workspace_layout_manager.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 80 ash/wm/workspace/workspace_layout_manager.h virtual void OnWindowBoundsChanged(aura::Window* window, aura 85 ash/wm/workspace/workspace_layout_manager.h virtual void OnWindowActivated(aura::Window* gained_active, aura 86 ash/wm/workspace/workspace_layout_manager.h aura::Window* lost_active) OVERRIDE; aura 94 ash/wm/workspace/workspace_layout_manager.h typedef std::set<aura::Window*> WindowSet; aura 122 ash/wm/workspace/workspace_layout_manager.h void SetChildBoundsAnimated(aura::Window* child, const gfx::Rect& bounds); aura 125 ash/wm/workspace/workspace_layout_manager.h aura::Window* window_; aura 126 ash/wm/workspace/workspace_layout_manager.h aura::Window* root_window_; aura 10 ash/wm/workspace/workspace_layout_manager_delegate.h namespace aura { aura 27 ash/wm/workspace/workspace_layout_manager_delegate.h virtual void OnWindowAddedToLayout(aura::Window* child) = 0; aura 30 ash/wm/workspace/workspace_layout_manager_delegate.h virtual void OnWindowRemovedFromLayout(aura::Window* child) = 0; aura 33 ash/wm/workspace/workspace_layout_manager_delegate.h virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 37 ash/wm/workspace/workspace_layout_manager_delegate.h virtual void OnWindowStackingChanged(aura::Window* window) = 0; aura 72 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* root_window) OVERRIDE { aura 100 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window( aura 142 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 149 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window1( aura 154 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window2( aura 162 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window( aura 190 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 205 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 207 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window( aura 255 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 257 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window( aura 265 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, aura 277 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, aura 291 ash/wm/workspace/workspace_layout_manager_unittest.cc class DontClobberRestoreBoundsWindowObserver : public aura::WindowObserver { aura 295 ash/wm/workspace/workspace_layout_manager_unittest.cc void set_window(aura::Window* window) { window_ = window; } aura 297 ash/wm/workspace/workspace_layout_manager_unittest.cc virtual void OnWindowPropertyChanged(aura::Window* window, aura 304 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* w = window_; aura 316 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* window_; aura 326 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(new aura::Window(NULL)); aura 328 ash/wm/workspace/workspace_layout_manager_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 339 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window2( aura 353 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window( aura 358 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> child_window( aura 359 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::test::CreateTestWindowWithBounds(gfx::Rect(5, 6, 7, 8), aura 369 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window( aura 370 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::test::CreateTestWindowWithBounds(gfx::Rect(0, 0, 0, 0), aura 373 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* default_container = Shell::GetContainer( aura 385 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window( aura 394 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> out_window( aura 404 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* parent = out_window->parent(); aura 425 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> partially_out_window( aura 436 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window_bigger_than_display( aura 456 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window( aura 470 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window1( aura 472 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window2( aura 519 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* default_container = Shell::GetContainer( aura 525 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* CreateTestWindow(const gfx::Rect& bounds) { aura 538 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(bounds)); aura 539 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 544 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 551 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(bounds)); aura 552 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 556 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 562 ash/wm/workspace/workspace_layout_manager_unittest.cc class FocusDelegate : public aura::test::TestWindowDelegate { aura 570 ash/wm/workspace/workspace_layout_manager_unittest.cc void set_window(aura::Window* window) { window_ = window; } aura 577 ash/wm/workspace/workspace_layout_manager_unittest.cc show_state_ = window_->GetProperty(aura::client::kShowStateKey); aura 588 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* window_; aura 600 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( aura 603 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 614 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(bounds)); aura 615 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 632 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(bounds)); aura 633 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 638 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 645 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(bounds)); aura 647 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 661 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window( aura 693 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(10, 20, 30, 40))); aura 697 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 701 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 708 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(1, 2, 3, 4))); aura 714 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 722 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(1, 2, 3, 4))); aura 750 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(1, 2, 3, 4))); aura 752 ash/wm/workspace/workspace_layout_manager_unittest.cc window->SetProperty(aura::client::kAlwaysOnTopKey, true); aura 794 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* CreateTestWindow(const gfx::Rect& bounds) { aura 795 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* window = CreateTestWindowInShellWithBounds(bounds); aura 812 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* default_container() { return default_container_; } aura 818 ash/wm/workspace/workspace_layout_manager_unittest.cc std::string GetWindowOrderAsString(aura::Window* backdrop, aura 819 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* wa, aura 820 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* wb, aura 821 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* wc) { aura 844 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* default_container_; aura 868 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindow(gfx::Rect(1, 2, 3, 4))); aura 889 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindow(gfx::Rect(1, 2, 3, 4))); aura 898 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindow(gfx::Rect(10, 2, 3, 4))); aura 899 ash/wm/workspace/workspace_layout_manager_unittest.cc scoped_ptr<aura::Window> window3(CreateTestWindow(gfx::Rect(20, 2, 3, 4))); aura 903 ash/wm/workspace/workspace_layout_manager_unittest.cc aura::Window* backdrop = NULL; aura 47 ash/wm/workspace/workspace_window_resizer.cc aura::Window* window, aura 50 ash/wm/workspace/workspace_window_resizer.cc aura::client::WindowMoveSource source) { aura 91 ash/wm/workspace/workspace_window_resizer.cc window_state, std::vector<aura::Window*>()); aura 344 ash/wm/workspace/workspace_window_resizer.cc const std::vector<aura::Window*>& attached_windows) { aura 356 ash/wm/workspace/workspace_window_resizer.cc details().source == aura::client::WINDOW_MOVE_SOURCE_TOUCH) { aura 377 ash/wm/workspace/workspace_window_resizer.cc aura::Window* root = NULL; aura 503 ash/wm/workspace/workspace_window_resizer.cc const std::vector<aura::Window*>& attached_windows) aura 519 ash/wm/workspace/workspace_window_resizer.cc if (details().source != aura::client::WINDOW_MOVE_SOURCE_TOUCH) { aura 525 ash/wm/workspace/workspace_window_resizer.cc aura::Window* dock_container = Shell::GetContainer( aura 686 ash/wm/workspace/workspace_window_resizer.cc aura::WindowDelegate* delegate = attached_windows_[i]->delegate(); aura 700 ash/wm/workspace/workspace_window_resizer.cc aura::client::GetScreenPositionClient(GetTarget()->GetRootWindow())-> aura 744 ash/wm/workspace/workspace_window_resizer.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 745 ash/wm/workspace/workspace_window_resizer.cc for (aura::Window::Windows::iterator iter = root_windows.begin(); aura 747 ash/wm/workspace/workspace_window_resizer.cc const aura::Window* root_window = *iter; aura 749 ash/wm/workspace/workspace_window_resizer.cc const aura::Window::Windows& children = Shell::GetContainer( aura 751 ash/wm/workspace/workspace_window_resizer.cc for (aura::Window::Windows::const_reverse_iterator i = children.rbegin(); aura 967 ash/wm/workspace/workspace_window_resizer.cc typedef std::map<size_t, aura::Window*> IndexToWindowMap; aura 969 ash/wm/workspace/workspace_window_resizer.cc aura::Window* parent = GetTarget()->parent(); aura 970 ash/wm/workspace/workspace_window_resizer.cc const aura::Window::Windows& windows(parent->children()); aura 973 ash/wm/workspace/workspace_window_resizer.cc for (std::vector<aura::Window*>::const_iterator i = aura 986 ash/wm/workspace/workspace_window_resizer.cc aura::Window* window = i->second; aura 998 ash/wm/workspace/workspace_window_resizer.cc if (details().source == aura::client::WINDOW_MOVE_SOURCE_TOUCH) { aura 57 ash/wm/workspace/workspace_window_resizer.h const std::vector<aura::Window*>& attached_windows); aura 67 ash/wm/workspace/workspace_window_resizer.h const std::vector<aura::Window*>& attached_windows); aura 161 ash/wm/workspace/workspace_window_resizer.h const std::vector<aura::Window*> attached_windows_; aura 201 ash/wm/workspace/workspace_window_resizer.h aura::Window* magnetism_window_; aura 204 ash/wm/workspace/workspace_window_resizer.h aura::WindowTracker window_tracker_; aura 40 ash/wm/workspace/workspace_window_resizer_unittest.cc class TestWindowDelegate : public aura::test::TestWindowDelegate { aura 83 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 92 ash/wm/workspace/workspace_window_resizer_unittest.cc window_.reset(new aura::Window(&delegate_)); aura 94 ash/wm/workspace/workspace_window_resizer_unittest.cc window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 98 ash/wm/workspace/workspace_window_resizer_unittest.cc window2_.reset(new aura::Window(&delegate2_)); aura 100 ash/wm/workspace/workspace_window_resizer_unittest.cc window2_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 104 ash/wm/workspace/workspace_window_resizer_unittest.cc window3_.reset(new aura::Window(&delegate3_)); aura 106 ash/wm/workspace/workspace_window_resizer_unittest.cc window3_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 110 ash/wm/workspace/workspace_window_resizer_unittest.cc window4_.reset(new aura::Window(&delegate4_)); aura 112 ash/wm/workspace/workspace_window_resizer_unittest.cc window4_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 129 ash/wm/workspace/workspace_window_resizer_unittest.cc std::string WindowOrderAsString(aura::Window* parent) const { aura 131 ash/wm/workspace/workspace_window_resizer_unittest.cc const aura::Window::Windows& windows = parent->children(); aura 132 ash/wm/workspace/workspace_window_resizer_unittest.cc for (aura::Window::Windows::const_reverse_iterator i = windows.rbegin(); aura 145 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* window, aura 152 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE).release(); aura 157 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* window, aura 160 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WindowMoveSource source, aura 161 ash/wm/workspace/workspace_window_resizer_unittest.cc const std::vector<aura::Window*>& attached_windows) { aura 181 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> empty_windows() const { aura 182 ash/wm/workspace/workspace_window_resizer_unittest.cc return std::vector<aura::Window*>(); aura 200 ash/wm/workspace/workspace_window_resizer_unittest.cc scoped_ptr<aura::Window> window_; aura 201 ash/wm/workspace/workspace_window_resizer_unittest.cc scoped_ptr<aura::Window> window2_; aura 202 ash/wm/workspace/workspace_window_resizer_unittest.cc scoped_ptr<aura::Window> window3_; aura 203 ash/wm/workspace/workspace_window_resizer_unittest.cc scoped_ptr<aura::Window> window4_; aura 206 ash/wm/workspace/workspace_window_resizer_unittest.cc scoped_ptr<aura::Window> touch_resize_window_; aura 219 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 223 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 253 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 257 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 290 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 295 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 331 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 336 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 362 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 366 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 396 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 400 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 436 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 445 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 450 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 486 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 491 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 519 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::test::EventGenerator generator(window_->GetRootWindow()); aura 524 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 528 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_TOUCH, windows)); aura 604 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 633 ash/wm/workspace/workspace_window_resizer_unittest.cc window_->SetProperty(aura::client::kCanResizeKey, false); aura 648 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window::Windows root_windows = Shell::GetAllRootWindows(); aura 764 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 768 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 778 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 782 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 1405 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> no_attached_windows; aura 1503 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 1513 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 1519 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 1534 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 1545 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 1551 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 1563 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 1574 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 1580 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 1599 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 1610 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 1616 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 1628 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 1637 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 1643 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 1654 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 1664 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 1670 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 1688 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 1697 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 1703 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 1715 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::Window* root = Shell::GetPrimaryRootWindow(); aura 1724 ash/wm/workspace/workspace_window_resizer_unittest.cc std::vector<aura::Window*> windows; aura 1729 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE, windows)); aura 1747 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 1781 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 1815 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 1849 ash/wm/workspace/workspace_window_resizer_unittest.cc aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow(), aura 41 ash/wm/workspace_controller.cc WorkspaceController::WorkspaceController(aura::Window* viewport) aura 63 ash/wm/workspace_controller.cc const aura::Window* topmost_fullscreen_window = GetRootWindowController( aura 77 ash/wm/workspace_controller.cc const aura::Window* container = Shell::GetContainer( aura 79 ash/wm/workspace_controller.cc const aura::Window::Windows& windows(container->children()); aura 80 ash/wm/workspace_controller.cc for (aura::Window::Windows::const_iterator i = windows.begin(); aura 13 ash/wm/workspace_controller.h namespace aura { aura 28 ash/wm/workspace_controller.h explicit WorkspaceController(aura::Window* viewport); aura 47 ash/wm/workspace_controller.h aura::Window* viewport_; aura 41 ash/wm/workspace_controller_unittest.cc using aura::Window; aura 47 ash/wm/workspace_controller_unittest.cc std::string GetWindowNames(const aura::Window* window) { aura 61 ash/wm/workspace_controller_unittest.cc std::string GetLayerNames(const aura::Window* window) { aura 88 ash/wm/workspace_controller_unittest.cc aura::Window* CreateTestWindowUnparented() { aura 89 ash/wm/workspace_controller_unittest.cc aura::Window* window = new aura::Window(NULL); aura 90 ash/wm/workspace_controller_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 92 ash/wm/workspace_controller_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 96 ash/wm/workspace_controller_unittest.cc aura::Window* CreateTestWindow() { aura 97 ash/wm/workspace_controller_unittest.cc aura::Window* window = new aura::Window(NULL); aura 98 ash/wm/workspace_controller_unittest.cc window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 100 ash/wm/workspace_controller_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 105 ash/wm/workspace_controller_unittest.cc aura::Window* CreateBrowserLikeWindow(const gfx::Rect& bounds) { aura 106 ash/wm/workspace_controller_unittest.cc aura::Window* window = CreateTestWindow(); aura 114 ash/wm/workspace_controller_unittest.cc aura::Window* CreatePopupLikeWindow(const gfx::Rect& bounds) { aura 115 ash/wm/workspace_controller_unittest.cc aura::Window* window = CreateTestWindowInShellWithBounds(bounds); aura 120 ash/wm/workspace_controller_unittest.cc aura::Window* CreateTestPanel(aura::WindowDelegate* delegate, aura 122 ash/wm/workspace_controller_unittest.cc aura::Window* window = CreateTestWindowInShellWithDelegateAndType( aura 137 ash/wm/workspace_controller_unittest.cc aura::Window* GetDesktop() { aura 142 ash/wm/workspace_controller_unittest.cc gfx::Rect GetFullscreenBounds(aura::Window* window) { aura 199 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 210 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 227 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 241 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 276 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 286 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_DEFAULT); aura 294 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 310 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 326 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 335 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 357 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 371 ash/wm/workspace_controller_unittest.cc aura::test::EventGenerator generator( aura 404 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 409 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 414 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 418 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 432 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 437 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 452 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 459 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 501 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 511 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 514 ash/wm/workspace_controller_unittest.cc w1->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 531 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 549 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 556 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 566 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 579 ash/wm/workspace_controller_unittest.cc aura::test::EventGenerator generator( aura 595 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 607 ash/wm/workspace_controller_unittest.cc aura::test::EventGenerator generator( aura 623 ash/wm/workspace_controller_unittest.cc w2->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 643 ash/wm/workspace_controller_unittest.cc : public aura::test::TestWindowDelegate { aura 647 ash/wm/workspace_controller_unittest.cc void set_window(aura::Window* window) { window_ = window; } aura 659 ash/wm/workspace_controller_unittest.cc aura::Window* window_; aura 728 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> browser_window(CreateBrowserLikeWindow( aura 732 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> browser_popup(CreatePopupLikeWindow( aura 739 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> new_browser_window(CreateBrowserLikeWindow( aura 751 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> new_browser_window(CreateBrowserLikeWindow( aura 762 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> new_popup_window(CreatePopupLikeWindow( aura 769 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> new_browser_window(CreateBrowserLikeWindow( aura 780 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0)); aura 784 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1)); aura 804 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window3(CreateTestWindowInShellWithId(2)); aura 826 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window4(CreateTestWindowInShellWithId(3)); aura 855 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0)); aura 858 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1)); aura 901 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window1( aura 903 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window2( aura 905 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window3( aura 950 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0)); aura 959 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1)); aura 987 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0)); aura 993 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1)); aura 1017 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0)); aura 1022 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1)); aura 1040 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0)); aura 1046 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1)); aura 1074 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0)); aura 1080 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1)); aura 1108 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(0)); aura 1112 ash/wm/workspace_controller_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(1)); aura 1147 ash/wm/workspace_controller_unittest.cc scoped_ptr<Window> browser(aura::test::CreateTestWindowWithDelegate( aura 1156 ash/wm/workspace_controller_unittest.cc aura::test::TestWindowDelegate* status_bubble_delegate = aura 1157 ash/wm/workspace_controller_unittest.cc aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(); aura 1160 ash/wm/workspace_controller_unittest.cc aura::test::CreateTestWindowWithDelegate(status_bubble_delegate, aura 1168 ash/wm/workspace_controller_unittest.cc scoped_ptr<Window> app(aura::test::CreateTestWindowWithDelegate( aura 1173 ash/wm/workspace_controller_unittest.cc aura::Window* parent = browser->parent(); aura 1180 ash/wm/workspace_controller_unittest.cc app->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 1185 ash/wm/workspace_controller_unittest.cc browser->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 1202 ash/wm/workspace_controller_unittest.cc app->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 1216 ash/wm/workspace_controller_unittest.cc : public aura::WindowObserver { aura 1218 ash/wm/workspace_controller_unittest.cc DragMaximizedNonTrackedWindowObserver(aura::Window* window) aura 1246 ash/wm/workspace_controller_unittest.cc aura::Window* window_; aura 1259 ash/wm/workspace_controller_unittest.cc modal_window->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_SYSTEM); aura 1266 ash/wm/workspace_controller_unittest.cc aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 1303 ash/wm/workspace_controller_unittest.cc aura::test::TestWindowDelegate delegate; aura 1305 ash/wm/workspace_controller_unittest.cc scoped_ptr<Window> w1(aura::test::CreateTestWindowWithDelegate( aura 1313 ash/wm/workspace_controller_unittest.cc aura::test::EventGenerator generator( aura 1333 ash/wm/workspace_controller_unittest.cc aura::test::TestWindowDelegate delegate; aura 1335 ash/wm/workspace_controller_unittest.cc scoped_ptr<Window> w1(aura::test::CreateTestWindowWithDelegate( aura 1344 ash/wm/workspace_controller_unittest.cc aura::test::EventGenerator generator( aura 1361 ash/wm/workspace_controller_unittest.cc aura::test::TestWindowDelegate d_first, d_second; aura 1362 ash/wm/workspace_controller_unittest.cc scoped_ptr<Window> first(aura::test::CreateTestWindowWithDelegate(&d_first, aura 1367 ash/wm/workspace_controller_unittest.cc scoped_ptr<Window> second(aura::test::CreateTestWindowWithDelegate(&d_second, aura 1394 ash/wm/workspace_controller_unittest.cc aura::Window* expected_target = times == 0 ? second.get() : first.get(); aura 1418 ash/wm/workspace_controller_unittest.cc aura::test::TestWindowDelegate delegate; aura 1461 ash/wm/workspace_controller_unittest.cc aura::test::TestWindowDelegate delegate; aura 1465 ash/wm/workspace_controller_unittest.cc scoped_ptr<Window> window(aura::test::CreateTestWindowWithDelegate(&delegate, aura 1468 ash/wm/workspace_controller_unittest.cc aura::Window* docked_container = Shell::GetContainer( aura 271 chrome/browser/browser_process_impl.cc aura::Env::DeleteInstance(); aura 79 chrome/browser/browser_process_platform_part_aurawin.cc aura::HandleMetroExit(); aura 1162 chrome/browser/chrome_browser_main.cc aura::Env::CreateInstance(); aura 77 chrome/browser/chromeos/display/overscan_calibrator.cc aura::Window* root = ash::Shell::GetInstance()->display_controller()-> aura 2354 chrome/browser/chromeos/events/event_rewriter_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(1)); aura 918 chrome/browser/chromeos/extensions/file_manager/event_router.cc void EventRouter::OnOwnerEntryChanged(aura::Window* window) { aura 138 chrome/browser/chromeos/extensions/file_manager/event_router.h virtual void OnOwnerEntryChanged(aura::Window* window) OVERRIDE; aura 75 chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc aura::Window *window = ash::Shell::GetPrimaryRootWindow(); aura 77 chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc aura::client::kRootWindowInputMethodKey); aura 94 chrome/browser/chromeos/extensions/wallpaper_private_api.cc class WindowStateManager : public aura::WindowObserver { aura 96 chrome/browser/chromeos/extensions/wallpaper_private_api.cc typedef std::map<std::string, std::set<aura::Window*> > aura 114 chrome/browser/chromeos/extensions/wallpaper_private_api.cc const std::string& user_id_hash, aura::Window* active_window); aura 121 chrome/browser/chromeos/extensions/wallpaper_private_api.cc void RemoveObserverIfUnreferenced(aura::Window* window); aura 124 chrome/browser/chromeos/extensions/wallpaper_private_api.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 164 chrome/browser/chromeos/extensions/wallpaper_private_api.cc const std::string& user_id_hash, aura::Window* active_window) { aura 167 chrome/browser/chromeos/extensions/wallpaper_private_api.cc user_id_hash_window_list_map_[user_id_hash] = std::set<aura::Window*>(); aura 169 chrome/browser/chromeos/extensions/wallpaper_private_api.cc std::set<aura::Window*>* results = aura 172 chrome/browser/chromeos/extensions/wallpaper_private_api.cc std::vector<aura::Window*> windows = aura 175 chrome/browser/chromeos/extensions/wallpaper_private_api.cc for (std::vector<aura::Window*>::iterator iter = windows.begin(); aura 200 chrome/browser/chromeos/extensions/wallpaper_private_api.cc std::set<aura::Window*> removed_windows; aura 204 chrome/browser/chromeos/extensions/wallpaper_private_api.cc for (std::set<aura::Window*>::iterator iter = removed_windows.begin(); aura 211 chrome/browser/chromeos/extensions/wallpaper_private_api.cc void WindowStateManager::RemoveObserverIfUnreferenced(aura::Window* window) { aura 223 chrome/browser/chromeos/extensions/wallpaper_private_api.cc void WindowStateManager::OnWindowDestroyed(aura::Window* window) { aura 78 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window3(CreateTestWindowInShellWithId(3)); aura 79 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(2)); aura 80 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1)); aura 81 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window0(CreateTestWindowInShellWithId(0)); aura 131 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1)); aura 132 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window0(CreateTestWindowInShellWithId(0)); aura 250 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window4(CreateTestWindowInShellWithId(4)); aura 251 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window3(CreateTestWindowInShellWithId(3)); aura 252 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(2)); aura 253 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1)); aura 254 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window0(CreateTestWindowInShellWithId(0)); aura 350 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window3(CreateTestWindowInShellWithId(3)); aura 351 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(2)); aura 352 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1)); aura 353 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc scoped_ptr<aura::Window> window0(CreateTestWindowInShellWithId(0)); aura 47 chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc aura::Window* active_window = ash::wm::GetActiveWindow(); aura 107 chrome/browser/chromeos/input_method/mode_indicator_controller.cc aura::Window* parent = aura 24 chrome/browser/chromeos/input_method/textinput_test_helper.cc aura::client::kRootWindowInputMethodKey)); aura 588 chrome/browser/chromeos/login/login_display_host_impl.cc aura::Window* lock_container = ash::Shell::GetContainer( aura 325 chrome/browser/chromeos/login/webui_screen_locker.cc aura::client::GetCaptureClient(GetNativeWindow()->GetRootWindow())-> aura 81 chrome/browser/chromeos/profiles/multiprofiles_session_aborted_dialog.cc aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); aura 82 chrome/browser/chromeos/profiles/multiprofiles_session_aborted_dialog.cc for (aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 30 chrome/browser/chromeos/ui/focus_ring_controller.cc aura::Window* active_window = ash::wm::GetActiveWindow(); aura 39 chrome/browser/chromeos/ui/focus_ring_layer.cc aura::Window* root_window = window_->GetRootWindow(); aura 56 chrome/browser/chromeos/ui/focus_ring_layer.cc aura::Window::ConvertPointToTarget(window_, root_window_, &origin); aura 107 chrome/browser/chromeos/ui/focus_ring_layer.cc aura::Window::ConvertPointToTarget(window_, root_window_, &origin); aura 13 chrome/browser/chromeos/ui/focus_ring_layer.h namespace aura { aura 46 chrome/browser/chromeos/ui/focus_ring_layer.h aura::Window* window_; aura 49 chrome/browser/chromeos/ui/focus_ring_layer.h aura::Window* root_window_; aura 58 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc aura::Window* root_window = ash::Shell::GetTargetRootWindow(); aura 163 chrome/browser/chromeos/ui/idle_app_name_notification_view.cc aura::Window* widget_view = GetWidget()->GetNativeView(); aura 65 chrome/browser/download/drag_download_item_views.cc aura::Window* root_window = view->GetRootWindow(); aura 66 chrome/browser/download/drag_download_item_views.cc if (!root_window || !aura::client::GetDragDropClient(root_window)) aura 71 chrome/browser/download/drag_download_item_views.cc aura::client::GetDragDropClient(root_window)->StartDragAndDrop( aura 950 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc owning_window = aura::RemoteWindowTreeHostWin::Instance()->GetAshWindow(); aura 35 chrome/browser/extensions/test_extension_environment.cc aura::Env::CreateInstance(); aura 41 chrome/browser/extensions/test_extension_environment.cc aura::Env::DeleteInstance(); aura 14 chrome/browser/fullscreen_aurax11.cc std::vector<aura::Window*> all_windows = aura 31 chrome/browser/lifetime/application_lifetime_aura.cc aura::client::GetCaptureClient(ash::Shell::GetPrimaryRootWindow())-> aura 91 chrome/browser/lifetime/application_lifetime_win.cc aura::HandleActivateDesktop(path, ash_execution_status == ASH_TERMINATE); aura 150 chrome/browser/media/desktop_media_list_ash.cc aura::Window* root_window, aura 154 chrome/browser/media/desktop_media_list_ash.cc aura::Window* container = ash::Shell::GetContainer(root_window, container_id); aura 157 chrome/browser/media/desktop_media_list_ash.cc for (aura::Window::Windows::const_iterator it = container->children().begin(); aura 176 chrome/browser/media/desktop_media_list_ash.cc aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); aura 178 chrome/browser/media/desktop_media_list_ash.cc for (aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 200 chrome/browser/media/desktop_media_list_ash.cc aura::Window* window) { aura 17 chrome/browser/media/desktop_media_list_ash.h namespace aura { aura 67 chrome/browser/media/desktop_media_list_ash.h aura::Window* root_window, aura 71 chrome/browser/media/desktop_media_list_ash.h void CaptureThumbnail(content::DesktopMediaID id, aura::Window* window); aura 66 chrome/browser/media/desktop_media_list_ash_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 87 chrome/browser/media/desktop_media_list_ash_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 101 chrome/browser/media/desktop_media_list_ash_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); aura 84 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc aura::RemoteWindowTreeHostWin::Instance()->Disconnected(); aura 122 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc aura::RemoteWindowTreeHostWin::Instance()->SetRemoteWindowHandle(hwnd); aura 130 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc aura::RemoteWindowTreeHostWin::Instance()->Connected(this); aura 161 chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc aura::RemoteWindowTreeHostWin::Instance()->HandleWindowSizeChanged(width, aura 148 chrome/browser/notifications/desktop_notifications_unittest.cc aura::Env::DeleteInstance(); aura 35 chrome/browser/notifications/fullscreen_notification_blocker.cc const aura::Window* fullscreen_window = aura 499 chrome/browser/plugins/plugin_infobar_delegates.cc aura::RemoteWindowTreeHostWin::Instance()->HandleOpenURLOnDesktop( aura 275 chrome/browser/plugins/plugin_observer.cc aura::Window* window = web_contents()->GetView()->GetNativeView(); aura 84 chrome/browser/renderer_host/pepper/pepper_flash_drm_host.cc aura::WindowTreeHost* host = native_view->GetHost(); aura 86 chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc : public aura::WindowObserver { aura 93 chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc const aura::WindowObserver::HierarchyChangeParams& params) OVERRIDE; aura 204 chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc const aura::WindowObserver::HierarchyChangeParams& params) { aura 71 chrome/browser/renderer_host/pepper/pepper_talk_host.cc aura::Window* parent = aura 84 chrome/browser/signin/signin_error_notifier_ash_unittest.cc aura::TestScreen* test_screen = aura::TestScreen::Create(); aura 115 chrome/browser/sync/sync_error_notifier_ash_unittest.cc aura::TestScreen* test_screen = aura::TestScreen::Create(); aura 164 chrome/browser/ui/ash/accelerator_commands_browsertest.cc window_state->window()->SetProperty(aura::client::kCanMaximizeKey, false); aura 89 chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc aura::Window* root_window = ash::Shell::GetInstance()->GetPrimaryRootWindow(); aura 91 chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc return root_window->GetProperty(aura::client::kRootWindowInputMethodKey); aura 144 chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc aura::Window* container) { aura 48 chrome/browser/ui/ash/ash_keyboard_controller_proxy.h virtual void ShowKeyboardContainer(aura::Window* container) OVERRIDE; aura 23 chrome/browser/ui/ash/ash_util.cc aura::Window::Windows root_windows = aura 26 chrome/browser/ui/ash/ash_util.cc for (aura::Window::Windows::const_iterator it = root_windows.begin(); aura 125 chrome/browser/ui/ash/chrome_shell_delegate.cc aura::Window* root, aura 75 chrome/browser/ui/ash/chrome_shell_delegate.h aura::Window* root, aura 210 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc aura::Window* root_window) { aura 17 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h namespace aura { aura 49 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h aura::Window* root_window) OVERRIDE; aura 31 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc bool ControlsWindow(aura::Window* window) { aura 47 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc activation_client_ = aura::client::GetActivationClient( aura 116 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::OnWindowDestroying(aura::Window* window) { aura 122 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::OnWindowActivated(aura::Window* new_active, aura 123 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc aura::Window* old_active) { aura 140 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc aura::Window* window = app_window->GetNativeWindow(); aura 190 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::UnregisterApp(aura::Window* window) { aura 211 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc bool AppWindowLauncherController::IsRegisteredApp(aura::Window* window) { aura 219 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc AppWindowLauncherController::ControllerForWindow(aura::Window* window) { aura 20 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h namespace aura { aura 38 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h public aura::WindowObserver, aura 39 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h public aura::client::ActivationChangeObserver { aura 58 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 61 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h virtual void OnWindowActivated(aura::Window* gained_active, aura 62 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h aura::Window* lost_active) OVERRIDE; aura 69 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h void UnregisterApp(aura::Window* window); aura 72 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h bool IsRegisteredApp(aura::Window* window); aura 77 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h typedef std::map<aura::Window*, std::string> WindowToAppShelfIdMap; aura 79 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h AppWindowLauncherItemController* ControllerForWindow(aura::Window* window); aura 86 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h aura::client::ActivationClient* activation_client_; aura 56 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc explicit AppWindowHasWindow(aura::Window* window) : window_(window) {} aura 63 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc const aura::Window* window_; aura 90 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc aura::Window* window) { aura 101 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc void AppWindowLauncherItemController::SetActiveWindow(aura::Window* window) { aura 182 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc aura::Window* panel_window = panel->GetNativeWindow(); aura 224 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc aura::Window* root_window) { aura 247 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc aura::Window* window, aura 250 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc if (key == aura::client::kDrawAttentionKey) { aura 254 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc } else if (window->GetProperty(aura::client::kDrawAttentionKey)) { aura 20 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h namespace aura { aura 37 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h public aura::WindowObserver { aura 48 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h void RemoveAppWindowForWindow(aura::Window* window); aura 50 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h void SetActiveWindow(aura::Window* window); aura 63 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE; aura 70 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h virtual void OnWindowPropertyChanged(aura::Window* window, aura 100 chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h ScopedObserver<aura::Window, aura::WindowObserver> observed_windows_; aura 64 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc aura::Window* window = ash::wm::GetActiveWindow(); aura 122 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc aura::Window* window = last_browser->window()->GetNativeWindow(); aura 226 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc aura::Window* root_window) { aura 42 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h aura::Window* root_window) OVERRIDE; aura 81 chrome/browser/ui/ash/launcher/browser_status_monitor.cc aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); aura 82 chrome/browser/ui/ash/launcher/browser_status_monitor.cc aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 88 chrome/browser/ui/ash/launcher/browser_status_monitor.cc aura::client::GetActivationClient(*iter)); aura 89 chrome/browser/ui/ash/launcher/browser_status_monitor.cc observed_root_windows_.Add(static_cast<aura::Window*>(*iter)); aura 132 chrome/browser/ui/ash/launcher/browser_status_monitor.cc void BrowserStatusMonitor::OnWindowActivated(aura::Window* gained_active, aura 133 chrome/browser/ui/ash/launcher/browser_status_monitor.cc aura::Window* lost_active) { aura 165 chrome/browser/ui/ash/launcher/browser_status_monitor.cc void BrowserStatusMonitor::OnWindowDestroyed(aura::Window* window) { aura 169 chrome/browser/ui/ash/launcher/browser_status_monitor.cc aura::client::GetActivationClient(window)); aura 205 chrome/browser/ui/ash/launcher/browser_status_monitor.cc aura::Window* root_window = ash::Shell::GetInstance()-> aura 210 chrome/browser/ui/ash/launcher/browser_status_monitor.cc observed_root_windows_.Add(static_cast<aura::Window*>(root_window)); aura 212 chrome/browser/ui/ash/launcher/browser_status_monitor.cc aura::client::GetActivationClient(root_window)); aura 23 chrome/browser/ui/ash/launcher/browser_status_monitor.h namespace aura { aura 36 chrome/browser/ui/ash/launcher/browser_status_monitor.h class BrowserStatusMonitor : public aura::client::ActivationChangeObserver, aura 37 chrome/browser/ui/ash/launcher/browser_status_monitor.h public aura::WindowObserver, aura 60 chrome/browser/ui/ash/launcher/browser_status_monitor.h virtual void OnWindowActivated(aura::Window* gained_active, aura 61 chrome/browser/ui/ash/launcher/browser_status_monitor.h aura::Window* lost_active) OVERRIDE; aura 64 chrome/browser/ui/ash/launcher/browser_status_monitor.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 146 chrome/browser/ui/ash/launcher/browser_status_monitor.h ScopedObserverWithDuplicatedSources<aura::client::ActivationClient, aura 147 chrome/browser/ui/ash/launcher/browser_status_monitor.h aura::client::ActivationChangeObserver> observed_activation_clients_; aura 150 chrome/browser/ui/ash/launcher/browser_status_monitor.h ScopedObserver<aura::Window, aura::WindowObserver> observed_root_windows_; aura 112 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc std::string GetPrefKeyForRootWindow(aura::Window* root_window) { aura 121 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window* root_window, aura 154 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window* root_window, aura 752 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window* root_window, aura 885 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window* root_window) const { aura 907 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window* root_window) const { aura 914 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window* root_window) { aura 1014 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window* native_window = window->GetNativeWindow(); aura 1159 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window* root_window) { aura 1616 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window* root_window) { aura 1643 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); aura 1645 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc for (aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 1656 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); aura 1658 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc for (aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 54 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h namespace aura { aura 256 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h aura::Window* root_window) const; aura 260 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h bool CanUserModifyShelfAutoHideBehavior(aura::Window* root_window) const; aura 264 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h void ToggleShelfAutoHideBehavior(aura::Window* root_window); aura 310 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h virtual void OnShelfAlignmentChanged(aura::Window* root_window) OVERRIDE; aura 331 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h aura::Window* root_window, aura 450 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h aura::Window* root_window); aura 272 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::test::EventGenerator* generator, aura 877 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::Window* window1 = browser()->window()->GetNativeWindow(); aura 886 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::Window* window2 = browser2->window()->GetNativeWindow(); aura 1400 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc panel->GetNativeWindow()->SetProperty(aura::client::kDrawAttentionKey, true); aura 1410 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc panel->GetNativeWindow()->SetProperty(aura::client::kDrawAttentionKey, true); aura 1426 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::Window* window1 = browser1->window()->GetNativeWindow(); aura 1428 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::Window* window2 = browser2->window()->GetNativeWindow(); aura 1443 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::Window* window3 = browser3->window()->GetNativeWindow(); aura 1532 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::test::EventGenerator generator( aura 1675 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::Window* secondary_root_window = ash::Shell::GetAllRootWindows()[1]; aura 1678 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::test::EventGenerator generator(secondary_root_window, gfx::Point()); aura 1757 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::test::EventGenerator generator( aura 1860 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::test::EventGenerator generator( aura 1934 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc aura::Window* window = browser()->window()->GetNativeWindow(); aura 246 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE { aura 649 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc explicit TestBrowserWindowAura(aura::Window* native_window) aura 668 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc scoped_ptr<aura::Window> native_window_; aura 677 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc aura::Window* window = new aura::Window(NULL); aura 680 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 722 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc native_window_.reset(new aura::Window(NULL)); aura 725 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc native_window_->Init(aura::WINDOW_LAYER_TEXTURED); aura 727 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc aura::client::ParentWindowWithContext(native_window_.get(), aura 758 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc scoped_ptr<aura::Window> native_window_; aura 1713 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc aura::Window* window = browser_window->GetNativeWindow(); aura 47 chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc aura::RemoteWindowTreeHostWin::Instance()->HandleOpenURLOnDesktop( aura 41 chrome/browser/ui/ash/launcher/launcher_context_menu.cc aura::Window* root) aura 56 chrome/browser/ui/ash/launcher/launcher_context_menu.cc aura::Window* root) aura 69 chrome/browser/ui/ash/launcher/launcher_context_menu.cc aura::Window* root) aura 21 chrome/browser/ui/ash/launcher/launcher_context_menu.h namespace aura { aura 37 chrome/browser/ui/ash/launcher/launcher_context_menu.h aura::Window* root_window); aura 43 chrome/browser/ui/ash/launcher/launcher_context_menu.h aura::Window* root_window); aura 47 chrome/browser/ui/ash/launcher/launcher_context_menu.h aura::Window* root_window); aura 105 chrome/browser/ui/ash/launcher/launcher_context_menu.h aura::Window* root_window_; aura 22 chrome/browser/ui/ash/launcher/launcher_item_controller.h namespace aura { aura 8 chrome/browser/ui/ash/launcher/launcher_item_util.cc void CreateShelfItemForDialog(int image_resource_id, aura::Window* window) { aura 10 chrome/browser/ui/ash/launcher/launcher_item_util.h namespace aura { aura 18 chrome/browser/ui/ash/launcher/launcher_item_util.h aura::Window* window); aura 17 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc bool ControlsWindow(aura::Window* window) { aura 9 chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window) { aura 14 chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc void ExecuteVisitDesktopCommand(int command_id, aura::Window* window) {} aura 10 chrome/browser/ui/ash/multi_user/multi_user_context_menu.h namespace aura { aura 19 chrome/browser/ui/ash/multi_user/multi_user_context_menu.h scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window); aura 23 chrome/browser/ui/ash/multi_user/multi_user_context_menu.h void ExecuteVisitDesktopCommand(int command_id, aura::Window* window); aura 35 chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc explicit MultiUserContextMenuChromeos(aura::Window* window); aura 54 chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc aura::Window* window_; aura 59 chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc MultiUserContextMenuChromeos::MultiUserContextMenuChromeos(aura::Window* window) aura 71 chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window) { aura 103 chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc const std::string user_id, aura::Window* window_, bool no_show_again) { aura 114 chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc void ExecuteVisitDesktopCommand(int command_id, aura::Window* window) { aura 34 chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc aura::Window* window() { return window_; } aura 48 chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc aura::Window* window_; aura 60 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc aura::Window* window) { aura 65 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc aura::Window* window) { aura 70 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.cc aura::Window* window) { aura 37 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h virtual void OnOwnerEntryAdded(aura::Window* window) OVERRIDE; aura 38 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h virtual void OnOwnerEntryChanged(aura::Window* window) OVERRIDE; aura 39 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos.h virtual void OnOwnerEntryRemoved(aura::Window* window) OVERRIDE; aura 110 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc aura::Window* CreateWindowForProfile(const std::string& name) { aura 111 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc aura::Window* window = CreateTestWindowInShellWithId(window_id_++); aura 237 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc scoped_ptr<aura::Window> w2(CreateWindowForProfile(u2)); aura 271 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc scoped_ptr<aura::Window> w22(CreateWindowForProfile(u2)); aura 285 chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc scoped_ptr<aura::Window> w23(CreateWindowForProfile(u2)); aura 48 chrome/browser/ui/ash/multi_user/multi_user_util.cc Profile* GetProfileFromWindow(aura::Window* window) { aura 83 chrome/browser/ui/ash/multi_user/multi_user_util.cc void MoveWindowToCurrentDesktop(aura::Window* window) { aura 12 chrome/browser/ui/ash/multi_user/multi_user_util.h namespace aura { aura 28 chrome/browser/ui/ash/multi_user/multi_user_util.h Profile* GetProfileFromWindow(aura::Window* window); aura 40 chrome/browser/ui/ash/multi_user/multi_user_util.h void MoveWindowToCurrentDesktop(aura::Window* window); aura 70 chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc bool MultiUserWindowManager::ShouldShowAvatar(aura::Window* window) { aura 18 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h namespace aura { aura 48 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h virtual void OnOwnerEntryAdded(aura::Window* window) {} aura 50 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h virtual void OnOwnerEntryChanged(aura::Window* window) {} aura 53 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h virtual void OnOwnerEntryRemoved(aura::Window* window) {} aura 84 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h static bool ShouldShowAvatar(aura::Window* window); aura 100 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h aura::Window* window, const std::string& user_id) = 0; aura 104 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h virtual const std::string& GetWindowOwner(aura::Window* window) = 0; aura 113 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h aura::Window* window, const std::string& user_id) = 0; aura 123 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h virtual bool IsWindowOnDesktopOfUser(aura::Window* window, aura 128 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h virtual const std::string& GetUserPresentingWindow(aura::Window* window) = 0; aura 95 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window::Windows root_window_list = ash::Shell::GetAllRootWindows(); aura 96 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc for (aura::Window::Windows::iterator it = root_window_list.begin(); aura 106 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc void RecordUMAForTransferredWindowType(aura::Window* window) { aura 155 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc AnimationSetter(aura::Window* window, int animation_time_in_ms) aura 179 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window_; aura 219 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window = app_window->GetNativeWindow(); aura 284 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, aura 318 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window) { aura 325 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, aura 359 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, aura 366 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window) { aura 440 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc void MultiUserWindowManagerChromeOS::OnWindowDestroyed(aura::Window* window) { aura 457 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, bool visible) { aura 481 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, bool visible) { aura 490 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* owned_parent = GetOwningWindowInTransientChain(window); aura 497 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, aura 498 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* transient_window) { aura 503 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* owned_parent = aura 512 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, aura 513 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* transient_window) { aura 542 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, aura 597 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc std::set<aura::Window*> parent_list; aura 600 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* parent = it->first->parent(); aura 607 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc for (std::set<aura::Window*>::iterator it_parents = parent_list.begin(); aura 609 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc const aura::Window::Windows window_list = (*it_parents)->children(); aura 610 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc for (aura::Window::Windows::const_iterator it_window = window_list.begin(); aura 612 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window = *it_window; aura 641 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window = mru_list[0]; aura 645 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::client::ActivationClient* client = aura 646 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::client::GetActivationClient(window->GetRootWindow()); aura 708 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); aura 709 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc for (aura::Window::Windows::const_iterator iter = root_windows.begin(); aura 727 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, bool visible, int animation_time_in_ms) { aura 737 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* system_modal_container = aura 745 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* owning_window = GetOwningWindowInTransientChain(window); aura 770 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, int animation_time_in_ms) { aura 771 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window::Windows::const_iterator it = aura 783 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* MultiUserWindowManagerChromeOS::GetOwningWindowInTransientChain( aura 784 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window) { aura 787 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* parent = wm::GetTransientParent(window); aura 797 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, aura 798 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* owned_parent) { aura 800 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window::Windows::const_iterator it = aura 826 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window) { aura 828 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window::Windows::const_iterator it = aura 855 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc aura::Window* window, aura 30 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h namespace aura { aura 60 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h public aura::WindowObserver, aura 70 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h aura::Window* window, const std::string& user_id) OVERRIDE; aura 71 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h virtual const std::string& GetWindowOwner(aura::Window* window) OVERRIDE; aura 73 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h aura::Window* window, const std::string& user_id) OVERRIDE; aura 77 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h virtual bool IsWindowOnDesktopOfUser(aura::Window* window, aura 80 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h aura::Window* window) OVERRIDE; aura 89 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 90 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h virtual void OnWindowVisibilityChanging(aura::Window* window, aura 92 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h virtual void OnWindowVisibilityChanged(aura::Window* window, aura 96 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h virtual void OnTransientChildAdded(aura::Window* window, aura 97 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h aura::Window* transient) OVERRIDE; aura 98 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h virtual void OnTransientChildRemoved(aura::Window* window, aura 99 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h aura::Window* transient) OVERRIDE; aura 158 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h typedef std::map<aura::Window*, WindowEntry*> WindowToEntryMap; aura 160 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h typedef std::map<aura::Window*, bool> TransientWindowToVisibility; aura 171 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h bool ShowWindowForUserIntern(aura::Window* window, aura 195 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h void SetWindowVisibility(aura::Window* window, aura 202 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h void ShowWithTransientChildrenRecursive(aura::Window* window, aura 207 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h aura::Window* GetOwningWindowInTransientChain(aura::Window* window); aura 212 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h void AddTransientOwnerRecursive(aura::Window* window, aura 213 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h aura::Window* owning_parent); aura 217 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h void RemoveTransientOwnerRecursive(aura::Window* window); aura 220 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h void SetWindowVisible(aura::Window* window, aura 56 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc aura::Window* window(size_t index) { aura 87 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc void MakeWindowSystemModal(aura::Window* window) { aura 88 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc aura::Window* system_modal_container = aura 94 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc void ShowWindowForUserNoUserTransition(aura::Window* window, aura 111 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc std::vector<aura::Window*> window_; aura 273 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc aura::Window* to_be_deleted = window(0); aura 469 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc aura::client::ActivationClient* activation_client = aura 470 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc aura::client::GetActivationClient(window(0)->GetRootWindow()); aura 12 chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.cc void MultiUserWindowManagerStub::SetWindowOwner(aura::Window* window, aura 18 chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.cc aura::Window* window) { aura 22 chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.cc void MultiUserWindowManagerStub::ShowWindowForUser(aura::Window* window, aura 36 chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.cc aura::Window* window, aura 42 chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.cc aura::Window* window) { aura 25 chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h aura::Window* window, const std::string& user_id) OVERRIDE; aura 26 chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h virtual const std::string& GetWindowOwner(aura::Window* window) OVERRIDE; aura 28 chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h aura::Window* window, const std::string& user_id) OVERRIDE; aura 32 chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h virtual bool IsWindowOnDesktopOfUser(aura::Window* window, aura 35 chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h aura::Window* window) OVERRIDE; aura 418 chrome/browser/ui/ash/screenshot_taker.cc aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); aura 420 chrome/browser/ui/ash/screenshot_taker.cc aura::Window* primary_root = ash::Shell::GetPrimaryRootWindow(); aura 427 chrome/browser/ui/ash/screenshot_taker.cc aura::Window* root_window = root_windows[i]; aura 441 chrome/browser/ui/ash/screenshot_taker.cc aura::Window* window, const gfx::Rect& rect) { aura 577 chrome/browser/ui/ash/screenshot_taker.cc aura::Window* window, aura 597 chrome/browser/ui/ash/screenshot_taker.cc aura::Window* window, aura 25 chrome/browser/ui/ash/screenshot_taker.h namespace aura { aura 60 chrome/browser/ui/ash/screenshot_taker.h virtual void HandleTakePartialScreenshot(aura::Window* window, aura 80 chrome/browser/ui/ash/screenshot_taker.h void GrabPartialWindowSnapshotAsync(aura::Window* window, aura 84 chrome/browser/ui/ash/screenshot_taker.h void GrabFullWindowSnapshotAsync(aura::Window* window, aura 43 chrome/browser/ui/ash/session_state_delegate_chromeos.cc aura::Window* window) { aura 143 chrome/browser/ui/ash/session_state_delegate_chromeos.cc bool SessionStateDelegateChromeos::ShouldShowAvatar(aura::Window* window) { aura 29 chrome/browser/ui/ash/session_state_delegate_chromeos.h aura::Window* window) OVERRIDE; aura 47 chrome/browser/ui/ash/session_state_delegate_chromeos.h virtual bool ShouldShowAvatar(aura::Window* window) OVERRIDE; aura 30 chrome/browser/ui/ash/session_state_delegate_views.cc aura::Window* window) { aura 94 chrome/browser/ui/ash/session_state_delegate_views.cc bool SessionStateDelegate::ShouldShowAvatar(aura::Window* window) { aura 26 chrome/browser/ui/ash/session_state_delegate_views.h aura::Window* window) OVERRIDE; aura 44 chrome/browser/ui/ash/session_state_delegate_views.h virtual bool ShouldShowAvatar(aura::Window* window) OVERRIDE; aura 33 chrome/browser/ui/ash/window_positioner_unittest.cc explicit TestBrowserWindowAura(aura::Window* native_window); aura 46 chrome/browser/ui/ash/window_positioner_unittest.cc TestBrowserWindowAura::TestBrowserWindowAura(aura::Window *native_window) aura 65 chrome/browser/ui/ash/window_positioner_unittest.cc aura::Window* window() { return window_.get(); } aura 66 chrome/browser/ui/ash/window_positioner_unittest.cc aura::Window* popup() { return popup_.get(); } aura 83 chrome/browser/ui/ash/window_positioner_unittest.cc scoped_ptr<aura::Window> window_; aura 84 chrome/browser/ui/ash/window_positioner_unittest.cc scoped_ptr<aura::Window> popup_; aura 24 chrome/browser/ui/aura/active_desktop_monitor.cc aura::Env::GetInstance()->AddObserver(this); aura 29 chrome/browser/ui/aura/active_desktop_monitor.cc aura::Env::GetInstance()->RemoveObserver(this); aura 41 chrome/browser/ui/aura/active_desktop_monitor.cc bool ActiveDesktopMonitor::IsDesktopWindow(aura::WindowTreeHost* host) { aura 57 chrome/browser/ui/aura/active_desktop_monitor.cc void ActiveDesktopMonitor::OnWindowInitialized(aura::Window* window) {} aura 59 chrome/browser/ui/aura/active_desktop_monitor.cc void ActiveDesktopMonitor::OnHostActivated(aura::WindowTreeHost* host) { aura 15 chrome/browser/ui/aura/active_desktop_monitor.h class ActiveDesktopMonitor : public aura::EnvObserver { aura 30 chrome/browser/ui/aura/active_desktop_monitor.h static bool IsDesktopWindow(aura::WindowTreeHost* host); aura 33 chrome/browser/ui/aura/active_desktop_monitor.h virtual void OnWindowInitialized(aura::Window* window) OVERRIDE; aura 34 chrome/browser/ui/aura/active_desktop_monitor.h virtual void OnHostActivated(aura::WindowTreeHost* host) OVERRIDE; aura 73 chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc aura::Env::CreateInstance(); aura 517 chrome/browser/ui/browser_navigator.cc aura::Window* src_window = source_browser->window()->GetNativeWindow(); aura 518 chrome/browser/ui/browser_navigator.cc aura::Window* new_window = params->browser->window()->GetNativeWindow(); aura 37 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* created_window() { return created_window_; } aura 41 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* window, const std::string& user_id) OVERRIDE; aura 42 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc virtual const std::string& GetWindowOwner(aura::Window* window) OVERRIDE; aura 44 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* window, const std::string& user_id) OVERRIDE; aura 48 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc virtual bool IsWindowOnDesktopOfUser(aura::Window* window, aura 51 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* window) OVERRIDE; aura 58 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* browser_window_; aura 64 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* created_window_; aura 93 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* window, const std::string& user_id) { aura 98 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* window) { aura 105 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* window, aura 124 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* window, aura 130 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* window) { aura 217 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc aura::Window* created_window = manager->created_window(); aura 108 chrome/browser/ui/libgtk2ui/gtk2_util.cc void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent) { aura 123 chrome/browser/ui/libgtk2ui/gtk2_util.cc aura::Window* GetAuraTransientParent(GtkWidget* dialog) { aura 124 chrome/browser/ui/libgtk2ui/gtk2_util.cc return reinterpret_cast<aura::Window*>( aura 13 chrome/browser/ui/libgtk2ui/gtk2_util.h namespace aura { aura 48 chrome/browser/ui/libgtk2ui/gtk2_util.h void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent); aura 51 chrome/browser/ui/libgtk2ui/gtk2_util.h aura::Window* GetAuraTransientParent(GtkWidget* dialog); aura 141 chrome/browser/ui/libgtk2ui/print_dialog_gtk2.cc aura::Window* parent = libgtk2ui::GetAuraTransientParent(dialog_); aura 445 chrome/browser/ui/libgtk2ui/print_dialog_gtk2.cc void PrintDialogGtk2::OnWindowDestroying(aura::Window* window) { aura 33 chrome/browser/ui/libgtk2ui/print_dialog_gtk2.h public aura::WindowObserver { aura 76 chrome/browser/ui/libgtk2ui/print_dialog_gtk2.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 76 chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h std::set<aura::Window*> parents_; aura 49 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc public aura::WindowObserver { aura 73 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 186 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc void SelectFileDialogImplGTK::OnWindowDestroying(aura::Window* window) { aura 190 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc aura::Window* parent = GetAuraTransientParent(*it); aura 195 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc std::set<aura::Window*>::iterator iter = parents_.find(window); aura 506 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc aura::Window* parent = GetAuraTransientParent(dialog); aura 509 chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc std::set<aura::Window*>::iterator iter = parents_.find(parent); aura 114 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc aura_test_helper_.reset(new aura::test::AuraTestHelper(&message_loop_)); aura 191 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_; aura 128 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc public aura::WindowObserver { aura 178 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 300 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc aura::Window* target = ash::Shell::GetTargetRootWindow(); aura 321 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc aura::Window* native_window = GetNativeWindow(); aura 323 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc aura::client::ParentWindowWithContext(native_window, aura 335 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc aura::Window* root_window = widget()->GetNativeWindow()->GetRootWindow(); aura 391 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc aura::client::kRestoreShowStateKey); aura 634 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc aura::Window* native_window = widget()->GetNativeWindow(); aura 11 chrome/browser/ui/views/apps/shaped_app_window_targeter.cc aura::Window* window, aura 18 chrome/browser/ui/views/apps/shaped_app_window_targeter.cc bool ShapedAppWindowTargeter::GetHitTestMask(aura::Window* window, aura 14 chrome/browser/ui/views/apps/shaped_app_window_targeter.h ShapedAppWindowTargeter(aura::Window* window, aura 20 chrome/browser/ui/views/apps/shaped_app_window_targeter.h virtual bool GetHitTestMask(aura::Window* window, aura 14 chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc class ShapedAppWindowTargeterTest : public aura::test::AuraTestBase { aura 29 chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc aura::test::AuraTestBase::SetUp(); aura 46 chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc aura::test::AuraTestBase::TearDown(); aura 58 chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 104 chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 162 chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc aura::Window* window = widget()->GetNativeWindow(); aura 252 chrome/browser/ui/views/ash/tab_scrubber.cc aura::Window* active_window = ash::wm::GetActiveWindow(); aura 63 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc aura::Window* window = browser->window()->GetNativeWindow(); aura 81 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc aura::Window* window = browser->window()->GetNativeWindow(); aura 82 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc aura::Window* root = window->GetRootWindow(); aura 83 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc aura::test::EventGenerator event_generator(root, window); aura 108 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc aura::Window* window = browser->window()->GetNativeWindow(); aura 109 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc aura::Window* root = window->GetRootWindow(); aura 110 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc aura::test::EventGenerator event_generator(root, window); aura 151 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc aura::Window* window = browser->window()->GetNativeWindow(); aura 152 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc aura::Window* root = window->GetRootWindow(); aura 153 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc aura::test::EventGenerator event_generator(root, window); aura 50 chrome/browser/ui/views/extensions/extension_dialog.cc aura::Window* parent_window, aura 85 chrome/browser/ui/views/extensions/extension_dialog.cc void ExtensionDialog::InitWindow(aura::Window* parent, aura 41 chrome/browser/ui/views/extensions/extension_dialog.h aura::Window* parent_window, aura 94 chrome/browser/ui/views/extensions/extension_dialog.h void InitWindow(aura::Window* parent_window, int width, int height); aura 161 chrome/browser/ui/views/extensions/extension_popup.cc aura::Window* bubble_window = GetWidget()->GetNativeWindow(); aura 162 chrome/browser/ui/views/extensions/extension_popup.cc aura::client::ActivationClient* activation_client = aura 163 chrome/browser/ui/views/extensions/extension_popup.cc aura::client::GetActivationClient(bubble_window->GetRootWindow()); aura 189 chrome/browser/ui/views/extensions/extension_popup.cc void ExtensionPopup::OnWindowActivated(aura::Window* gained_active, aura 190 chrome/browser/ui/views/extensions/extension_popup.cc aura::Window* lost_active) { aura 194 chrome/browser/ui/views/extensions/extension_popup.cc aura::Window* this_window = GetWidget()->GetNativeWindow(); aura 195 chrome/browser/ui/views/extensions/extension_popup.cc aura::Window* anchor_window = anchor_widget()->GetNativeWindow(); aura 241 chrome/browser/ui/views/extensions/extension_popup.cc aura::Window* bubble_window = popup->GetWidget()->GetNativeWindow(); aura 242 chrome/browser/ui/views/extensions/extension_popup.cc aura::client::ActivationClient* activation_client = aura 243 chrome/browser/ui/views/extensions/extension_popup.cc aura::client::GetActivationClient(bubble_window->GetRootWindow()); aura 37 chrome/browser/ui/views/extensions/extension_popup.h public aura::client::ActivationChangeObserver, aura 85 chrome/browser/ui/views/extensions/extension_popup.h virtual void OnWindowActivated(aura::Window* gained_active, aura 86 chrome/browser/ui/views/extensions/extension_popup.h aura::Window* lost_active) OVERRIDE; aura 66 chrome/browser/ui/views/first_run_dialog.cc aura::Window* anchor = dialog->GetWidget()->GetNativeWindow(); aura 67 chrome/browser/ui/views/first_run_dialog.cc aura::client::DispatcherClient* client = aura 68 chrome/browser/ui/views/first_run_dialog.cc aura::client::GetDispatcherClient(anchor->GetRootWindow()); aura 106 chrome/browser/ui/views/first_run_dialog.cc aura::Window* window = GetWidget()->GetNativeView(); aura 107 chrome/browser/ui/views/first_run_dialog.cc aura::client::DispatcherClient* client = aura 108 chrome/browser/ui/views/first_run_dialog.cc aura::client::GetDispatcherClient(window->GetRootWindow()); aura 44 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_x11.cc aura::Window* content_window, aura 37 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_x11.h aura::Window* content_window, aura 19 chrome/browser/ui/views/frame/browser_frame_ash.cc using aura::Window; aura 83 chrome/browser/ui/views/frame/browser_frame_ash.cc void BrowserFrameAsh::OnWindowDestroying(aura::Window* window) { aura 33 chrome/browser/ui/views/frame/browser_frame_ash.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 21 chrome/browser/ui/views/frame/browser_frame_ashwin.cc void BrowserFrameAshWin::OnWindowFocused(aura::Window* gained_focus, aura 22 chrome/browser/ui/views/frame/browser_frame_ashwin.cc aura::Window* lost_focus) { aura 33 chrome/browser/ui/views/frame/browser_frame_ashwin.cc if (aura::RemoteWindowTreeHostWin::IsValid() && aura 34 chrome/browser/ui/views/frame/browser_frame_ashwin.cc !aura::RemoteWindowTreeHostWin::Instance()->IsForegroundWindow() && aura 20 chrome/browser/ui/views/frame/browser_frame_ashwin.h virtual void OnWindowFocused(aura::Window* gained_focus, aura 21 chrome/browser/ui/views/frame/browser_frame_ashwin.h aura::Window* lost_focus) OVERRIDE; aura 1475 chrome/browser/ui/views/frame/browser_view.cc aura::Window* window = contents->GetView()->GetNativeView(); aura 1476 chrome/browser/ui/views/frame/browser_view.cc aura::Window* root_window = GetNativeWindow()->GetRootWindow(); aura 1477 chrome/browser/ui/views/frame/browser_view.cc aura::client::ParentWindowWithContext( aura 24 chrome/browser/ui/views/frame/desktop_browser_frame_aura.cc using aura::Window; aura 53 chrome/browser/ui/views/frame/desktop_browser_frame_aura.cc aura::client::SetVisibilityClient(GetNativeView()->GetRootWindow(), NULL); aura 71 chrome/browser/ui/views/frame/desktop_browser_frame_aura.cc aura::client::SetVisibilityClient(GetNativeView()->GetRootWindow(), aura 17 chrome/browser/ui/views/frame/immersive_mode_controller_ash.h namespace aura { aura 78 chrome/browser/ui/views/frame/immersive_mode_controller_ash.h aura::Window* native_window_; aura 147 chrome/browser/ui/views/frame/system_menu_model_builder.cc aura::Window* window = browser()->window()->GetNativeWindow(); aura 17 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.cc aura::Window* GetTopmostTransientParent(aura::Window* window) { aura 18 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.cc aura::Window* topmost = wm::GetToplevelWindow(window); aura 27 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.cc aura::Window* modal_window) aura 30 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.cc aura::Window* topmost_transient_parent = aura 37 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.cc aura::Env::GetInstance()->PrependPreTargetHandler(this); aura 43 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.cc aura::Env::GetInstance()->RemovePreTargetHandler(this); aura 55 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.cc aura::Window* window = aura 56 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.cc GetTopmostTransientParent(static_cast<aura::Window*>(target)); aura 12 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.h namespace aura { aura 23 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.h explicit JavascriptAppModalEventBlockerX11(aura::Window* app_modal_window); aura 37 chrome/browser/ui/views/javascript_app_modal_event_blocker_x11.h aura::Window* modal_window_; aura 418 chrome/browser/ui/views/omnibox/omnibox_view_views.cc aura::client::FocusClient* client = aura 419 chrome/browser/ui/views/omnibox/omnibox_view_views.cc aura::client::GetFocusClient(widget->GetNativeView()); aura 72 chrome/browser/ui/views/omnibox/omnibox_view_views_browsertest.cc aura::test::EventGenerator generator(browser()->window()-> aura 321 chrome/browser/ui/views/panels/panel_frame_view.cc aura::Window* window = panel_view_->GetNativePanelWindow(); aura 164 chrome/browser/ui/views/simple_message_box_views.cc aura::Window* window = GetWidget()->GetNativeView(); aura 165 chrome/browser/ui/views/simple_message_box_views.cc aura::client::DispatcherClient* client = aura 166 chrome/browser/ui/views/simple_message_box_views.cc aura::client::GetDispatcherClient(window->GetRootWindow()); aura 217 chrome/browser/ui/views/simple_message_box_views.cc aura::Window* anchor = dialog->GetWidget()->GetNativeWindow(); aura 218 chrome/browser/ui/views/simple_message_box_views.cc aura::client::DispatcherClient* client = aura 219 chrome/browser/ui/views/simple_message_box_views.cc aura::client::GetDispatcherClient(anchor->GetRootWindow()); aura 141 chrome/browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.cc aura::Window* target_window = GetActiveNativeView(); aura 142 chrome/browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.cc aura::Window* root_window = target_window->GetRootWindow(); aura 143 chrome/browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.cc aura::client::ScreenPositionClient* screen_position_client = aura 144 chrome/browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.cc aura::client::GetScreenPositionClient(root_window); aura 165 chrome/browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.cc aura::Window* ChromeWebContentsViewDelegateViews::GetActiveNativeView() { aura 15 chrome/browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.h namespace aura { aura 50 chrome/browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.h aura::Window* GetActiveNativeView(); aura 357 chrome/browser/ui/views/tabs/tab.cc if (aura::Env::GetInstance()->is_touch_down()) aura 1687 chrome/browser/ui/views/tabs/tab_drag_controller.cc aura::Window* window = GetLocalProcessWindow(point_in_screen, true); aura 1713 chrome/browser/ui/views/tabs/tab_drag_controller.cc aura::Window* browser_window = widget_window->GetNativeView(); aura 1717 chrome/browser/ui/views/tabs/tab_drag_controller.cc for (aura::Window::Windows::const_reverse_iterator it = aura 1874 chrome/browser/ui/views/tabs/tab_drag_controller.cc aura::Env::GetInstance()->is_touch_down()) { aura 1877 chrome/browser/ui/views/tabs/tab_drag_controller.cc aura::Window* widget_window = widget->GetNativeWindow(); aura 1906 chrome/browser/ui/views/tabs/tab_drag_controller.cc std::set<aura::Window*> exclude; aura 1908 chrome/browser/ui/views/tabs/tab_drag_controller.cc aura::Window* dragged_window = aura 216 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc class ScreenEventGeneratorDelegate : public aura::test::EventGeneratorDelegate { aura 218 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc explicit ScreenEventGeneratorDelegate(aura::Window* root_window) aura 223 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc virtual aura::WindowTreeHost* GetHostAt( aura 228 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc virtual aura::client::ScreenPositionClient* GetScreenPositionClient( aura 229 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc const aura::Window* window) const OVERRIDE { aura 230 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc return aura::client::GetScreenPositionClient(root_window_); aura 234 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window* root_window_; aura 367 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc event_generator_.reset(new aura::test::EventGenerator( aura 386 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc event_generator_.reset(new aura::test::EventGenerator( aura 540 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc scoped_ptr<aura::test::EventGenerator> event_generator_; aura 655 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc bool IsWindowPositionManaged(aura::Window* window) { aura 658 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc bool HasUserChangedWindowPositionOrSize(aura::Window* window) { aura 1543 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window::Windows roots = ash::Shell::GetAllRootWindows(); aura 1545 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window* second_root = roots[1]; aura 1603 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window::Windows roots = ash::Shell::GetAllRootWindows(); aura 1605 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window* second_root = roots[1]; aura 1661 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window::Windows roots = ash::Shell::GetAllRootWindows(); aura 1663 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window* second_root = roots[1]; aura 1729 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window::Windows roots = ash::Shell::GetAllRootWindows(); aura 1731 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window* first_root = roots[0]; aura 1732 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window* second_root = roots[1]; aura 1806 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window::Windows roots = ash::Shell::GetAllRootWindows(); aura 1808 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window* second_root = roots[1]; aura 1854 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window* primary_root = roots[0]; aura 1964 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window::Windows roots = ash::Shell::GetAllRootWindows(); aura 2030 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window* current_root, aura 2069 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window::Windows roots = ash::Shell::GetAllRootWindows(); aura 2109 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc aura::Window::Windows roots = ash::Shell::GetAllRootWindows(); aura 12 chrome/browser/ui/views/tabs/window_finder.h namespace aura { aura 21 chrome/browser/ui/views/tabs/window_finder.h aura::Window* GetLocalProcessWindowAtPoint( aura 24 chrome/browser/ui/views/tabs/window_finder.h const std::set<aura::Window*>& ignore); aura 14 chrome/browser/ui/views/tabs/window_finder_ash.cc aura::Window* GetLocalProcessWindowAtPointImpl( aura 17 chrome/browser/ui/views/tabs/window_finder_ash.cc aura::Window* window) { aura 31 chrome/browser/ui/views/tabs/window_finder_ash.cc for (aura::Window::Windows::const_reverse_iterator i = aura 33 chrome/browser/ui/views/tabs/window_finder_ash.cc aura::Window* result = aura 43 chrome/browser/ui/views/tabs/window_finder_ash.cc aura::Window* GetLocalProcessWindowAtPointAsh( aura 45 chrome/browser/ui/views/tabs/window_finder_ash.cc const std::set<aura::Window*>& ignore) { aura 10 chrome/browser/ui/views/tabs/window_finder_chromeos.cc aura::Window* GetLocalProcessWindowAtPointAsh( aura 12 chrome/browser/ui/views/tabs/window_finder_chromeos.cc const std::set<aura::Window*>& ignore); aura 14 chrome/browser/ui/views/tabs/window_finder_chromeos.cc aura::Window* GetLocalProcessWindowAtPoint( aura 17 chrome/browser/ui/views/tabs/window_finder_chromeos.cc const std::set<aura::Window*>& ignore) { aura 15 chrome/browser/ui/views/tabs/window_finder_win.cc aura::Window* GetLocalProcessWindowAtPointAsh( aura 17 chrome/browser/ui/views/tabs/window_finder_win.cc const std::set<aura::Window*>& ignore); aura 219 chrome/browser/ui/views/tabs/window_finder_win.cc aura::Window* GetLocalProcessWindowAtPoint( aura 222 chrome/browser/ui/views/tabs/window_finder_win.cc const std::set<aura::Window*>& ignore) { aura 15 chrome/browser/ui/views/tabs/window_finder_x11.cc aura::Window* GetLocalProcessWindowAtPointAsh( aura 17 chrome/browser/ui/views/tabs/window_finder_x11.cc const std::set<aura::Window*>& ignore); aura 29 chrome/browser/ui/views/tabs/window_finder_x11.cc explicit BaseWindowFinder(const std::set<aura::Window*>& ignore) { aura 30 chrome/browser/ui/views/tabs/window_finder_x11.cc std::set<aura::Window*>::iterator iter; aura 67 chrome/browser/ui/views/tabs/window_finder_x11.cc const std::set<aura::Window*>& ignore) { aura 98 chrome/browser/ui/views/tabs/window_finder_x11.cc const std::set<aura::Window*>& ignore) aura 129 chrome/browser/ui/views/tabs/window_finder_x11.cc const std::set<aura::Window*>& ignore) { aura 145 chrome/browser/ui/views/tabs/window_finder_x11.cc if (!aura::WindowTreeHost::GetForAcceleratedWidget(window)) aura 161 chrome/browser/ui/views/tabs/window_finder_x11.cc const std::set<aura::Window*>& ignore) aura 180 chrome/browser/ui/views/tabs/window_finder_x11.cc aura::Window* GetLocalProcessWindowAtPoint( aura 183 chrome/browser/ui/views/tabs/window_finder_x11.cc const std::set<aura::Window*>& ignore) { aura 77 chrome/browser/ui/views/web_contents_modal_dialog_manager_views.cc widget->GetNativeWindow()->SetProperty(aura::client::kConstrainedWindowKey, aura 91 chrome/browser/ui/views/web_contents_modal_dialog_manager_views.cc parent->parent()->SetProperty(aura::client::kAnimationsDisabledKey, true); aura 220 chrome/browser/ui/views/web_contents_modal_dialog_manager_views.cc view->parent()->ClearProperty(aura::client::kAnimationsDisabledKey); aura 151 chrome/browser/ui/window_sizer/window_sizer.cc aura::Window* target = ash::Shell::GetTargetRootWindow(); aura 55 chrome/browser/ui/window_sizer/window_sizer_ash.cc aura::Window* browser_window = aura 46 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc gfx::Rect GetChromeIconBoundsForRootWindow(aura::Window* root_window) { aura 56 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc void OpenBrowserUsingShelfOnRootWindow(aura::Window* root_window) { aura 57 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc aura::test::EventGenerator generator(root_window); aura 81 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); aura 151 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc void OpenBrowserUsingContextMenuOnRootWindow(aura::Window* root_window) { aura 172 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); aura 38 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc explicit TestBrowserWindowAura(aura::Window* native_window) aura 52 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc aura::client::GetActivationClient( aura 76 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc scoped_ptr<aura::Window> native_window_; aura 82 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc aura::Window* window, aura 871 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc aura::Window* first_root = aura 885 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc aura::Window* second_root = aura 70 chrome/test/base/browser_with_test_window_test.cc aura_test_helper_.reset(new aura::test::AuraTestHelper( aura 39 chrome/test/base/browser_with_test_window_test.h namespace aura { aura 192 chrome/test/base/browser_with_test_window_test.h scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_; aura 59 chrome/test/base/chrome_render_view_host_test_harness.cc aura::Env::DeleteInstance(); aura 52 chrome/test/base/interactive_test_utils_views.cc aura::Window* window = view->GetWidget()->GetNativeView(); aura 52 chrome/test/base/interactive_ui_tests_main.cc ui_controls::InstallUIControlsAura(aura::test::CreateUIControlsAura(NULL)); aura 143 chrome/test/base/view_event_test_base.cc aura::Env::CreateInstance(); aura 148 chrome/test/base/view_event_test_base.cc new aura::test::AuraTestHelper(base::MessageLoopForUI::current())); aura 177 chrome/test/base/view_event_test_base.cc aura::Env::DeleteInstance(); aura 27 chrome/test/base/view_event_test_base.h namespace aura { aura 158 chrome/test/base/view_event_test_base.h scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_; aura 90 content/browser/media/capture/desktop_capture_device_aura.cc public aura::WindowObserver, aura 103 content/browser/media/capture/desktop_capture_device_aura.cc virtual void OnWindowBoundsChanged(aura::Window* window, aura 106 content/browser/media/capture/desktop_capture_device_aura.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 141 content/browser/media/capture/desktop_capture_device_aura.cc aura::Window* desktop_window_; aura 378 content/browser/media/capture/desktop_capture_device_aura.cc gfx::Point cursor_position = aura::Env::GetInstance()->last_mouse_location(); aura 397 content/browser/media/capture/desktop_capture_device_aura.cc aura::Window* window, aura 407 content/browser/media/capture/desktop_capture_device_aura.cc void DesktopVideoCaptureMachine::OnWindowDestroyed(aura::Window* window) { aura 15 content/browser/media/capture/desktop_capture_device_aura.h namespace aura { aura 66 content/browser/media/capture/desktop_capture_device_aura_unittest.cc helper_.reset(new aura::test::AuraTestHelper(&message_loop_)); aura 73 content/browser/media/capture/desktop_capture_device_aura_unittest.cc window_delegate_.reset(new aura::test::TestWindowDelegate()); aura 74 content/browser/media/capture/desktop_capture_device_aura_unittest.cc desktop_window_.reset(new aura::Window(window_delegate_.get())); aura 75 content/browser/media/capture/desktop_capture_device_aura_unittest.cc desktop_window_->Init(aura::WINDOW_LAYER_TEXTURED); aura 77 content/browser/media/capture/desktop_capture_device_aura_unittest.cc aura::client::ParentWindowWithContext( aura 91 content/browser/media/capture/desktop_capture_device_aura_unittest.cc aura::Window* root_window() { return helper_->root_window(); } aura 96 content/browser/media/capture/desktop_capture_device_aura_unittest.cc scoped_ptr<aura::test::AuraTestHelper> helper_; aura 97 content/browser/media/capture/desktop_capture_device_aura_unittest.cc scoped_ptr<aura::Window> desktop_window_; aura 98 content/browser/media/capture/desktop_capture_device_aura_unittest.cc scoped_ptr<aura::test::TestWindowDelegate> window_delegate_; aura 16 content/browser/renderer_host/compositor_resize_lock_aura.cc aura::WindowTreeHost* host, aura 13 content/browser/renderer_host/compositor_resize_lock_aura.h namespace aura { aura 25 content/browser/renderer_host/compositor_resize_lock_aura.h CompositorResizeLock(aura::WindowTreeHost* host, aura 39 content/browser/renderer_host/compositor_resize_lock_aura.h aura::WindowTreeHost* host_; aura 34 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc aura::Window* window = GetWindow(); aura 35 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc aura::WindowTreeHost* host = window->GetHost(); aura 55 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc aura::Window* window = GetWindow(); aura 122 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc aura::Window* window = GetWindow(); aura 147 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc aura::Window* SyntheticGestureTargetAura::GetWindow() const { aura 148 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc aura::Window* window = render_widget_host()->GetView()->GetNativeView(); aura 12 content/browser/renderer_host/input/synthetic_gesture_target_aura.h namespace aura { aura 49 content/browser/renderer_host/input/synthetic_gesture_target_aura.h aura::Window* GetWindow() const; aura 606 content/browser/renderer_host/render_widget_host_unittest.cc aura::Env::CreateInstance(); aura 607 content/browser/renderer_host/render_widget_host_unittest.cc screen_.reset(aura::TestScreen::Create()); aura 624 content/browser/renderer_host/render_widget_host_unittest.cc aura::Env::DeleteInstance(); aura 304 content/browser/renderer_host/render_widget_host_view_aura.cc void GetScreenInfoForWindow(WebScreenInfo* results, aura::Window* window) { aura 391 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Env::GetInstance()->AddPreTargetHandler(this); aura 395 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Env::GetInstance()->RemovePreTargetHandler(this); aura 423 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 438 content/browser/renderer_host/render_widget_host_view_aura.cc class RenderWidgetHostViewAura::WindowObserver : public aura::WindowObserver { aura 450 content/browser/renderer_host/render_widget_host_view_aura.cc virtual void OnWindowAddedToRootWindow(aura::Window* window) OVERRIDE { aura 455 content/browser/renderer_host/render_widget_host_view_aura.cc virtual void OnWindowRemovingFromRootWindow(aura::Window* window, aura 456 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* new_root) OVERRIDE { aura 472 content/browser/renderer_host/render_widget_host_view_aura.cc window_(new aura::Window(this)), aura 498 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::SetTooltipText(window_, &tooltip_); aura 499 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::SetActivationDelegate(window_, this); aura 500 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::SetActivationChangeObserver(window_, this); aura 501 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::SetFocusChangeObserver(window_, this); aura 527 content/browser/renderer_host/render_widget_host_view_aura.cc window_->Init(aura::WINDOW_LAYER_TEXTURED); aura 538 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::TransientWindowClient* transient_window_client = aura 539 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetTransientWindowClient(); aura 555 content/browser/renderer_host/render_widget_host_view_aura.cc window_->Init(aura::WINDOW_LAYER_TEXTURED); aura 558 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root = popup_parent_host_view_->window_->GetRootWindow(); aura 559 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::ParentWindowWithContext(window_, root, bounds_in_screen); aura 582 content/browser/renderer_host/render_widget_host_view_aura.cc window_->Init(aura::WINDOW_LAYER_TEXTURED); aura 584 content/browser/renderer_host/render_widget_host_view_aura.cc window_->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN); aura 586 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* parent = NULL; aura 589 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* reference_window = aura 592 content/browser/renderer_host/render_widget_host_view_aura.cc host_tracker_.reset(new aura::WindowTracker); aura 600 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::ParentWindowWithContext(window_, parent, bounds); aura 616 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root = window_->GetRootWindow(); aura 618 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::CursorClient* cursor_client = aura 619 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetCursorClient(root); aura 656 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 681 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root = window_->GetRootWindow(); aura 683 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::ScreenPositionClient* screen_position_client = aura 684 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetScreenPositionClient(root); aura 738 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 771 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 780 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 798 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 875 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::FocusClient* client = aura::client::GetFocusClient(window_); aura 1012 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 1051 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root_window = window_->GetRootWindow(); aura 1052 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::TooltipClient* tooltip_client = aura 1053 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetTooltipClient(root_window); aura 1105 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root = window_->GetRootWindow(); aura 1108 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::CursorClient* cursor_client = aura 1109 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetCursorClient(root); aura 2070 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* top_level = window_->GetToplevelWindow(); aura 2071 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = top_level->GetHost(); aura 2107 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 2142 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 2171 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root_window = window_->GetRootWindow(); aura 2184 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::CursorClient* cursor_client = aura 2185 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetCursorClient(root_window); aura 2195 content/browser/renderer_host/render_widget_host_view_aura.cc tooltip_disabler_.reset(new aura::client::ScopedTooltipDisabler(root_window)); aura 2202 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root_window = window_->GetRootWindow(); aura 2214 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::CursorClient* cursor_client = aura 2215 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetCursorClient(root_window); aura 2313 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root_window = window_->GetRootWindow(); aura 2316 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::ScreenPositionClient* screen_position_client = aura 2317 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetScreenPositionClient(root_window); aura 2333 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root_window = window_->GetRootWindow(); aura 2335 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::ScreenPositionClient* screen_position_client = aura 2336 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetScreenPositionClient(root_window); aura 2528 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* child, aura 2585 content/browser/renderer_host/render_widget_host_view_aura.cc void RenderWidgetHostViewAura::OnWindowDestroying(aura::Window* window) { aura 2607 content/browser/renderer_host/render_widget_host_view_aura.cc void RenderWidgetHostViewAura::OnWindowDestroyed(aura::Window* window) { aura 2640 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* host = *(host_tracker_->windows().begin()); aura 2641 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::FocusClient* client = aura::client::GetFocusClient(host); aura 2645 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTracker tracker; aura 2646 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* window = window_; aura 2692 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::CursorClient* cursor_client = aura 2693 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetCursorClient(window_->GetRootWindow()); aura 2766 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 2933 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 2946 content/browser/renderer_host/render_widget_host_view_aura.cc void RenderWidgetHostViewAura::OnWindowActivated(aura::Window* gained_active, aura 2947 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* lost_active) { aura 2966 content/browser/renderer_host/render_widget_host_view_aura.cc void RenderWidgetHostViewAura::OnWindowFocused(aura::Window* gained_focus, aura 2967 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* lost_focus) { aura 3040 content/browser/renderer_host/render_widget_host_view_aura.cc void RenderWidgetHostViewAura::OnHostMoved(const aura::WindowTreeHost* host, aura 3191 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::SetTooltipText(window_, NULL); aura 3222 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root_window = window_->GetRootWindow(); aura 3227 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::ScreenPositionClient* screen_position_client = aura 3228 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetScreenPositionClient(root_window); aura 3242 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::CursorClient* cursor_client = aura 3243 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetCursorClient(root_window); aura 3250 content/browser/renderer_host/render_widget_host_view_aura.cc aura::Window* root_window = window_->GetRootWindow(); aura 3253 content/browser/renderer_host/render_widget_host_view_aura.cc return root_window->GetProperty(aura::client::kRootWindowInputMethodKey); aura 3364 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::CursorClient* cursor_client = aura 3365 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetCursorClient(window_->GetRootWindow()); aura 3395 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::CursorClient* cursor_client = aura 3396 content/browser/renderer_host/render_widget_host_view_aura.cc aura::client::GetCursorClient(window_->GetRootWindow()); aura 3433 content/browser/renderer_host/render_widget_host_view_aura.cc aura::WindowTreeHost* host = window_->GetHost(); aura 46 content/browser/renderer_host/render_widget_host_view_aura.h namespace aura { aura 94 content/browser/renderer_host/render_widget_host_view_aura.h public aura::WindowTreeHostObserver, aura 95 content/browser/renderer_host/render_widget_host_view_aura.h public aura::WindowDelegate, aura 96 content/browser/renderer_host/render_widget_host_view_aura.h public aura::client::ActivationDelegate, aura 97 content/browser/renderer_host/render_widget_host_view_aura.h public aura::client::ActivationChangeObserver, aura 98 content/browser/renderer_host/render_widget_host_view_aura.h public aura::client::FocusChangeObserver, aura 99 content/browser/renderer_host/render_widget_host_view_aura.h public aura::client::CursorClientObserver, aura 294 content/browser/renderer_host/render_widget_host_view_aura.h aura::Window* child, aura 300 content/browser/renderer_host/render_widget_host_view_aura.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 301 content/browser/renderer_host/render_widget_host_view_aura.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 317 content/browser/renderer_host/render_widget_host_view_aura.h virtual void OnWindowActivated(aura::Window* gained_activation, aura 318 content/browser/renderer_host/render_widget_host_view_aura.h aura::Window* lost_activation) OVERRIDE; aura 324 content/browser/renderer_host/render_widget_host_view_aura.h virtual void OnWindowFocused(aura::Window* gained_focus, aura 325 content/browser/renderer_host/render_widget_host_view_aura.h aura::Window* lost_focus) OVERRIDE; aura 328 content/browser/renderer_host/render_widget_host_view_aura.h virtual void OnHostMoved(const aura::WindowTreeHost* host, aura 367 content/browser/renderer_host/render_widget_host_view_aura.h aura::Window* window() { return window_; } aura 583 content/browser/renderer_host/render_widget_host_view_aura.h aura::Window* window_; aura 721 content/browser/renderer_host/render_widget_host_view_aura.h scoped_ptr<aura::WindowTracker> host_tracker_; aura 773 content/browser/renderer_host/render_widget_host_view_aura.h scoped_ptr<aura::client::ScopedTooltipDisabler> tooltip_disabler_; aura 58 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc : public aura::client::ScreenPositionClient { aura 64 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc virtual void ConvertPointToScreen(const aura::Window* window, aura 69 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc virtual void ConvertPointFromScreen(const aura::Window* window, aura 74 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc virtual void ConvertHostPointToScreen(aura::Window* window, aura 79 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc virtual void SetBounds(aura::Window* window, aura 92 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc class TestWindowObserver : public aura::WindowObserver { aura 94 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc explicit TestWindowObserver(aura::Window* window_to_observe) aura 106 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE { aura 114 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* window_; aura 208 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura_test_helper_.reset(new aura::test::AuraTestHelper(&message_loop_)); aura 221 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext(parent_view_->GetNativeView(), aura 258 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_; aura 293 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc class FullscreenLayoutManager : public aura::LayoutManager { aura 295 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc explicit FullscreenLayoutManager(aura::Window* owner) aura 301 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window::Windows::const_iterator i; aura 306 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE { aura 309 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE { aura 311 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE { aura 313 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 316 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc virtual void SetChildBounds(aura::Window* child, aura 322 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* owner_; aura 326 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc class MockWindowObserver : public aura::WindowObserver { aura 328 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc MOCK_METHOD2(OnWindowPaintScheduled, void(aura::Window*, const gfx::Rect&)); aura 337 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* window = view_->GetNativeView(); aura 340 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc window->GetProperty(aura::client::kShowStateKey)); aura 355 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* window = parent_view_->GetNativeView(); aura 356 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* root = window->GetRootWindow(); aura 357 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::SetScreenPositionClient(root, &screen_position_client); aura 385 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::SetScreenPositionClient(root, NULL); aura 391 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* window = view_->GetNativeView(); aura 398 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::test::TestWindowDelegate delegate; aura 399 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc scoped_ptr<aura::Window> sibling(new aura::Window(&delegate)); aura 400 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc sibling->Init(aura::WINDOW_LAYER_TEXTURED); aura 420 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* window = view_->GetNativeView(); aura 425 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* parent_window = parent_view_->GetNativeView(); aura 429 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), click_point); aura 447 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* window = view_->GetNativeView(); aura 452 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* parent_window = parent_view_->GetNativeView(); aura 456 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::test::EventGenerator generator(window->GetRootWindow(), tap_point); aura 662 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext( aura 722 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext( aura 728 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::test::TestCursorClient cursor_client( aura 803 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext( aura 812 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::test::TestCursorClient cursor_client( aura 817 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Env::GetInstance()->set_last_mouse_location(gfx::Point(110, 110)); aura 823 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Env::GetInstance()->set_last_mouse_location(gfx::Point(80, 65)); aura 829 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Env::GetInstance()->set_last_mouse_location(gfx::Point(159, 159)); aura 835 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Env::GetInstance()->set_last_mouse_location(gfx::Point(67, 59)); aura 841 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Env::GetInstance()->set_last_mouse_location(gfx::Point(161, 161)); aura 897 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::Window* root_window = aura_test_helper_->root_window(); aura 967 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext( aura 1052 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext( aura 1125 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext( aura 1186 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext( aura 1285 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext( aura 1329 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext( aura 1381 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc aura::client::ParentWindowWithContext( aura 202 content/browser/web_contents/aura/gesture_nav_simple.cc aura::Window* window = web_contents_->GetView()->GetNativeView(); aura 55 content/browser/web_contents/aura/image_window_delegate.cc aura::Window* child, aura 80 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::OnWindowDestroying(aura::Window* window) { aura 83 content/browser/web_contents/aura/image_window_delegate.cc void ImageWindowDelegate::OnWindowDestroyed(aura::Window* window) { aura 17 content/browser/web_contents/aura/image_window_delegate.h class CONTENT_EXPORT ImageWindowDelegate : public aura::WindowDelegate { aura 35 content/browser/web_contents/aura/image_window_delegate.h aura::Window* child, aura 41 content/browser/web_contents/aura/image_window_delegate.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 42 content/browser/web_contents/aura/image_window_delegate.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 137 content/browser/web_contents/aura/overscroll_navigation_overlay.cc scoped_ptr<aura::Window> window, aura 46 content/browser/web_contents/aura/overscroll_navigation_overlay.h void SetOverlayWindow(scoped_ptr<aura::Window> window, aura 101 content/browser/web_contents/aura/overscroll_navigation_overlay.h scoped_ptr<aura::Window> window_; aura 99 content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc scoped_ptr<aura::Window> overlay_window( aura 100 content/browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc aura::test::CreateTestWindowWithDelegate( aura 12 content/browser/web_contents/aura/shadow_layer_delegate.h namespace aura { aura 48 content/browser/web_contents/aura/window_slider.cc aura::Window* event_window, aura 49 content/browser/web_contents/aura/window_slider.cc aura::Window* owner) aura 79 content/browser/web_contents/aura/window_slider.cc void WindowSlider::ChangeOwner(aura::Window* new_owner) { aura 295 content/browser/web_contents/aura/window_slider.cc void WindowSlider::OnWindowRemovingFromRootWindow(aura::Window* window, aura 296 content/browser/web_contents/aura/window_slider.cc aura::Window* new_root) { aura 26 content/browser/web_contents/aura/window_slider.h public aura::WindowObserver { aura 69 content/browser/web_contents/aura/window_slider.h aura::Window* event_window, aura 70 content/browser/web_contents/aura/window_slider.h aura::Window* owner); aura 75 content/browser/web_contents/aura/window_slider.h void ChangeOwner(aura::Window* new_owner); aura 113 content/browser/web_contents/aura/window_slider.h virtual void OnWindowRemovingFromRootWindow(aura::Window* window, aura 114 content/browser/web_contents/aura/window_slider.h aura::Window* new_root) OVERRIDE; aura 121 content/browser/web_contents/aura/window_slider.h aura::Window* event_window_; aura 127 content/browser/web_contents/aura/window_slider.h aura::Window* owner_; aura 34 content/browser/web_contents/aura/window_slider_unittest.cc void ChangeSliderOwnerDuringScrollCallback(scoped_ptr<aura::Window>* window, aura 40 content/browser/web_contents/aura/window_slider_unittest.cc aura::Window* new_window = new aura::Window(NULL); aura 41 content/browser/web_contents/aura/window_slider_unittest.cc new_window->Init(aura::WINDOW_LAYER_TEXTURED); aura 71 content/browser/web_contents/aura/window_slider_unittest.cc class NoEventWindowDelegate : public aura::test::TestWindowDelegate { aura 175 content/browser/web_contents/aura/window_slider_unittest.cc explicit WindowSliderDeleteOwnerOnDestroy(aura::Window* owner) aura 187 content/browser/web_contents/aura/window_slider_unittest.cc aura::Window* owner_; aura 194 content/browser/web_contents/aura/window_slider_unittest.cc explicit WindowSliderDeleteOwnerOnComplete(aura::Window* owner) aura 206 content/browser/web_contents/aura/window_slider_unittest.cc aura::Window* owner_; aura 210 content/browser/web_contents/aura/window_slider_unittest.cc typedef aura::test::AuraTestBase WindowSliderTest; aura 213 content/browser/web_contents/aura/window_slider_unittest.cc scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL)); aura 217 content/browser/web_contents/aura/window_slider_unittest.cc aura::test::EventGenerator generator(root_window()); aura 294 content/browser/web_contents/aura/window_slider_unittest.cc scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL)); aura 313 content/browser/web_contents/aura/window_slider_unittest.cc aura::test::EventGenerator generator(root_window()); aura 337 content/browser/web_contents/aura/window_slider_unittest.cc scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL)); aura 356 content/browser/web_contents/aura/window_slider_unittest.cc aura::test::EventGenerator generator(root_window()); aura 443 content/browser/web_contents/aura/window_slider_unittest.cc scoped_ptr<aura::Window> parent(CreateNormalWindow(0, root_window(), NULL)); aura 447 content/browser/web_contents/aura/window_slider_unittest.cc scoped_ptr<aura::Window> window(CreateNormalWindow(1, parent.get(), aura 456 content/browser/web_contents/aura/window_slider_unittest.cc aura::test::EventGenerator generator(root_window()); aura 457 content/browser/web_contents/aura/window_slider_unittest.cc aura::Window* old_window = window.get(); aura 466 content/browser/web_contents/aura/window_slider_unittest.cc aura::Window* new_window = window.get(); aura 481 content/browser/web_contents/aura/window_slider_unittest.cc scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL)); aura 488 content/browser/web_contents/aura/window_slider_unittest.cc aura::test::EventGenerator generator(root_window()); aura 529 content/browser/web_contents/aura/window_slider_unittest.cc aura::Window* window = CreateNormalWindow(0, root_window(), NULL); aura 534 content/browser/web_contents/aura/window_slider_unittest.cc aura::test::EventGenerator generator(root_window()); aura 560 content/browser/web_contents/aura/window_slider_unittest.cc aura::Window* window = CreateNormalWindow(0, root_window(), NULL); aura 565 content/browser/web_contents/aura/window_slider_unittest.cc aura::test::EventGenerator generator(root_window()); aura 591 content/browser/web_contents/aura/window_slider_unittest.cc scoped_ptr<aura::Window> window(CreateNormalWindow(0, root_window(), NULL)); aura 603 content/browser/web_contents/aura/window_slider_unittest.cc aura::test::EventGenerator generator(root_window()); aura 266 content/browser/web_contents/touch_editable_impl_aura.cc aura::Window* window = rwhva_->GetNativeView(); aura 267 content/browser/web_contents/touch_editable_impl_aura.cc aura::client::ScreenPositionClient* screen_position_client = aura 268 content/browser/web_contents/touch_editable_impl_aura.cc aura::client::GetScreenPositionClient(window->GetRootWindow()); aura 276 content/browser/web_contents/touch_editable_impl_aura.cc aura::Window* window = rwhva_->GetNativeView(); aura 277 content/browser/web_contents/touch_editable_impl_aura.cc aura::client::ScreenPositionClient* screen_position_client = aura 278 content/browser/web_contents/touch_editable_impl_aura.cc aura::client::GetScreenPositionClient(window->GetRootWindow()); aura 138 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc aura::Window* content = aura 156 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc aura::Window* content = web_contents->GetView()->GetContentNativeView(); aura 157 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc aura::test::EventGenerator generator(content->GetRootWindow(), content); aura 207 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc aura::Window* content = web_contents->GetView()->GetContentNativeView(); aura 208 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc aura::test::EventGenerator generator(content->GetRootWindow(), content); aura 249 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc aura::Window* content = web_contents->GetView()->GetContentNativeView(); aura 250 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc aura::test::EventGenerator generator(content->GetRootWindow(), content); aura 316 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc aura::Window* content = web_contents->GetView()->GetContentNativeView(); aura 317 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc aura::test::EventGenerator generator(content->GetRootWindow(), content); aura 147 content/browser/web_contents/web_contents_view_aura.cc aura::Window* web_contents_window() { aura 179 content/browser/web_contents/web_contents_view_aura.cc WebDragSourceAura(aura::Window* window, WebContentsImpl* contents) aura 198 content/browser/web_contents/web_contents_view_aura.cc aura::client::DragDropClient* dnd_client = aura 199 content/browser/web_contents/web_contents_view_aura.cc aura::client::GetDragDropClient(window_->GetRootWindow()); aura 207 content/browser/web_contents/web_contents_view_aura.cc aura::Window* window() const { return window_; } aura 210 content/browser/web_contents/web_contents_view_aura.cc aura::Window* window_; aura 405 content/browser/web_contents/web_contents_view_aura.cc : public aura::WindowObserver, public aura::WindowTreeHostObserver { aura 427 content/browser/web_contents/web_contents_view_aura.cc const aura::Window::Windows& children = parent_->children(); aura 432 content/browser/web_contents/web_contents_view_aura.cc aura::Window* root_window = view_->window_->GetRootWindow(); aura 435 content/browser/web_contents/web_contents_view_aura.cc const aura::Window::Windows& root_children = root_window->children(); aura 450 content/browser/web_contents/web_contents_view_aura.cc virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE { aura 468 content/browser/web_contents/web_contents_view_aura.cc virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE { aura 476 content/browser/web_contents/web_contents_view_aura.cc virtual void OnWindowVisibilityChanged(aura::Window* window, aura 486 content/browser/web_contents/web_contents_view_aura.cc virtual void OnWindowParentChanged(aura::Window* window, aura 487 content/browser/web_contents/web_contents_view_aura.cc aura::Window* parent) OVERRIDE { aura 495 content/browser/web_contents/web_contents_view_aura.cc const aura::Window::Windows& children = parent_->children(); aura 526 content/browser/web_contents/web_contents_view_aura.cc const aura::Window::Windows& children = parent->children(); aura 536 content/browser/web_contents/web_contents_view_aura.cc virtual void OnWindowBoundsChanged(aura::Window* window, aura 550 content/browser/web_contents/web_contents_view_aura.cc virtual void OnWindowAddedToRootWindow(aura::Window* window) OVERRIDE { aura 560 content/browser/web_contents/web_contents_view_aura.cc virtual void OnWindowRemovingFromRootWindow(aura::Window* window, aura 561 content/browser/web_contents/web_contents_view_aura.cc aura::Window* new_root) OVERRIDE { aura 567 content/browser/web_contents/web_contents_view_aura.cc const aura::Window::Windows& root_children = aura 578 content/browser/web_contents/web_contents_view_aura.cc virtual void OnHostMoved(const aura::WindowTreeHost* host, aura 595 content/browser/web_contents/web_contents_view_aura.cc void UpdateConstrainedWindows(aura::Window* exclude) { aura 603 content/browser/web_contents/web_contents_view_aura.cc const aura::Window::Windows& children = parent_->children(); aura 613 content/browser/web_contents/web_contents_view_aura.cc aura::Window* root_window = view_->window_->GetRootWindow(); aura 614 content/browser/web_contents/web_contents_view_aura.cc const aura::Window::Windows& root_children = root_window->children(); aura 633 content/browser/web_contents/web_contents_view_aura.cc aura::Window* parent_; aura 690 content/browser/web_contents/web_contents_view_aura.cc aura::Window* root_window = GetNativeView()->GetRootWindow(); aura 695 content/browser/web_contents/web_contents_view_aura.cc aura::Window* window = rvh->GetView()->GetNativeView(); aura 696 content/browser/web_contents/web_contents_view_aura.cc aura::Window::ConvertPointToTarget(root_window, window, &client_loc); aura 732 content/browser/web_contents/web_contents_view_aura.cc scoped_ptr<aura::Window> reset_window(overscroll_window_.release()); aura 738 content/browser/web_contents/web_contents_view_aura.cc overscroll_window_.reset(new aura::Window(overscroll_delegate)); aura 741 content/browser/web_contents/web_contents_view_aura.cc overscroll_window_->Init(aura::WINDOW_LAYER_TEXTURED); aura 757 content/browser/web_contents/web_contents_view_aura.cc aura::Window* animate_window = GetWindowToAnimateForOverscroll(); aura 773 content/browser/web_contents/web_contents_view_aura.cc aura::Window* content = GetContentNativeView(); aura 782 content/browser/web_contents/web_contents_view_aura.cc aura::Window* target = GetWindowToAnimateForOverscroll(); aura 818 content/browser/web_contents/web_contents_view_aura.cc aura::Window* target = GetWindowToAnimateForOverscroll(); aura 833 content/browser/web_contents/web_contents_view_aura.cc aura::Window* WebContentsViewAura::GetWindowToAnimateForOverscroll() { aura 887 content/browser/web_contents/web_contents_view_aura.cc aura::Window* window = GetWindowToAnimateForOverscroll(); aura 988 content/browser/web_contents/web_contents_view_aura.cc aura::Env::CreateInstance(); aura 989 content/browser/web_contents/web_contents_view_aura.cc window_.reset(new aura::Window(this)); aura 993 content/browser/web_contents/web_contents_view_aura.cc window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 994 content/browser/web_contents/web_contents_view_aura.cc aura::Window* root_window = context ? context->GetRootWindow() : NULL; aura 1005 content/browser/web_contents/web_contents_view_aura.cc aura::client::ParentWindowWithContext( aura 1055 content/browser/web_contents/web_contents_view_aura.cc aura::client::SetDragDropDelegate(view->GetNativeView(), this); aura 1120 content/browser/web_contents/web_contents_view_aura.cc aura::Window* root_window = GetNativeView()->GetRootWindow(); aura 1121 content/browser/web_contents/web_contents_view_aura.cc if (!aura::client::GetDragDropClient(root_window)) { aura 1149 content/browser/web_contents/web_contents_view_aura.cc result_op = aura::client::GetDragDropClient(root_window) aura 1204 content/browser/web_contents/web_contents_view_aura.cc aura::Window* target = GetWindowToAnimateForOverscroll(); aura 1249 content/browser/web_contents/web_contents_view_aura.cc aura::Window* target = GetWindowToAnimateForOverscroll(); aura 1287 content/browser/web_contents/web_contents_view_aura.cc aura::Window* content = GetContentNativeView(); aura 1317 content/browser/web_contents/web_contents_view_aura.cc aura::client::kConstrainedWindowKey)) { aura 1336 content/browser/web_contents/web_contents_view_aura.cc aura::Window* child, aura 1363 content/browser/web_contents/web_contents_view_aura.cc void WebContentsViewAura::OnWindowDestroying(aura::Window* window) { aura 1373 content/browser/web_contents/web_contents_view_aura.cc void WebContentsViewAura::OnWindowDestroyed(aura::Window* window) { aura 20 content/browser/web_contents/web_contents_view_aura.h namespace aura { aura 43 content/browser/web_contents/web_contents_view_aura.h public aura::WindowDelegate, aura 44 content/browser/web_contents/web_contents_view_aura.h public aura::client::DragDropDelegate { aura 85 content/browser/web_contents/web_contents_view_aura.h aura::Window* GetWindowToAnimateForOverscroll(); aura 160 content/browser/web_contents/web_contents_view_aura.h aura::Window* child, aura 166 content/browser/web_contents/web_contents_view_aura.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 167 content/browser/web_contents/web_contents_view_aura.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 182 content/browser/web_contents/web_contents_view_aura.h scoped_ptr<aura::Window> window_; aura 186 content/browser/web_contents/web_contents_view_aura.h scoped_ptr<aura::Window> overscroll_window_; aura 185 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::Window* content = web_contents->GetView()->GetContentNativeView(); aura 187 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::test::EventGenerator generator(content->GetRootWindow(), content); aura 322 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::Window* content = web_contents->GetView()->GetContentNativeView(); aura 445 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::Window* content = web_contents->GetView()->GetContentNativeView(); aura 447 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::test::EventGenerator generator(content->GetRootWindow(), content); aura 577 content/browser/web_contents/web_contents_view_aura_browsertest.cc scoped_ptr<aura::Window> window(new aura::Window(NULL)); aura 578 content/browser/web_contents/web_contents_view_aura_browsertest.cc window->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 585 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::Window* content = web_contents->GetView()->GetContentNativeView(); aura 587 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::test::EventGenerator generator(content->GetRootWindow(), content); aura 607 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::Window* content = web_contents->GetView()->GetContentNativeView(); aura 609 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::test::EventGenerator generator(content->GetRootWindow(), content); aura 647 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::Window* content = web_contents->GetView()->GetContentNativeView(); aura 649 content/browser/web_contents/web_contents_view_aura_browsertest.cc aura::test::EventGenerator generator(content->GetRootWindow(), content); aura 21 content/public/browser/desktop_media_id.cc class AuraWindowRegistry : public aura::WindowObserver { aura 27 content/public/browser/desktop_media_id.cc int RegisterWindow(aura::Window* window) { aura 29 content/public/browser/desktop_media_id.cc std::map<aura::Window*, int>::iterator it = window_to_id_map_.find(window); aura 42 content/public/browser/desktop_media_id.cc aura::Window* GetWindowById(int id) { aura 43 content/public/browser/desktop_media_id.cc std::map<int, aura::Window*>::iterator it = id_to_window_map_.find(id); aura 56 content/public/browser/desktop_media_id.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 57 content/public/browser/desktop_media_id.cc std::map<aura::Window*, int>::iterator it = window_to_id_map_.find(window); aura 64 content/public/browser/desktop_media_id.cc std::map<aura::Window*, int> window_to_id_map_; aura 65 content/public/browser/desktop_media_id.cc std::map<int, aura::Window*> id_to_window_map_; aura 83 content/public/browser/desktop_media_id.cc DesktopMediaID DesktopMediaID::RegisterAuraWindow(aura::Window* window) { aura 90 content/public/browser/desktop_media_id.cc aura::Window* DesktopMediaID::GetAuraWindowById(const DesktopMediaID& id) { aura 15 content/public/browser/desktop_media_id.h namespace aura { aura 36 content/public/browser/desktop_media_id.h static DesktopMediaID RegisterAuraWindow(aura::Window* window); aura 40 content/public/browser/desktop_media_id.h static aura::Window* GetAuraWindowById(const DesktopMediaID& id); aura 175 content/public/test/test_renderer_host.cc new aura::test::AuraTestHelper(base::MessageLoopForUI::current())); aura 20 content/public/test/test_renderer_host.h namespace aura { aura 180 content/public/test/test_renderer_host.h aura::Window* root_window() { return aura_test_helper_->root_window(); } aura 197 content/public/test/test_renderer_host.h scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_; aura 20 content/shell/browser/shell_aura.cc aura::TestScreen* screen = aura::TestScreen::Create(); aura 29 content/shell/browser/shell_aura.cc aura::Env::DeleteInstance(); aura 53 content/shell/browser/shell_aura.cc aura::Window* content = web_contents_->GetView()->GetNativeView(); aura 54 content/shell/browser/shell_aura.cc aura::Window* parent = platform_->host()->window(); aura 26 content/shell/browser/shell_platform_data_aura.cc class FillLayout : public aura::LayoutManager { aura 28 content/shell/browser/shell_platform_data_aura.cc explicit FillLayout(aura::Window* root) aura 39 content/shell/browser/shell_platform_data_aura.cc virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE { aura 43 content/shell/browser/shell_platform_data_aura.cc virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE { aura 46 content/shell/browser/shell_platform_data_aura.cc virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE { aura 49 content/shell/browser/shell_platform_data_aura.cc virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 53 content/shell/browser/shell_platform_data_aura.cc virtual void SetChildBounds(aura::Window* child, aura 58 content/shell/browser/shell_platform_data_aura.cc aura::Window* root_; aura 66 content/shell/browser/shell_platform_data_aura.cc explicit MinimalInputEventFilter(aura::WindowTreeHost* host) aura 72 content/shell/browser/shell_platform_data_aura.cc host_->window()->SetProperty(aura::client::kRootWindowInputMethodKey, aura 78 content/shell/browser/shell_platform_data_aura.cc host_->window()->SetProperty(aura::client::kRootWindowInputMethodKey, aura 105 content/shell/browser/shell_platform_data_aura.cc aura::WindowTreeHost* host_; aura 116 content/shell/browser/shell_platform_data_aura.cc aura::Env::CreateInstance(); aura 117 content/shell/browser/shell_platform_data_aura.cc host_.reset(aura::WindowTreeHost::Create(gfx::Rect(initial_size))); aura 121 content/shell/browser/shell_platform_data_aura.cc focus_client_.reset(new aura::test::TestFocusClient()); aura 122 content/shell/browser/shell_platform_data_aura.cc aura::client::SetFocusClient(host_->window(), focus_client_.get()); aura 125 content/shell/browser/shell_platform_data_aura.cc new aura::client::DefaultActivationClient(host_->window())); aura 127 content/shell/browser/shell_platform_data_aura.cc new aura::client::DefaultCaptureClient(host_->window())); aura 129 content/shell/browser/shell_platform_data_aura.cc new aura::test::TestWindowTreeClient(host_->window())); aura 11 content/shell/browser/shell_platform_data_aura.h namespace aura { aura 38 content/shell/browser/shell_platform_data_aura.h aura::WindowTreeHost* host() { return host_.get(); } aura 41 content/shell/browser/shell_platform_data_aura.h scoped_ptr<aura::WindowTreeHost> host_; aura 42 content/shell/browser/shell_platform_data_aura.h scoped_ptr<aura::client::FocusClient> focus_client_; aura 43 content/shell/browser/shell_platform_data_aura.h scoped_ptr<aura::client::DefaultActivationClient> activation_client_; aura 44 content/shell/browser/shell_platform_data_aura.h scoped_ptr<aura::client::DefaultCaptureClient> capture_client_; aura 45 content/shell/browser/shell_platform_data_aura.h scoped_ptr<aura::client::WindowTreeClient> window_tree_client_; aura 177 content/shell/browser/shell_views.cc aura::Window* web_contents_window = aura 179 content/shell/browser/shell_views.cc aura::Window* root_window = web_contents_window->GetRootWindow(); aura 180 content/shell/browser/shell_views.cc aura::client::ScreenPositionClient* screen_position_client = aura 181 content/shell/browser/shell_views.cc aura::client::GetScreenPositionClient(root_window); aura 425 content/shell/browser/shell_views.cc gfx::SCREEN_TYPE_NATIVE, aura::TestScreen::Create()); aura 445 content/shell/browser/shell_views.cc aura::Env::DeleteInstance(); aura 515 content/shell/browser/shell_views.cc aura::Window* content = web_contents_->GetView()->GetNativeView(); aura 516 content/shell/browser/shell_views.cc aura::Window* parent = platform_->host()->window(); aura 41 mojo/examples/aura_demo/aura_demo.cc class DemoWindowDelegate : public aura::WindowDelegate { aura 63 mojo/examples/aura_demo/aura_demo.cc aura::Window* child, aura 73 mojo/examples/aura_demo/aura_demo.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {} aura 74 mojo/examples/aura_demo/aura_demo.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE {} aura 85 mojo/examples/aura_demo/aura_demo.cc class DemoWindowTreeClient : public aura::client::WindowTreeClient { aura 87 mojo/examples/aura_demo/aura_demo.cc explicit DemoWindowTreeClient(aura::Window* window) : window_(window) { aura 88 mojo/examples/aura_demo/aura_demo.cc aura::client::SetWindowTreeClient(window_, this); aura 92 mojo/examples/aura_demo/aura_demo.cc aura::client::SetWindowTreeClient(window_, NULL); aura 96 mojo/examples/aura_demo/aura_demo.cc virtual aura::Window* GetDefaultParent(aura::Window* context, aura 97 mojo/examples/aura_demo/aura_demo.cc aura::Window* window, aura 101 mojo/examples/aura_demo/aura_demo.cc new aura::client::DefaultCaptureClient(window_->GetRootWindow())); aura 107 mojo/examples/aura_demo/aura_demo.cc aura::Window* window_; aura 109 mojo/examples/aura_demo/aura_demo.cc scoped_ptr<aura::client::DefaultCaptureClient> capture_client_; aura 139 mojo/examples/aura_demo/aura_demo.cc window1_ = new aura::Window(delegate1_.get()); aura 140 mojo/examples/aura_demo/aura_demo.cc window1_->Init(aura::WINDOW_LAYER_TEXTURED); aura 146 mojo/examples/aura_demo/aura_demo.cc window2_ = new aura::Window(delegate2_.get()); aura 147 mojo/examples/aura_demo/aura_demo.cc window2_->Init(aura::WINDOW_LAYER_TEXTURED); aura 153 mojo/examples/aura_demo/aura_demo.cc window21_ = new aura::Window(delegate21_.get()); aura 154 mojo/examples/aura_demo/aura_demo.cc window21_->Init(aura::WINDOW_LAYER_TEXTURED); aura 170 mojo/examples/aura_demo/aura_demo.cc aura::Window* window1_; aura 171 mojo/examples/aura_demo/aura_demo.cc aura::Window* window2_; aura 172 mojo/examples/aura_demo/aura_demo.cc aura::Window* window21_; aura 174 mojo/examples/aura_demo/aura_demo.cc scoped_ptr<aura::WindowTreeHost> window_tree_host_; aura 190 mojo/examples/aura_demo/aura_demo.cc aura::Env::CreateInstance(); aura 22 mojo/examples/aura_demo/window_tree_host_mojo.h class WindowTreeHostMojo : public aura::WindowTreeHost, aura 66 mojo/examples/launcher/launcher.cc explicit MinimalInputEventFilter(aura::Window* root) aura 72 mojo/examples/launcher/launcher.cc root_->SetProperty(aura::client::kRootWindowInputMethodKey, aura 78 mojo/examples/launcher/launcher.cc root_->SetProperty(aura::client::kRootWindowInputMethodKey, aura 105 mojo/examples/launcher/launcher.cc aura::Window* root_; aura 111 mojo/examples/launcher/launcher.cc class LauncherWindowTreeClient : public aura::client::WindowTreeClient { aura 113 mojo/examples/launcher/launcher.cc explicit LauncherWindowTreeClient(aura::Window* window) : window_(window) { aura 114 mojo/examples/launcher/launcher.cc aura::client::SetWindowTreeClient(window_, this); aura 118 mojo/examples/launcher/launcher.cc aura::client::SetWindowTreeClient(window_, NULL); aura 122 mojo/examples/launcher/launcher.cc virtual aura::Window* GetDefaultParent(aura::Window* context, aura 123 mojo/examples/launcher/launcher.cc aura::Window* window, aura 129 mojo/examples/launcher/launcher.cc aura::Window* window_; aura 148 mojo/examples/launcher/launcher.cc void InitInWindow(aura::Window* parent) { aura 244 mojo/examples/launcher/launcher.cc focus_client_.reset(new aura::test::TestFocusClient()); aura 245 mojo/examples/launcher/launcher.cc aura::client::SetFocusClient(window_tree_host_->window(), aura 248 mojo/examples/launcher/launcher.cc new aura::client::DefaultActivationClient(window_tree_host_->window())); aura 250 mojo/examples/launcher/launcher.cc new aura::client::DefaultCaptureClient(window_tree_host_->window())); aura 266 mojo/examples/launcher/launcher.cc scoped_ptr<aura::client::DefaultActivationClient> activation_client_; aura 267 mojo/examples/launcher/launcher.cc scoped_ptr<aura::client::FocusClient> focus_client_; aura 268 mojo/examples/launcher/launcher.cc scoped_ptr<aura::client::DefaultCaptureClient> capture_client_; aura 274 mojo/examples/launcher/launcher.cc scoped_ptr<aura::WindowTreeHost> window_tree_host_; aura 300 mojo/examples/launcher/launcher.cc aura::Env::CreateInstance(); aura 315 ui/app_list/views/app_list_view.cc aura::Window* window = GetWidget()->GetNativeWindow(); aura 1199 ui/app_list/views/apps_grid_view.cc aura::Window::ConvertPointToTarget( aura 310 ui/aura/bench/bench_main.cc aura::Env::CreateInstance(); aura 311 ui/aura/bench/bench_main.cc scoped_ptr<aura::TestScreen> test_screen( aura 312 ui/aura/bench/bench_main.cc aura::TestScreen::CreateFullscreen()); aura 314 ui/aura/bench/bench_main.cc scoped_ptr<aura::WindowTreeHost> host( aura 316 ui/aura/bench/bench_main.cc aura::client::SetCaptureClient( aura 318 ui/aura/bench/bench_main.cc new aura::client::DefaultCaptureClient(host->window())); aura 320 ui/aura/bench/bench_main.cc scoped_ptr<aura::client::FocusClient> focus_client( aura 321 ui/aura/bench/bench_main.cc new aura::test::TestFocusClient); aura 322 ui/aura/bench/bench_main.cc aura::client::SetFocusClient(host->window(), focus_client.get()); aura 16 ui/aura/client/aura_constants.cc namespace aura { aura 16 ui/aura/client/aura_constants.h namespace aura { aura 39 ui/aura/client/aura_constants.h AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey; aura 10 ui/aura/client/capture_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::CaptureClient*) aura 12 ui/aura/client/capture_client.cc namespace aura { aura 10 ui/aura/client/capture_client.h namespace aura { aura 10 ui/aura/client/capture_delegate.h namespace aura { aura 22 ui/aura/client/capture_delegate.h virtual void UpdateCapture(aura::Window* old_capture, aura 23 ui/aura/client/capture_delegate.h aura::Window* new_capture) = 0; aura 10 ui/aura/client/cursor_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::CursorClient*) aura 12 ui/aura/client/cursor_client.cc namespace aura { aura 17 ui/aura/client/cursor_client.h namespace aura { aura 10 ui/aura/client/cursor_client_observer.h namespace aura { aura 56 ui/aura/client/default_activation_client.cc aura::client::ActivationChangeObserver* observer = aura 57 ui/aura/client/default_activation_client.cc aura::client::GetActivationChangeObserver(last_active); aura 60 ui/aura/client/default_activation_client.cc observer = aura::client::GetActivationChangeObserver(window); aura 66 ui/aura/client/default_activation_client.cc aura::client::ActivationChangeObserver* observer = aura 67 ui/aura/client/default_activation_client.cc aura::client::GetActivationChangeObserver(window); aura 107 ui/aura/client/default_activation_client.cc if (next_active && aura::client::GetActivationChangeObserver(next_active)) { aura 108 ui/aura/client/default_activation_client.cc aura::client::GetActivationChangeObserver(next_active)->OnWindowActivated( aura 17 ui/aura/client/default_activation_client.h namespace aura { aura 13 ui/aura/client/default_capture_client.h namespace aura { aura 10 ui/aura/client/event_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::EventClient*) aura 12 ui/aura/client/event_client.cc namespace aura { aura 14 ui/aura/client/event_client.h namespace aura { aura 10 ui/aura/client/focus_change_observer.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::FocusChangeObserver*) aura 12 ui/aura/client/focus_change_observer.cc namespace aura { aura 10 ui/aura/client/focus_change_observer.h namespace aura { aura 10 ui/aura/client/focus_client.cc DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, aura::Window*) aura 11 ui/aura/client/focus_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::FocusClient*) aura 13 ui/aura/client/focus_client.cc namespace aura { aura 14 ui/aura/client/focus_client.h namespace aura { aura 10 ui/aura/client/screen_position_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ScreenPositionClient*) aura 12 ui/aura/client/screen_position_client.cc namespace aura { aura 16 ui/aura/client/screen_position_client.h namespace aura { aura 10 ui/aura/client/visibility_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::VisibilityClient*) aura 12 ui/aura/client/visibility_client.cc namespace aura { aura 26 ui/aura/client/visibility_client.cc aura::Window* current = window; aura 10 ui/aura/client/visibility_client.h namespace aura { aura 13 ui/aura/client/window_stacking_client.h namespace aura { aura 11 ui/aura/client/window_tree_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::WindowTreeClient*) aura 13 ui/aura/client/window_tree_client.cc namespace aura { aura 14 ui/aura/client/window_tree_client.h namespace aura { aura 37 ui/aura/demo/demo_main.cc class DemoWindowDelegate : public aura::WindowDelegate { aura 59 ui/aura/demo/demo_main.cc aura::Window* child, aura 69 ui/aura/demo/demo_main.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {} aura 70 ui/aura/demo/demo_main.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE {} aura 81 ui/aura/demo/demo_main.cc class DemoWindowTreeClient : public aura::client::WindowTreeClient { aura 83 ui/aura/demo/demo_main.cc explicit DemoWindowTreeClient(aura::Window* window) : window_(window) { aura 84 ui/aura/demo/demo_main.cc aura::client::SetWindowTreeClient(window_, this); aura 88 ui/aura/demo/demo_main.cc aura::client::SetWindowTreeClient(window_, NULL); aura 92 ui/aura/demo/demo_main.cc virtual aura::Window* GetDefaultParent(aura::Window* context, aura 93 ui/aura/demo/demo_main.cc aura::Window* window, aura 97 ui/aura/demo/demo_main.cc new aura::client::DefaultCaptureClient(window_->GetRootWindow())); aura 103 ui/aura/demo/demo_main.cc aura::Window* window_; aura 105 ui/aura/demo/demo_main.cc scoped_ptr<aura::client::DefaultCaptureClient> capture_client_; aura 127 ui/aura/demo/demo_main.cc aura::Env::CreateInstance(); aura 128 ui/aura/demo/demo_main.cc scoped_ptr<aura::TestScreen> test_screen(aura::TestScreen::Create()); aura 130 ui/aura/demo/demo_main.cc scoped_ptr<aura::WindowTreeHost> host( aura 134 ui/aura/demo/demo_main.cc aura::test::TestFocusClient focus_client; aura 135 ui/aura/demo/demo_main.cc aura::client::SetFocusClient(host->window(), &focus_client); aura 139 ui/aura/demo/demo_main.cc aura::Window window1(&window_delegate1); aura 141 ui/aura/demo/demo_main.cc window1.Init(aura::WINDOW_LAYER_TEXTURED); aura 144 ui/aura/demo/demo_main.cc aura::client::ParentWindowWithContext(&window1, host->window(), gfx::Rect()); aura 147 ui/aura/demo/demo_main.cc aura::Window window2(&window_delegate2); aura 149 ui/aura/demo/demo_main.cc window2.Init(aura::WINDOW_LAYER_TEXTURED); aura 152 ui/aura/demo/demo_main.cc aura::client::ParentWindowWithContext(&window2, host->window(), gfx::Rect()); aura 155 ui/aura/demo/demo_main.cc aura::Window window3(&window_delegate3); aura 157 ui/aura/demo/demo_main.cc window3.Init(aura::WINDOW_LAYER_TEXTURED); aura 12 ui/aura/device_list_updater_aurax11.h namespace aura { aura 19 ui/aura/env.h namespace aura { aura 10 ui/aura/env_observer.h namespace aura { aura 719 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 770 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1015 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1088 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1171 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1224 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1275 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1326 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1363 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1408 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1454 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1501 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1554 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1608 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1667 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1787 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> queue(CreateTestWindowWithDelegate( aura 1825 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1980 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2065 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2122 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2221 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window*[]> windows(new aura::Window*[kNumWindows]); aura 2291 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window( aura 2323 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithBounds( aura 2352 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2380 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2469 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2492 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2502 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> capture(CreateTestWindowWithBounds( aura 2521 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowWithDelegate(delegate.get(), aura 2556 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowWithBounds( aura 2575 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2604 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2692 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2737 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2768 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2807 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2841 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2853 ui/aura/gestures/gesture_recognizer_unittest.cc aura::test::EventGenerator generator(root_window(), window.get()); aura 2886 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2918 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 2956 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3009 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window( aura 3033 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3095 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3150 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3254 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3348 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3389 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3444 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3486 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3529 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3586 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3639 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3673 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3715 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3759 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3806 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3836 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3867 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3923 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3953 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 3988 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 4045 ui/aura/gestures/gesture_recognizer_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 11 ui/aura/input_state_lookup.h namespace aura { aura 12 ui/aura/input_state_lookup_win.h namespace aura { aura 17 ui/aura/layout_manager.cc void LayoutManager::SetChildBoundsDirect(aura::Window* child, aura 15 ui/aura/layout_manager.h namespace aura { aura 53 ui/aura/layout_manager.h void SetChildBoundsDirect(aura::Window* child, const gfx::Rect& bounds); aura 90 ui/aura/remote_window_tree_host_win.cc DCHECK(aura::RemoteWindowTreeHostWin::Instance()); aura 91 ui/aura/remote_window_tree_host_win.cc aura::RemoteWindowTreeHostWin::Instance()->HandleOpenFile(title, aura 103 ui/aura/remote_window_tree_host_win.cc DCHECK(aura::RemoteWindowTreeHostWin::Instance()); aura 104 ui/aura/remote_window_tree_host_win.cc aura::RemoteWindowTreeHostWin::Instance()->HandleOpenMultipleFiles( aura 119 ui/aura/remote_window_tree_host_win.cc DCHECK(aura::RemoteWindowTreeHostWin::Instance()); aura 120 ui/aura/remote_window_tree_host_win.cc aura::RemoteWindowTreeHostWin::Instance()->HandleSaveFile(title, aura 132 ui/aura/remote_window_tree_host_win.cc DCHECK(aura::RemoteWindowTreeHostWin::Instance()); aura 133 ui/aura/remote_window_tree_host_win.cc aura::RemoteWindowTreeHostWin::Instance()->HandleSelectFolder(title, aura 140 ui/aura/remote_window_tree_host_win.cc DCHECK(aura::RemoteWindowTreeHostWin::Instance()); aura 141 ui/aura/remote_window_tree_host_win.cc aura::RemoteWindowTreeHostWin::Instance()->HandleActivateDesktop(shortcut, aura 146 ui/aura/remote_window_tree_host_win.cc DCHECK(aura::RemoteWindowTreeHostWin::Instance()); aura 147 ui/aura/remote_window_tree_host_win.cc aura::RemoteWindowTreeHostWin::Instance()->HandleMetroExit(); aura 169 ui/aura/remote_window_tree_host_win.cc window_size_(aura::WindowTreeHost::GetNativeScreenSize()) { aura 423 ui/aura/remote_window_tree_host_win.cc aura::client::CursorClient* cursor_client = aura 424 ui/aura/remote_window_tree_host_win.cc aura::client::GetCursorClient(window()); aura 694 ui/aura/remote_window_tree_host_win.cc aura::client::kRootWindowInputMethodKey); aura 37 ui/aura/remote_window_tree_host_win.h namespace aura { aura 17 ui/aura/root_window_transformer.h namespace aura { aura 16 ui/aura/scoped_window_targeter.h namespace aura { aura 100 ui/aura/test/aura_test_base.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 14 ui/aura/test/aura_test_base.h namespace aura { aura 31 ui/aura/test/aura_test_base.h aura::Window* CreateNormalWindow(int id, Window* parent, aura 32 ui/aura/test/aura_test_base.h aura::WindowDelegate* delegate); aura 22 ui/aura/test/aura_test_helper.h namespace aura { aura 11 ui/aura/test/env_test_helper.h namespace aura { aura 47 ui/aura/test/event_generator.cc const aura::Window* window) const OVERRIDE { aura 552 ui/aura/test/event_generator.cc void EventGenerator::ConvertPointFromTarget(const aura::Window* target, aura 555 ui/aura/test/event_generator.cc aura::client::ScreenPositionClient* client = aura 560 ui/aura/test/event_generator.cc aura::Window::ConvertPointToTarget(target, target->GetRootWindow(), point); aura 563 ui/aura/test/event_generator.cc void EventGenerator::ConvertPointToTarget(const aura::Window* target, aura 566 ui/aura/test/event_generator.cc aura::client::ScreenPositionClient* client = aura 571 ui/aura/test/event_generator.cc aura::Window::ConvertPointToTarget(target->GetRootWindow(), target, point); aura 31 ui/aura/test/event_generator.h namespace aura { aura 57 ui/aura/test/event_generator.h const aura::Window* window) const = 0; aura 327 ui/aura/test/event_generator.h void ConvertPointFromTarget(const aura::Window* target, aura 329 ui/aura/test/event_generator.h void ConvertPointToTarget(const aura::Window* target, aura 12 ui/aura/test/test_cursor_client.cc TestCursorClient::TestCursorClient(aura::Window* root_window) aura 35 ui/aura/test/test_cursor_client.cc FOR_EACH_OBSERVER(aura::client::CursorClientObserver, observers_, aura 41 ui/aura/test/test_cursor_client.cc FOR_EACH_OBSERVER(aura::client::CursorClientObserver, observers_, aura 93 ui/aura/test/test_cursor_client.cc aura::client::CursorClientObserver* observer) { aura 98 ui/aura/test/test_cursor_client.cc aura::client::CursorClientObserver* observer) { aura 13 ui/aura/test/test_cursor_client.h namespace aura { aura 16 ui/aura/test/test_cursor_client.h class TestCursorClient : public aura::client::CursorClient { aura 18 ui/aura/test/test_cursor_client.h explicit TestCursorClient(aura::Window* root_window); aura 43 ui/aura/test/test_cursor_client.h aura::client::CursorClientObserver* observer) OVERRIDE; aura 45 ui/aura/test/test_cursor_client.h aura::client::CursorClientObserver* observer) OVERRIDE; aura 52 ui/aura/test/test_cursor_client.h ObserverList<aura::client::CursorClientObserver> observers_; aura 53 ui/aura/test/test_cursor_client.h aura::Window* root_window_; aura 38 ui/aura/test/test_focus_client.cc aura::Window* old_focused_window = focused_window_; aura 14 ui/aura/test/test_focus_client.h namespace aura { aura 18 ui/aura/test/test_screen.h namespace aura { aura 68 ui/aura/test/test_screen.h aura::WindowTreeHost* host_; aura 16 ui/aura/test/test_window_delegate.h namespace aura { aura 13 ui/aura/test/test_window_tree_client.h namespace aura { aura 48 ui/aura/test/test_windows.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 53 ui/aura/test/test_windows.cc window->SetProperty(aura::client::kCanMaximizeKey, true); aura 77 ui/aura/test/test_windows.cc std::string ChildWindowIDsAsString(aura::Window* parent) { aura 16 ui/aura/test/test_windows.h namespace aura { aura 44 ui/aura/test/test_windows.h std::string ChildWindowIDsAsString(aura::Window* parent); aura 10 ui/aura/test/ui_controls_factory_aura.h namespace aura { aura 140 ui/aura/test/ui_controls_factory_aurax11.cc aura::client::ScreenPositionClient* screen_position_client = aura 141 ui/aura/test/ui_controls_factory_aurax11.cc aura::client::GetScreenPositionClient(host_->window()); aura 177 ui/aura/test/ui_controls_factory_aurax11.cc gfx::Point mouse_loc = aura::Env::GetInstance()->last_mouse_location(); aura 178 ui/aura/test/ui_controls_factory_aurax11.cc aura::client::ScreenPositionClient* screen_position_client = aura 179 ui/aura/test/ui_controls_factory_aurax11.cc aura::client::GetScreenPositionClient(host_->window()); aura 10 ui/aura/test/window_test_api.h namespace aura { aura 60 ui/aura/window.cc T IteratorForDirectionBegin(aura::Window* window); aura 64 ui/aura/window.cc aura::Window* window) { aura 70 ui/aura/window.cc aura::Window* window) { aura 75 ui/aura/window.cc T IteratorForDirectionEnd(aura::Window* window); aura 78 ui/aura/window.cc Window::Windows::const_iterator IteratorForDirectionEnd(aura::Window* window) { aura 84 ui/aura/window.cc aura::Window* window) { aura 91 ui/aura/window.cc ui::Layer* FindStackingTargetLayerDown(aura::Window* target, aura 92 ui/aura/window.cc aura::Window* ignore) { aura 113 ui/aura/window.cc ui::Layer* FindStackingLayerInSiblings(aura::Window* target, aura 114 ui/aura/window.cc aura::Window* ignore) { aura 115 ui/aura/window.cc aura::Window* parent = target->parent(); aura 132 ui/aura/window.cc ui::Layer* FindStackingTargetLayer(aura::Window* target, aura::Window* ignore) { aura 149 ui/aura/window.cc void GetLayersToStack(aura::Window* child, std::vector<ui::Layer*>* layers) { aura 382 ui/aura/window.cc aura::client::ScreenPositionClient* screen_position_client = aura 383 ui/aura/window.cc aura::client::GetScreenPositionClient(root); aura 439 ui/aura/window.cc aura::client::ScreenPositionClient* screen_position_client = aura 440 ui/aura/window.cc aura::client::GetScreenPositionClient(root); aura 458 ui/aura/window.cc const aura::Window* ancestor_with_layer = aura 519 ui/aura/window.cc aura::Window* ancestor_with_layer = GetAncestorWithLayer(&offset); aura 681 ui/aura/window.cc for (aura::Window* window = this; window != NULL; window = window->parent()) { aura 898 ui/aura/window.cc const aura::Window* ancestor_with_layer = aura 1264 ui/aura/window.cc void Window::NotifyWindowVisibilityChanged(aura::Window* target, aura 1272 ui/aura/window.cc bool Window::NotifyWindowVisibilityChangedAtReceiver(aura::Window* target, aura 1284 ui/aura/window.cc bool Window::NotifyWindowVisibilityChangedDown(aura::Window* target, aura 1307 ui/aura/window.cc void Window::NotifyWindowVisibilityChangedUp(aura::Window* target, aura 1320 ui/aura/window.cc aura::Window* ancestor_with_layer = aura 1434 ui/aura/window.cc for (const aura::Window* window = this; window; window = window->parent()) { aura 44 ui/aura/window.h namespace aura { aura 442 ui/aura/window.h void NotifyWindowVisibilityChanged(aura::Window* target, bool visible); aura 445 ui/aura/window.h bool NotifyWindowVisibilityChangedAtReceiver(aura::Window* target, aura 450 ui/aura/window.h bool NotifyWindowVisibilityChangedDown(aura::Window* target, bool visible); aura 452 ui/aura/window.h void NotifyWindowVisibilityChangedUp(aura::Window* target, bool visible); aura 32 ui/aura/window_delegate.h namespace aura { aura 107 ui/aura/window_event_dispatcher.cc static_cast<aura::Window*>(event.target()), aura 266 ui/aura/window_event_dispatcher.cc aura::Window* target = static_cast<Window*>(event.target()); aura 776 ui/aura/window_event_dispatcher.cc aura::Window* old_mouse_moved_handler = mouse_moved_handler_; aura 44 ui/aura/window_event_dispatcher.h namespace aura { aura 257 ui/aura/window_event_dispatcher.h ScopedObserver<aura::Window, aura::WindowObserver> observer_manager_; aura 94 ui/aura/window_event_dispatcher_unittest.cc bool IsFocusedWindow(aura::Window* window) { aura 111 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window1(CreateTestWindowWithDelegate( aura 113 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window2(CreateTestWindowWithDelegate( aura 608 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 700 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 784 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 815 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 850 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 886 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1131 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1158 ui/aura/window_event_dispatcher_unittest.cc RepostGestureEventRecorder(aura::Window* repost_source, aura 1159 ui/aura/window_event_dispatcher_unittest.cc aura::Window* repost_target) aura 1196 ui/aura/window_event_dispatcher_unittest.cc aura::Window* repost_source_; aura 1197 ui/aura/window_event_dispatcher_unittest.cc aura::Window* repost_target_; aura 1224 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> repost_target(CreateTestWindowWithDelegate( aura 1227 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> repost_source(CreateTestWindowWithDelegate( aura 1332 ui/aura/window_event_dispatcher_unittest.cc class ValidRootDuringDestructionWindowObserver : public aura::WindowObserver { aura 1341 ui/aura/window_event_dispatcher_unittest.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 1378 ui/aura/window_event_dispatcher_unittest.cc explicit DontResetHeldEventWindowDelegate(aura::Window* root) aura 1492 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1513 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1581 ui/aura/window_event_dispatcher_unittest.cc void CreateCaptureWindow(aura::Window* root_window) { aura 1600 ui/aura/window_event_dispatcher_unittest.cc aura::Window* capture_window() { return capture_window_.get(); } aura 1603 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> capture_window_; aura 1731 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> child(test::CreateTestWindowWithDelegate(&delegate, aura 1770 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 1803 ui/aura/window_event_dispatcher_unittest.cc void set_window(scoped_ptr<aura::Window> window) { aura 1809 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window_; aura 1833 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( aura 8 ui/aura/window_layer_type.h namespace aura { aura 15 ui/aura/window_observer.h namespace aura { aura 46 ui/aura/window_property.h namespace aura { aura 110 ui/aura/window_property.h template EXPORT void aura::Window::SetProperty( \ aura 111 ui/aura/window_property.h const aura::WindowProperty<T >*, T); \ aura 112 ui/aura/window_property.h template EXPORT T aura::Window::GetProperty( \ aura 113 ui/aura/window_property.h const aura::WindowProperty<T >*) const; \ aura 114 ui/aura/window_property.h template EXPORT void aura::Window::ClearProperty( \ aura 115 ui/aura/window_property.h const aura::WindowProperty<T >*); aura 122 ui/aura/window_property.h const aura::WindowProperty<TYPE> NAME ## _Value = {DEFAULT, #NAME, NULL}; \ aura 124 ui/aura/window_property.h const aura::WindowProperty<TYPE>* const NAME = & NAME ## _Value; aura 129 ui/aura/window_property.h const aura::WindowProperty<TYPE> NAME ## _Value = {DEFAULT, #NAME, NULL}; \ aura 130 ui/aura/window_property.h const aura::WindowProperty<TYPE>* const NAME = & NAME ## _Value; \ aura 137 ui/aura/window_property.h delete aura::WindowPropertyCaster<TYPE*>::FromInt64(p); \ aura 139 ui/aura/window_property.h const aura::WindowProperty<TYPE*> NAME ## _Value = \ aura 142 ui/aura/window_property.h const aura::WindowProperty<TYPE*>* const NAME = & NAME ## _Value; aura 21 ui/aura/window_targeter.cc bool WindowTargeter::WindowCanAcceptEvent(aura::Window* window, aura 40 ui/aura/window_targeter.cc aura::Window* window, const ui::LocatedEvent& event) const { aura 43 ui/aura/window_targeter.cc aura::Window::ConvertPointToTarget(window->parent(), window, &point); aura 11 ui/aura/window_targeter.h namespace aura { aura 21 ui/aura/window_targeter.h bool WindowCanAcceptEvent(aura::Window* window, aura 27 ui/aura/window_targeter.h virtual bool EventLocationInsideBounds(aura::Window* window, aura 18 ui/aura/window_targeter_unittest.cc explicit StaticWindowTargeter(aura::Window* window) aura 15 ui/aura/window_tracker.h namespace aura { aura 30 ui/aura/window_tree_host.h namespace aura { aura 20 ui/aura/window_tree_host_mac.h namespace aura { aura 14 ui/aura/window_tree_host_observer.h namespace aura { aura 17 ui/aura/window_tree_host_ozone.h namespace aura { aura 14 ui/aura/window_tree_host_win.h namespace aura { aura 340 ui/aura/window_tree_host_x11.cc aura::Window* root_window = window(); aura 30 ui/aura/window_tree_host_x11.h namespace aura { aura 48 ui/aura/window_unittest.cc namespace aura { aura 270 ui/aura/window_unittest.cc parent.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 272 ui/aura/window_unittest.cc child1.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 274 ui/aura/window_unittest.cc child2.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 608 ui/aura/window_unittest.cc child_window->Init(aura::WINDOW_LAYER_TEXTURED); aura 657 ui/aura/window_unittest.cc parent.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 659 ui/aura/window_unittest.cc child1.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 661 ui/aura/window_unittest.cc child2.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 684 ui/aura/window_unittest.cc parent.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 686 ui/aura/window_unittest.cc child1.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 689 ui/aura/window_unittest.cc child2.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 692 ui/aura/window_unittest.cc child3.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 716 ui/aura/window_unittest.cc parent.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 718 ui/aura/window_unittest.cc child1.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 720 ui/aura/window_unittest.cc child2.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 722 ui/aura/window_unittest.cc child3.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 818 ui/aura/window_unittest.cc EXPECT_EQ(window.get(), aura::client::GetCaptureWindow(root_window())); aura 821 ui/aura/window_unittest.cc EXPECT_EQ(NULL, aura::client::GetCaptureWindow(root_window())); aura 1072 ui/aura/window_unittest.cc EXPECT_EQ(NULL, aura::client::GetCaptureWindow(root_window())); aura 1907 ui/aura/window_unittest.cc w.Init(aura::WINDOW_LAYER_SOLID_COLOR); aura 1992 ui/aura/window_unittest.cc virtual void UpdateLayerVisibility(aura::Window* window, aura 2149 ui/aura/window_unittest.cc w1->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2164 ui/aura/window_unittest.cc w1->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2166 ui/aura/window_unittest.cc w11->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2185 ui/aura/window_unittest.cc w1->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2187 ui/aura/window_unittest.cc w11->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2191 ui/aura/window_unittest.cc w111->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2214 ui/aura/window_unittest.cc w1->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2217 ui/aura/window_unittest.cc w2->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2257 ui/aura/window_unittest.cc parent->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2260 ui/aura/window_unittest.cc c1->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2263 ui/aura/window_unittest.cc c2->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 2641 ui/aura/window_unittest.cc root.Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 3015 ui/aura/window_unittest.cc aura::Window* CreateWindowFromDescription(const std::string& description, aura 3054 ui/aura/window_unittest.cc std::string::size_type AddWindowsFromString(aura::Window* parent, aura 3087 ui/aura/window_unittest.cc std::string BuildWindowTreeDescription(const aura::Window& window) { aura 3106 ui/aura/window_unittest.cc std::string BuildRootWindowTreeDescription(const aura::Window& window) { aura 3147 ui/aura/window_unittest.cc aura::Window* FindWindowByName(aura::Window* parent, aura 3152 ui/aura/window_unittest.cc aura::Window* child = FindWindowByName(parent->children()[i], name); aura 3268 ui/aura/window_unittest.cc aura::Window* source = FindWindowByName(&root, data[i].source_window); aura 3271 ui/aura/window_unittest.cc aura::Window* target = FindWindowByName(&root, data[i].target_window); aura 47 ui/gfx/native_widget_types.h namespace aura { aura 121 ui/gfx/native_widget_types.h typedef aura::Window* NativeView; aura 122 ui/gfx/native_widget_types.h typedef aura::Window* NativeWindow; aura 46 ui/keyboard/keyboard_controller.cc KeyboardContainerTargeter(aura::Window* container, aura 56 ui/keyboard/keyboard_controller.cc virtual bool GetHitTestMask(aura::Window* window, aura 73 ui/keyboard/keyboard_controller.cc class KeyboardWindowDelegate : public aura::WindowDelegate { aura 94 ui/keyboard/keyboard_controller.cc aura::Window* child, aura 102 ui/keyboard/keyboard_controller.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {} aura 103 ui/keyboard/keyboard_controller.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE { delete this; } aura 200 ui/keyboard/keyboard_controller.cc aura::Window* KeyboardController::GetContainerWindow() { aura 202 ui/keyboard/keyboard_controller.cc container_.reset(new aura::Window( aura 208 ui/keyboard/keyboard_controller.cc container_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 329 ui/keyboard/keyboard_controller.cc aura::Window* keyboard = proxy_->GetKeyboardWindow(); aura 18 ui/keyboard/keyboard_controller.h namespace aura { aura 38 ui/keyboard/keyboard_controller.h public aura::WindowObserver { aura 54 ui/keyboard/keyboard_controller.h aura::Window* GetContainerWindow(); aura 120 ui/keyboard/keyboard_controller.h scoped_ptr<aura::Window> container_; aura 52 ui/keyboard/keyboard_controller_proxy.cc aura::Window* keyboard = proxy_->GetKeyboardWindow(); aura 111 ui/keyboard/keyboard_controller_proxy.cc aura::Window* KeyboardControllerProxy::GetKeyboardWindow() { aura 130 ui/keyboard/keyboard_controller_proxy.cc void KeyboardControllerProxy::ShowKeyboardContainer(aura::Window* container) { aura 135 ui/keyboard/keyboard_controller_proxy.cc void KeyboardControllerProxy::HideKeyboardContainer(aura::Window* container) { aura 13 ui/keyboard/keyboard_controller_proxy.h namespace aura { aura 53 ui/keyboard/keyboard_controller_proxy.h virtual aura::Window* GetKeyboardWindow(); aura 80 ui/keyboard/keyboard_controller_proxy.h virtual void ShowKeyboardContainer(aura::Window* container); aura 85 ui/keyboard/keyboard_controller_proxy.h virtual void HideKeyboardContainer(aura::Window* container); aura 55 ui/keyboard/keyboard_controller_unittest.cc explicit TestFocusController(aura::Window* root) aura 67 ui/keyboard/keyboard_controller_unittest.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 70 ui/keyboard/keyboard_controller_unittest.cc aura::client::GetFocusClient(target)->FocusWindow(target); aura 74 ui/keyboard/keyboard_controller_unittest.cc aura::Window* root_; aura 81 ui/keyboard/keyboard_controller_unittest.cc : window_(new aura::Window(&delegate_)), aura 84 ui/keyboard/keyboard_controller_unittest.cc window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 95 ui/keyboard/keyboard_controller_unittest.cc virtual aura::Window* GetKeyboardWindow() OVERRIDE { return window_.get(); } aura 107 ui/keyboard/keyboard_controller_unittest.cc scoped_ptr<aura::Window> window_; aura 108 ui/keyboard/keyboard_controller_unittest.cc aura::test::TestWindowDelegate delegate_; aura 135 ui/keyboard/keyboard_controller_unittest.cc class KeyboardContainerObserver : public aura::WindowObserver { aura 137 ui/keyboard/keyboard_controller_unittest.cc explicit KeyboardContainerObserver(aura::Window* window) : window_(window) { aura 145 ui/keyboard/keyboard_controller_unittest.cc virtual void OnWindowVisibilityChanged(aura::Window* window, aura 151 ui/keyboard/keyboard_controller_unittest.cc aura::Window* window_; aura 168 ui/keyboard/keyboard_controller_unittest.cc aura_test_helper_.reset(new aura::test::AuraTestHelper(&message_loop_)); aura 183 ui/keyboard/keyboard_controller_unittest.cc aura::Window* root_window() { return aura_test_helper_->root_window(); } aura 205 ui/keyboard/keyboard_controller_unittest.cc scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_; aura 216 ui/keyboard/keyboard_controller_unittest.cc aura::Window* container(controller()->GetContainerWindow()); aura 233 ui/keyboard/keyboard_controller_unittest.cc aura::test::EventCountDelegate delegate; aura 234 ui/keyboard/keyboard_controller_unittest.cc scoped_ptr<aura::Window> window(new aura::Window(&delegate)); aura 235 ui/keyboard/keyboard_controller_unittest.cc window->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 241 ui/keyboard/keyboard_controller_unittest.cc aura::Window* keyboard_container(controller()->GetContainerWindow()); aura 259 ui/keyboard/keyboard_controller_unittest.cc aura::test::EventGenerator generator(root_window()); aura 277 ui/keyboard/keyboard_controller_unittest.cc aura::test::EventCountDelegate delegate; aura 278 ui/keyboard/keyboard_controller_unittest.cc scoped_ptr<aura::Window> window(new aura::Window(&delegate)); aura 279 ui/keyboard/keyboard_controller_unittest.cc window->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 285 ui/keyboard/keyboard_controller_unittest.cc aura::Window* keyboard_container(controller()->GetContainerWindow()); aura 299 ui/keyboard/keyboard_controller_unittest.cc aura::Window* keyboard_window = proxy()->GetKeyboardWindow(); aura 323 ui/keyboard/keyboard_controller_unittest.cc aura::Window* keyboard_container(controller()->GetContainerWindow()); aura 363 ui/keyboard/keyboard_controller_unittest.cc aura::Window* keyboard_container(controller()->GetContainerWindow()); aura 397 ui/keyboard/keyboard_controller_unittest.cc aura::Window* keyboard_container = controller()->GetContainerWindow(); aura 398 ui/keyboard/keyboard_controller_unittest.cc aura::Window* keyboard_window = proxy()->GetKeyboardWindow(); aura 455 ui/keyboard/keyboard_controller_unittest.cc aura::Window* keyboard_container() { aura 459 ui/keyboard/keyboard_controller_unittest.cc aura::Window* keyboard_window() { aura 553 ui/keyboard/keyboard_controller_unittest.cc aura::Window* keyboard_container(controller()->GetContainerWindow()); aura 19 ui/keyboard/keyboard_layout_manager.cc void KeyboardLayoutManager::OnWindowAddedToLayout(aura::Window* child) { aura 25 ui/keyboard/keyboard_layout_manager.cc void KeyboardLayoutManager::SetChildBounds(aura::Window* child, aura 37 ui/keyboard/keyboard_layout_manager.cc void KeyboardLayoutManager::ResizeKeyboardToDefault(aura::Window* child) { aura 18 ui/keyboard/keyboard_layout_manager.h class KeyboardLayoutManager : public aura::LayoutManager { aura 26 ui/keyboard/keyboard_layout_manager.h virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; aura 27 ui/keyboard/keyboard_layout_manager.h virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE {} aura 28 ui/keyboard/keyboard_layout_manager.h virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE {} aura 29 ui/keyboard/keyboard_layout_manager.h virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 31 ui/keyboard/keyboard_layout_manager.h virtual void SetChildBounds(aura::Window* child, aura 35 ui/keyboard/keyboard_layout_manager.h void ResizeKeyboardToDefault(aura::Window* child); aura 38 ui/keyboard/keyboard_layout_manager.h aura::Window* keyboard_; aura 30 ui/keyboard/keyboard_util.cc aura::WindowTreeHost* host) { aura 126 ui/keyboard/keyboard_util.cc bool InsertText(const base::string16& text, aura::Window* root_window) { aura 131 ui/keyboard/keyboard_util.cc aura::client::kRootWindowInputMethodKey); aura 150 ui/keyboard/keyboard_util.cc aura::WindowTreeHost* host) { aura 194 ui/keyboard/keyboard_util.cc aura::WindowTreeHost* host) { aura 210 ui/keyboard/keyboard_util.cc aura::client::kRootWindowInputMethodKey); aura 17 ui/keyboard/keyboard_util.h namespace aura { aura 75 ui/keyboard/keyboard_util.h aura::Window* root_window); aura 81 ui/keyboard/keyboard_util.h aura::WindowTreeHost* host); aura 94 ui/keyboard/keyboard_util.h aura::WindowTreeHost* host); aura 555 ui/shell_dialogs/select_file_dialog_win.cc aura::HandleSaveFile( aura 567 ui/shell_dialogs/select_file_dialog_win.cc aura::HandleOpenFile( aura 577 ui/shell_dialogs/select_file_dialog_win.cc aura::HandleOpenMultipleFiles( aura 594 ui/shell_dialogs/select_file_dialog_win.cc aura::HandleSelectFolder( aura 35 ui/snapshot/snapshot_aura_unittest.cc class TestPaintingWindowDelegate : public aura::test::TestWindowDelegate { aura 94 ui/snapshot/snapshot_aura_unittest.cc new aura::test::AuraTestHelper(base::MessageLoopForUI::current())); aura 108 ui/snapshot/snapshot_aura_unittest.cc aura::Window* test_window() { return test_window_.get(); } aura 109 ui/snapshot/snapshot_aura_unittest.cc aura::Window* root_window() { return helper_->root_window(); } aura 110 ui/snapshot/snapshot_aura_unittest.cc aura::TestScreen* test_screen() { return helper_->test_screen(); } aura 119 ui/snapshot/snapshot_aura_unittest.cc test_window_.reset(aura::test::CreateTestWindowWithDelegate( aura 175 ui/snapshot/snapshot_aura_unittest.cc scoped_ptr<aura::test::AuraTestHelper> helper_; aura 176 ui/snapshot/snapshot_aura_unittest.cc scoped_ptr<aura::Window> test_window_; aura 23 ui/views/bubble/bubble_window_targeter.cc bool BubbleWindowTargeter::GetHitTestMask(aura::Window* window, aura 8 ui/views/bubble/bubble_window_targeter.h namespace aura { aura 25 ui/views/bubble/bubble_window_targeter.h virtual bool GetHitTestMask(aura::Window* window, aura 90 ui/views/bubble/bubble_window_targeter_unittest.cc aura::Window* bubble_window = bubble_widget()->GetNativeWindow(); aura 61 ui/views/controls/button/custom_button_unittest.cc aura::test::TestCursorClient cursor_client( aura 125 ui/views/controls/button/custom_button_unittest.cc aura::test::TestCursorClient cursor_client( aura 17 ui/views/controls/menu/display_change_listener_aura.cc public aura::WindowObserver { aura 23 ui/views/controls/menu/display_change_listener_aura.cc virtual void OnWindowBoundsChanged(aura::Window* window, aura 26 ui/views/controls/menu/display_change_listener_aura.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 30 ui/views/controls/menu/display_change_listener_aura.cc aura::Window* root_window_; aura 49 ui/views/controls/menu/display_change_listener_aura.cc aura::Window* window, aura 55 ui/views/controls/menu/display_change_listener_aura.cc void AuraDisplayChangeListener::OnWindowDestroying(aura::Window* window) { aura 102 ui/views/controls/menu/menu_controller.cc aura::Window* GetOwnerRootWindow(views::Widget* owner) { aura 110 ui/views/controls/menu/menu_controller.cc : public aura::client::ActivationChangeObserver, aura 111 ui/views/controls/menu/menu_controller.cc public aura::WindowObserver, aura 114 ui/views/controls/menu/menu_controller.cc ActivationChangeObserverImpl(MenuController* controller, aura::Window* root) aura 117 ui/views/controls/menu/menu_controller.cc aura::client::GetActivationClient(root_)->AddObserver(this); aura 127 ui/views/controls/menu/menu_controller.cc virtual void OnWindowActivated(aura::Window* gained_active, aura 128 ui/views/controls/menu/menu_controller.cc aura::Window* lost_active) OVERRIDE { aura 134 ui/views/controls/menu/menu_controller.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 148 ui/views/controls/menu/menu_controller.cc aura::client::ActivationClient* client = aura 149 ui/views/controls/menu/menu_controller.cc aura::client::GetActivationClient(root_); aura 158 ui/views/controls/menu/menu_controller.cc aura::Window* root_; aura 1178 ui/views/controls/menu/menu_controller.cc aura::Window* root = GetOwnerRootWindow(owner_); aura 1183 ui/views/controls/menu/menu_controller.cc aura::client::GetDispatcherClient(root) aura 2301 ui/views/controls/menu/menu_controller.cc aura::Window* root = owner_->GetNativeWindow()->GetRootWindow(); aura 2302 ui/views/controls/menu/menu_controller.cc aura::client::GetDispatcherClient(root)->QuitNestedMessageLoop(); aura 2310 ui/views/controls/menu/menu_controller.cc aura::Window* root = GetOwnerRootWindow(owner_); aura 2311 ui/views/controls/menu/menu_controller.cc return !aura::client::GetDragDropClient(root) || aura 2312 ui/views/controls/menu/menu_controller.cc !aura::client::GetDragDropClient(root)->IsDragDropInProgress(); aura 2348 ui/views/controls/menu/menu_controller.cc aura::Window* root = GetOwnerRootWindow(owner_); aura 51 ui/views/controls/native/native_view_host_aura.cc aura::Window* widget_window = host_->GetWidget()->GetNativeView(); aura 94 ui/views/controls/native/native_view_host_aura.cc aura::Window* window = host_->native_view(); aura 95 ui/views/controls/native/native_view_host_aura.cc aura::client::FocusClient* client = aura::client::GetFocusClient(window); aura 110 ui/views/controls/native/native_view_host_aura.cc void NativeViewHostAura::OnWindowDestroyed(aura::Window* window) { aura 20 ui/views/controls/native/native_view_host_aura.h public aura::WindowObserver { aura 41 ui/views/controls/native/native_view_host_aura.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 78 ui/views/controls/native/native_view_host_aura_unittest.cc aura::Window* child_win = child()->GetNativeView(); aura 90 ui/views/controls/native/native_view_host_aura_unittest.cc aura::Window* child_win = child()->GetNativeView(); aura 89 ui/views/controls/native/native_view_host_unittest.cc aura::Window* GetNativeParent(aura::Window* window) { aura 29 ui/views/corewm/capture_controller_unittest.cc class CaptureControllerTest : public aura::test::AuraTestBase { aura 37 ui/views/corewm/capture_controller_unittest.cc second_host_.reset(aura::WindowTreeHost::Create(gfx::Rect(0, 0, 800, 600))); aura 72 ui/views/corewm/capture_controller_unittest.cc aura::Window* GetCaptureWindow() { aura 76 ui/views/corewm/capture_controller_unittest.cc aura::Window* GetSecondCaptureWindow() { aura 81 ui/views/corewm/capture_controller_unittest.cc scoped_ptr<aura::WindowTreeHost> second_host_; aura 84 ui/views/corewm/capture_controller_unittest.cc scoped_ptr<aura::client::ScreenPositionClient> desktop_position_client_; aura 85 ui/views/corewm/capture_controller_unittest.cc scoped_ptr<aura::client::ScreenPositionClient> aura 96 ui/views/corewm/capture_controller_unittest.cc scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL)); aura 106 ui/views/corewm/capture_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 120 ui/views/corewm/capture_controller_unittest.cc scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL)); aura 128 ui/views/corewm/capture_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 139 ui/views/corewm/capture_controller_unittest.cc scoped_ptr<aura::Window> w1(CreateNormalWindow(1, root_window(), NULL)); aura 140 ui/views/corewm/capture_controller_unittest.cc aura::test::EventGenerator event_generator1(root_window()); aura 149 ui/views/corewm/capture_controller_unittest.cc scoped_ptr<aura::Window> w2( aura 159 ui/views/corewm/capture_controller_unittest.cc EXPECT_EQ(static_cast<aura::Window*>(NULL), GetCaptureWindow()); aura 160 ui/views/corewm/capture_controller_unittest.cc EXPECT_EQ(static_cast<aura::Window*>(NULL), GetSecondCaptureWindow()); aura 91 ui/views/corewm/desktop_capture_controller_unittest.cc aura::test::EventGenerator generator1(w1->GetNativeView()->GetRootWindow()); aura 95 ui/views/corewm/desktop_capture_controller_unittest.cc aura::WindowEventDispatcher* w1_dispatcher = aura 114 ui/views/corewm/desktop_capture_controller_unittest.cc scoped_ptr<aura::client::ScreenPositionClient> desktop_position_client1; aura 115 ui/views/corewm/desktop_capture_controller_unittest.cc scoped_ptr<aura::client::ScreenPositionClient> desktop_position_client2; aura 121 ui/views/corewm/desktop_capture_controller_unittest.cc aura::client::CaptureClient* capture_client = aura 131 ui/views/corewm/desktop_capture_controller_unittest.cc aura::client::SetScreenPositionClient( aura 151 ui/views/corewm/desktop_capture_controller_unittest.cc aura::client::SetScreenPositionClient( aura 163 ui/views/corewm/desktop_capture_controller_unittest.cc EXPECT_EQ(reinterpret_cast<aura::Window*>(0), aura 11 ui/views/corewm/tooltip.h namespace aura { aura 29 ui/views/corewm/tooltip.h virtual void SetText(aura::Window* window, aura 40 ui/views/corewm/tooltip_aura.cc views::Widget* CreateTooltipWidget(aura::Window* tooltip_window) { aura 222 ui/views/corewm/tooltip_aura.cc void TooltipAura::SetText(aura::Window* window, aura 59 ui/views/corewm/tooltip_aura.h virtual void SetText(aura::Window* window, aura 79 ui/views/corewm/tooltip_aura.h aura::Window* tooltip_window_; aura 20 ui/views/corewm/tooltip_aura_unittest.cc typedef aura::test::AuraTestBase TooltipAuraTest; aura 34 ui/views/corewm/tooltip_controller.cc bool IsValidTarget(aura::Window* event_target, aura::Window* target) { aura 49 ui/views/corewm/tooltip_controller.cc aura::Window* GetTooltipTarget(const ui::MouseEvent& event, aura 60 ui/views/corewm/tooltip_controller.cc aura::Window* event_target = static_cast<aura::Window*>(event.target()); aura 70 ui/views/corewm/tooltip_controller.cc aura::Window* root = event_target->GetRootWindow(); aura 72 ui/views/corewm/tooltip_controller.cc aura::client::CaptureClient* capture_client = aura 73 ui/views/corewm/tooltip_controller.cc aura::client::GetCaptureClient(root); aura 75 ui/views/corewm/tooltip_controller.cc aura::Window* capture_window = aura 87 ui/views/corewm/tooltip_controller.cc aura::client::GetScreenPositionClient(event_target->GetRootWindow())-> aura 90 ui/views/corewm/tooltip_controller.cc aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc); aura 94 ui/views/corewm/tooltip_controller.cc aura::client::GetScreenPositionClient(target->GetRootWindow())-> aura 96 ui/views/corewm/tooltip_controller.cc aura::Window* screen_target = target->GetEventHandlerForPoint(target_loc); aura 100 ui/views/corewm/tooltip_controller.cc aura::Window::ConvertPointToTarget(screen_target, target, &target_loc); aura 131 ui/views/corewm/tooltip_controller.cc void TooltipController::UpdateTooltip(aura::Window* target) { aura 144 ui/views/corewm/tooltip_controller.cc aura::client::GetTooltipText(target) != tooltip_text_at_mouse_press_) { aura 152 ui/views/corewm/tooltip_controller.cc tooltip_text_ != aura::client::GetTooltipText(tooltip_window_))) { aura 160 ui/views/corewm/tooltip_controller.cc void TooltipController::SetTooltipShownTimeout(aura::Window* target, aura 189 ui/views/corewm/tooltip_controller.cc aura::Window* target = GetTooltipTarget(*event, &curr_mouse_loc_); aura 200 ui/views/corewm/tooltip_controller.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 204 ui/views/corewm/tooltip_controller.cc tooltip_text_at_mouse_press_ = aura::client::GetTooltipText(target); aura 231 ui/views/corewm/tooltip_controller.cc void TooltipController::OnWindowDestroyed(aura::Window* window) { aura 257 ui/views/corewm/tooltip_controller.cc aura::Env::GetInstance()->IsMouseButtonDown() || aura 265 ui/views/corewm/tooltip_controller.cc tooltip_text = aura::client::GetTooltipText(tooltip_window_); aura 317 ui/views/corewm/tooltip_controller.cc aura::client::DragDropClient* client = aura 318 ui/views/corewm/tooltip_controller.cc aura::client::GetDragDropClient(tooltip_window_->GetRootWindow()); aura 325 ui/views/corewm/tooltip_controller.cc aura::Window* root = tooltip_window_->GetRootWindow(); aura 328 ui/views/corewm/tooltip_controller.cc aura::client::CursorClient* cursor_client = aura 329 ui/views/corewm/tooltip_controller.cc aura::client::GetCursorClient(root); aura 335 ui/views/corewm/tooltip_controller.cc std::map<aura::Window*, int>::const_iterator it = aura 342 ui/views/corewm/tooltip_controller.cc void TooltipController::SetTooltipWindow(aura::Window* target) { aura 19 ui/views/corewm/tooltip_controller.h namespace aura { aura 33 ui/views/corewm/tooltip_controller.h class VIEWS_EXPORT TooltipController : public aura::client::TooltipClient, aura 35 ui/views/corewm/tooltip_controller.h public aura::WindowObserver { aura 41 ui/views/corewm/tooltip_controller.h virtual void UpdateTooltip(aura::Window* target) OVERRIDE; aura 42 ui/views/corewm/tooltip_controller.h virtual void SetTooltipShownTimeout(aura::Window* target, aura 53 ui/views/corewm/tooltip_controller.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 80 ui/views/corewm/tooltip_controller.h void SetTooltipWindow(aura::Window* target); aura 82 ui/views/corewm/tooltip_controller.h aura::Window* tooltip_window_; aura 86 ui/views/corewm/tooltip_controller.h aura::Window* tooltip_window_at_mouse_press_; aura 102 ui/views/corewm/tooltip_controller.h std::map<aura::Window*, int> tooltip_shown_timeout_map_; aura 26 ui/views/corewm/tooltip_controller_test_helper.cc aura::Window* TooltipControllerTestHelper::GetTooltipWindow() { aura 13 ui/views/corewm/tooltip_controller_test_helper.h namespace aura { aura 35 ui/views/corewm/tooltip_controller_test_helper.h aura::Window* GetTooltipWindow(); aura 48 ui/views/corewm/tooltip_controller_unittest.cc views::Widget* CreateWidget(aura::Window* root) { aura 67 ui/views/corewm/tooltip_controller_unittest.cc aura::client::GetTooltipClient( aura 73 ui/views/corewm/tooltip_controller_unittest.cc class TooltipControllerTest : public aura::test::AuraTestBase { aura 80 ui/views/corewm/tooltip_controller_unittest.cc aura::test::AuraTestBase::SetUp(); aura 95 ui/views/corewm/tooltip_controller_unittest.cc generator_.reset(new aura::test::EventGenerator(GetRootWindow())); aura 101 ui/views/corewm/tooltip_controller_unittest.cc aura::client::SetTooltipClient(root_window(), NULL); aura 107 ui/views/corewm/tooltip_controller_unittest.cc aura::test::AuraTestBase::TearDown(); aura 112 ui/views/corewm/tooltip_controller_unittest.cc aura::Window* GetWindow() { aura 116 ui/views/corewm/tooltip_controller_unittest.cc aura::Window* GetRootWindow() { aura 131 ui/views/corewm/tooltip_controller_unittest.cc scoped_ptr<aura::test::EventGenerator> generator_; aura 154 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(GetWindow())); aura 165 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(GetWindow())); aura 176 ui/views/corewm/tooltip_controller_unittest.cc aura::Window* window = GetWindow(); aura 177 ui/views/corewm/tooltip_controller_unittest.cc aura::Window* root_window = GetRootWindow(); aura 189 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(window)); aura 199 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(window)); aura 250 ui/views/corewm/tooltip_controller_unittest.cc aura::Window* window = GetWindow(); aura 274 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(window)); aura 286 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(window)); aura 299 ui/views/corewm/tooltip_controller_unittest.cc aura::Window* window = GetWindow(); aura 322 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(window)); aura 334 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(window)); aura 344 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(GetWindow())); aura 397 ui/views/corewm/tooltip_controller_unittest.cc int IndexInParent(const aura::Window* window) { aura 398 ui/views/corewm/tooltip_controller_unittest.cc aura::Window::Windows::const_iterator i = aura 406 ui/views/corewm/tooltip_controller_unittest.cc class TestScreenPositionClient : public aura::client::ScreenPositionClient { aura 412 ui/views/corewm/tooltip_controller_unittest.cc virtual void ConvertPointToScreen(const aura::Window* window, aura 415 ui/views/corewm/tooltip_controller_unittest.cc virtual void ConvertPointFromScreen(const aura::Window* window, aura 418 ui/views/corewm/tooltip_controller_unittest.cc virtual void ConvertHostPointToScreen(aura::Window* root_gwindow, aura 422 ui/views/corewm/tooltip_controller_unittest.cc virtual void SetBounds(aura::Window* window, aura 441 ui/views/corewm/tooltip_controller_unittest.cc aura::client::SetScreenPositionClient(GetRootWindow(), aura 455 ui/views/corewm/tooltip_controller_unittest.cc aura::client::SetScreenPositionClient(GetRootWindow(), NULL); aura 472 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(GetWindow())); aura 553 ui/views/corewm/tooltip_controller_unittest.cc aura::Window* window = GetWindow(); aura 554 ui/views/corewm/tooltip_controller_unittest.cc aura::Window* root_window = GetRootWindow(); aura 567 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(window)); aura 579 ui/views/corewm/tooltip_controller_unittest.cc generator_.reset(new aura::test::EventGenerator( aura 583 ui/views/corewm/tooltip_controller_unittest.cc aura::Window* window2 = widget2->GetNativeWindow(); aura 584 ui/views/corewm/tooltip_controller_unittest.cc aura::Window* root_window2 = aura 600 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(window2)); aura 627 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(GetWindow())); aura 638 ui/views/corewm/tooltip_controller_unittest.cc EXPECT_EQ(expected_tooltip, aura::client::GetTooltipText(GetWindow())); aura 667 ui/views/corewm/tooltip_controller_unittest.cc virtual void SetText(aura::Window* window, aura 692 ui/views/corewm/tooltip_controller_unittest.cc class TooltipControllerTest2 : public aura::test::AuraTestBase { aura 699 ui/views/corewm/tooltip_controller_unittest.cc aura::test::AuraTestBase::SetUp(); aura 705 ui/views/corewm/tooltip_controller_unittest.cc generator_.reset(new aura::test::EventGenerator(root_window())); aura 710 ui/views/corewm/tooltip_controller_unittest.cc aura::client::SetTooltipClient(root_window(), NULL); aura 714 ui/views/corewm/tooltip_controller_unittest.cc aura::test::AuraTestBase::TearDown(); aura 722 ui/views/corewm/tooltip_controller_unittest.cc scoped_ptr<aura::test::EventGenerator> generator_; aura 732 ui/views/corewm/tooltip_controller_unittest.cc aura::test::TestWindowDelegate test_delegate; aura 733 ui/views/corewm/tooltip_controller_unittest.cc scoped_ptr<aura::Window> window( aura 737 ui/views/corewm/tooltip_controller_unittest.cc aura::client::SetTooltipText(window.get(), &tooltip_text); aura 745 ui/views/corewm/tooltip_controller_unittest.cc aura::test::TestWindowDelegate test_delegate; aura 746 ui/views/corewm/tooltip_controller_unittest.cc scoped_ptr<aura::Window> window( aura 750 ui/views/corewm/tooltip_controller_unittest.cc aura::client::SetTooltipText(window.get(), &tooltip_text); aura 103 ui/views/corewm/tooltip_win.cc void TooltipWin::SetText(aura::Window* window, aura 40 ui/views/corewm/tooltip_win.h virtual void SetText(aura::Window* window, aura 38 ui/views/drag_utils.cc aura::Window* root_window = view->GetRootWindow(); aura 39 ui/views/drag_utils.cc aura::Window::ConvertPointToTarget(view, root_window, &root_location); aura 40 ui/views/drag_utils.cc if (aura::client::GetDragDropClient(root_window)) { aura 41 ui/views/drag_utils.cc aura::client::GetDragDropClient(root_window)->StartDragAndDrop( aura 16 ui/views/event_utils_aura.cc using aura::client::ScreenPositionClient; aura 42 ui/views/event_utils_aura.cc aura::Window* root_window = window->GetRootWindow(); aura 46 ui/views/event_utils_aura.cc aura::client::GetScreenPositionClient(root_window); aura 55 ui/views/examples/content_client/examples_browser_main_parts.cc gfx::SCREEN_TYPE_NATIVE, aura::TestScreen::Create()); aura 63 ui/views/examples/content_client/examples_browser_main_parts.cc aura::Env::CreateInstance(); aura 79 ui/views/examples/content_client/examples_browser_main_parts.cc aura::Env::DeleteInstance(); aura 68 ui/views/examples/examples_main.cc aura::Env::CreateInstance(); aura 94 ui/views/examples/examples_main.cc aura::Env::DeleteInstance(); aura 212 ui/views/examples/examples_window.cc aura::Window* window_context, aura 12 ui/views/examples/examples_window.h namespace aura { aura 31 ui/views/examples/examples_window.h aura::Window* window_context, aura 138 ui/views/focus/focus_manager_unittest.cc aura::client::GetFocusClient(native_view1)->FocusWindow(native_view1); aura 145 ui/views/focus/focus_manager_unittest.cc aura::client::GetFocusClient(native_view2)->FocusWindow(native_view2); aura 24 ui/views/ime/input_method_bridge_unittest.cc GetContext()->SetProperty(aura::client::kRootWindowInputMethodKey, aura 46 ui/views/ime/input_method_bridge_unittest.cc GetContext()->SetProperty(aura::client::kRootWindowInputMethodKey, aura 31 ui/views/mouse_watcher.cc aura::Env::GetInstance()->AddPreTargetHandler(this); aura 35 ui/views/mouse_watcher.cc aura::Env::GetInstance()->RemovePreTargetHandler(this); aura 60 ui/views/mouse_watcher.cc if (!host()->Contains(aura::Env::GetInstance()->last_mouse_location(), aura 128 ui/views/test/ui_controls_factory_desktop_aurax11.cc aura::WindowTreeHost* host = window->GetHost(); aura 168 ui/views/test/ui_controls_factory_desktop_aurax11.cc aura::Window* root_window = RootWindowForPoint(screen_location); aura 170 ui/views/test/ui_controls_factory_desktop_aurax11.cc aura::client::ScreenPositionClient* screen_position_client = aura 171 ui/views/test/ui_controls_factory_desktop_aurax11.cc aura::client::GetScreenPositionClient(root_window); aura 177 ui/views/test/ui_controls_factory_desktop_aurax11.cc aura::WindowTreeHost* host = root_window->GetHost(); aura 209 ui/views/test/ui_controls_factory_desktop_aurax11.cc gfx::Point mouse_loc = aura::Env::GetInstance()->last_mouse_location(); aura 210 ui/views/test/ui_controls_factory_desktop_aurax11.cc aura::Window* root_window = RootWindowForPoint(mouse_loc); aura 211 ui/views/test/ui_controls_factory_desktop_aurax11.cc aura::client::ScreenPositionClient* screen_position_client = aura 212 ui/views/test/ui_controls_factory_desktop_aurax11.cc aura::client::GetScreenPositionClient(root_window); aura 266 ui/views/test/ui_controls_factory_desktop_aurax11.cc aura::Window* RootWindowForPoint(const gfx::Point& point) { aura 272 ui/views/test/ui_controls_factory_desktop_aurax11.cc std::vector<aura::Window*> windows = aura 274 ui/views/test/ui_controls_factory_desktop_aurax11.cc for (std::vector<aura::Window*>::const_iterator it = windows.begin(); aura 286 ui/views/test/ui_controls_factory_desktop_aurax11.cc void SetKeycodeAndSendThenMask(aura::WindowTreeHost* host, aura 295 ui/views/test/ui_controls_factory_desktop_aurax11.cc void UnmaskAndSetKeycodeThenSend(aura::WindowTreeHost* host, aura 40 ui/views/test/views_test_base.cc aura_test_helper_.reset(new aura::test::AuraTestHelper(&message_loop_)); aura 78 ui/views/test/views_test_base.cc aura::WindowTreeHost* ViewsTestBase::host() { aura 17 ui/views/test/views_test_base.h namespace aura { aura 62 ui/views/test/views_test_base.h aura::WindowTreeHost* host(); aura 71 ui/views/test/views_test_base.h scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_; aura 121 ui/views/touchui/touch_selection_controller_impl.cc TouchHandleWindowTargeter(aura::Window* window, aura 128 ui/views/touchui/touch_selection_controller_impl.cc virtual bool GetHitTestMask(aura::Window* window, aura 149 ui/views/touchui/touch_selection_controller_impl.cc aura::Window* window = widget_->GetNativeWindow(); aura 290 ui/views/touchui/touch_selection_controller_impl.cc aura::Window* window, aura 296 ui/views/touchui/touch_selection_controller_impl.cc bool TouchHandleWindowTargeter::GetHitTestMask(aura::Window* window, aura 469 ui/views/touchui/touch_selection_controller_impl_unittest.cc aura::test::EventGenerator generator( aura 18 ui/views/view_constants_aura.h VIEWS_EXPORT extern const aura::WindowProperty<View*>* const kHostViewKey; aura 22 ui/views/view_constants_aura.h VIEWS_EXPORT extern const aura::WindowProperty<bool>* const kDesktopRootWindow; aura 3478 ui/views/view_unittest.cc Widget* CreateControlWidget(aura::Window* parent, const gfx::Rect& bounds) { aura 17 ui/views/widget/desktop_aura/desktop_capture_client.cc DesktopCaptureClient::DesktopCaptureClient(aura::Window* root) aura 23 ui/views/widget/desktop_aura/desktop_capture_client.cc aura::client::SetCaptureClient(root, this); aura 27 ui/views/widget/desktop_aura/desktop_capture_client.cc aura::client::SetCaptureClient(root_, NULL); aura 31 ui/views/widget/desktop_aura/desktop_capture_client.cc void DesktopCaptureClient::SetCapture(aura::Window* new_capture_window) { aura 41 ui/views/widget/desktop_aura/desktop_capture_client.cc aura::Window* old_capture_window = capture_window_; aura 56 ui/views/widget/desktop_aura/desktop_capture_client.cc aura::client::CaptureDelegate* delegate = root_->GetHost()->dispatcher(); aura 71 ui/views/widget/desktop_aura/desktop_capture_client.cc aura::client::CaptureDelegate* delegate = aura 79 ui/views/widget/desktop_aura/desktop_capture_client.cc void DesktopCaptureClient::ReleaseCapture(aura::Window* window) { aura 85 ui/views/widget/desktop_aura/desktop_capture_client.cc aura::Window* DesktopCaptureClient::GetCaptureWindow() { aura 89 ui/views/widget/desktop_aura/desktop_capture_client.cc aura::Window* DesktopCaptureClient::GetGlobalCaptureWindow() { aura 15 ui/views/widget/desktop_aura/desktop_capture_client.h namespace aura { aura 35 ui/views/widget/desktop_aura/desktop_capture_client.h class VIEWS_EXPORT DesktopCaptureClient : public aura::client::CaptureClient { aura 37 ui/views/widget/desktop_aura/desktop_capture_client.h explicit DesktopCaptureClient(aura::Window* root); aura 41 ui/views/widget/desktop_aura/desktop_capture_client.h virtual void SetCapture(aura::Window* window) OVERRIDE; aura 42 ui/views/widget/desktop_aura/desktop_capture_client.h virtual void ReleaseCapture(aura::Window* window) OVERRIDE; aura 43 ui/views/widget/desktop_aura/desktop_capture_client.h virtual aura::Window* GetCaptureWindow() OVERRIDE; aura 44 ui/views/widget/desktop_aura/desktop_capture_client.h virtual aura::Window* GetGlobalCaptureWindow() OVERRIDE; aura 49 ui/views/widget/desktop_aura/desktop_capture_client.h aura::Window* root_; aura 50 ui/views/widget/desktop_aura/desktop_capture_client.h aura::Window* capture_window_; aura 11 ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h namespace aura { aura 18 ui/views/widget/desktop_aura/desktop_dispatcher_client.h : public aura::client::DispatcherClient { aura 27 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc using aura::client::DragDropDelegate; aura 413 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc aura::Window* root_window, aura 581 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc aura::client::DragDropDelegate* delegate = aura 582 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc aura::client::GetDragDropDelegate(target_window_); aura 622 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc aura::Window* root_window, aura 623 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc aura::Window* source_window, aura 679 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc void DesktopDragDropClientAuraX11::DragUpdate(aura::Window* target, aura 684 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc void DesktopDragDropClientAuraX11::Drop(aura::Window* target, aura 697 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc void DesktopDragDropClientAuraX11::OnWindowDestroyed(aura::Window* window) { aura 793 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc aura::client::DragDropDelegate** delegate) { aura 796 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc aura::Window* target_window = aura 810 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc *delegate = aura::client::GetDragDropDelegate(target_window_); aura 817 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc aura::Window::ConvertPointToTarget(root_window_, target_window_, &location); aura 835 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc aura::client::GetDragDropDelegate(target_window_); aura 24 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h namespace aura { aura 49 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h : public aura::client::DragDropClient, aura 50 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h public aura::WindowObserver, aura 54 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h aura::Window* root_window, aura 79 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h aura::Window* root_window, aura 80 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h aura::Window* source_window, aura 84 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h virtual void DragUpdate(aura::Window* target, aura 86 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h virtual void Drop(aura::Window* target, aura 92 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 131 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h aura::client::DragDropDelegate** delegate); aura 175 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h aura::Window* root_window_; aura 191 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h aura::Window* target_window_; aura 17 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.cc aura::Window* root_window, aura 29 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.cc aura::Window* root_window, aura 30 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.cc aura::Window* source_window, aura 53 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.cc void DesktopDragDropClientWin::DragUpdate(aura::Window* target, aura 57 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.cc void DesktopDragDropClientWin::Drop(aura::Window* target, aura 21 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h : public aura::client::DragDropClient { aura 23 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h DesktopDragDropClientWin(aura::Window* root_window, HWND window); aura 29 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h aura::Window* root_window, aura 30 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h aura::Window* source_window, aura 34 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h virtual void DragUpdate(aura::Window* target, aura 36 ui/views/widget/desktop_aura/desktop_drag_drop_client_win.h virtual void Drop(aura::Window* target, aura 17 ui/views/widget/desktop_aura/desktop_drop_target_win.cc using aura::client::DragDropDelegate; aura 23 ui/views/widget/desktop_aura/desktop_drop_target_win.cc DesktopDropTargetWin::DesktopDropTargetWin(aura::Window* root_window, aura 84 ui/views/widget/desktop_aura/desktop_drop_target_win.cc void DesktopDropTargetWin::OnWindowDestroyed(aura::Window* window) { aura 101 ui/views/widget/desktop_aura/desktop_drop_target_win.cc aura::Window* target_window = aura 115 ui/views/widget/desktop_aura/desktop_drop_target_win.cc *delegate = aura::client::GetDragDropDelegate(target_window_); aura 121 ui/views/widget/desktop_aura/desktop_drop_target_win.cc aura::Window::ConvertPointToTarget(root_window_, target_window_, &location); aura 140 ui/views/widget/desktop_aura/desktop_drop_target_win.cc aura::client::GetDragDropDelegate(target_window_); aura 12 ui/views/widget/desktop_aura/desktop_drop_target_win.h namespace aura { aura 29 ui/views/widget/desktop_aura/desktop_drop_target_win.h public aura::WindowObserver { aura 31 ui/views/widget/desktop_aura/desktop_drop_target_win.h DesktopDropTargetWin(aura::Window* root_window, HWND window); aura 51 ui/views/widget/desktop_aura/desktop_drop_target_win.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 61 ui/views/widget/desktop_aura/desktop_drop_target_win.h aura::client::DragDropDelegate** delegate); aura 66 ui/views/widget/desktop_aura/desktop_drop_target_win.h aura::Window* root_window_; aura 73 ui/views/widget/desktop_aura/desktop_drop_target_win.h aura::Window* target_window_; aura 18 ui/views/widget/desktop_aura/desktop_event_client.cc const aura::Window* window) const { aura 23 ui/views/widget/desktop_aura/desktop_event_client.cc return aura::Env::GetInstance(); aura 15 ui/views/widget/desktop_aura/desktop_event_client.h class VIEWS_EXPORT DesktopEventClient : public aura::client::EventClient { aura 22 ui/views/widget/desktop_aura/desktop_event_client.h const aura::Window* window) const OVERRIDE; aura 12 ui/views/widget/desktop_aura/desktop_focus_rules.cc DesktopFocusRules::DesktopFocusRules(aura::Window* content_window) aura 17 ui/views/widget/desktop_aura/desktop_focus_rules.cc bool DesktopFocusRules::CanActivateWindow(aura::Window* window) const { aura 25 ui/views/widget/desktop_aura/desktop_focus_rules.cc bool DesktopFocusRules::SupportsChildActivation(aura::Window* window) const { aura 33 ui/views/widget/desktop_aura/desktop_focus_rules.cc aura::Window* window) const { aura 40 ui/views/widget/desktop_aura/desktop_focus_rules.cc aura::Window* DesktopFocusRules::GetToplevelWindow( aura 41 ui/views/widget/desktop_aura/desktop_focus_rules.cc aura::Window* window) const { aura 42 ui/views/widget/desktop_aura/desktop_focus_rules.cc aura::Window* top_level_window = aura 51 ui/views/widget/desktop_aura/desktop_focus_rules.cc aura::Window* DesktopFocusRules::GetNextActivatableWindow( aura 52 ui/views/widget/desktop_aura/desktop_focus_rules.cc aura::Window* window) const { aura 53 ui/views/widget/desktop_aura/desktop_focus_rules.cc aura::Window* next_activatable_window = aura 14 ui/views/widget/desktop_aura/desktop_focus_rules.h explicit DesktopFocusRules(aura::Window* content_window); aura 19 ui/views/widget/desktop_aura/desktop_focus_rules.h virtual bool CanActivateWindow(aura::Window* window) const OVERRIDE; aura 20 ui/views/widget/desktop_aura/desktop_focus_rules.h virtual bool SupportsChildActivation(aura::Window* window) const OVERRIDE; aura 22 ui/views/widget/desktop_aura/desktop_focus_rules.h aura::Window* window) const OVERRIDE; aura 23 ui/views/widget/desktop_aura/desktop_focus_rules.h virtual aura::Window* GetToplevelWindow(aura::Window* window) const OVERRIDE; aura 24 ui/views/widget/desktop_aura/desktop_focus_rules.h virtual aura::Window* GetNextActivatableWindow( aura 25 ui/views/widget/desktop_aura/desktop_focus_rules.h aura::Window* window) const OVERRIDE; aura 29 ui/views/widget/desktop_aura/desktop_focus_rules.h aura::Window* content_window_; aura 43 ui/views/widget/desktop_aura/desktop_focus_rules_unittest.cc aura::test::TestWindowDelegate w2_child_delegate; aura 45 ui/views/widget/desktop_aura/desktop_focus_rules_unittest.cc aura::Window* w2_child = new aura::Window(&w2_child_delegate); aura 46 ui/views/widget/desktop_aura/desktop_focus_rules_unittest.cc w2_child->Init(aura::WINDOW_LAYER_SOLID_COLOR); aura 49 ui/views/widget/desktop_aura/desktop_focus_rules_unittest.cc aura::client::GetFocusClient(w2->GetNativeView())->FocusWindow(w2_child); aura 50 ui/views/widget/desktop_aura/desktop_focus_rules_unittest.cc aura::Window* focused = aura 51 ui/views/widget/desktop_aura/desktop_focus_rules_unittest.cc aura::client::GetFocusClient(w2->GetNativeView())->GetFocusedWindow(); aura 31 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc void DesktopNativeCursorManager::AddHost(aura::WindowTreeHost* host) { aura 35 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc void DesktopNativeCursorManager::RemoveHost(aura::WindowTreeHost* host) { aura 15 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h namespace aura { aura 44 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h void AddHost(aura::WindowTreeHost* host); aura 47 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h void RemoveHost(aura::WindowTreeHost* host); aura 71 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h typedef std::set<aura::WindowTreeHost*> Hosts; aura 76 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc class DesktopNativeWidgetTopLevelHandler : public aura::WindowObserver { aura 80 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc static aura::Window* CreateParentWindow(aura::Window* child_window, aura 95 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc init_params.layer_type = aura::WINDOW_LAYER_NOT_DRAWN; aura 107 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* native_window = aura 116 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 139 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc virtual void OnWindowBoundsChanged(aura::Window* window, aura 154 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* child_window_; aura 160 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc public aura::client::WindowTreeClient { aura 163 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* root_window) aura 165 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetWindowTreeClient(root_window_, this); aura 168 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetWindowTreeClient(root_window_, NULL); aura 172 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc virtual aura::Window* GetDefaultParent(aura::Window* context, aura 173 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* window, aura 175 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc bool is_fullscreen = window->GetProperty(aura::client::kShowStateKey) == aura 193 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* root_window_; aura 220 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc class RootWindowDestructionObserver : public aura::WindowObserver { aura 228 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE { aura 254 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc content_window_(new aura::Window(this)), aura 260 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetFocusChangeObserver(content_window_, this); aura 261 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetActivationChangeObserver(content_window_, this); aura 273 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* window) { aura 289 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* capture_window = capture_client_->GetCaptureWindow(); aura 299 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetTooltipClient(host_->window(), NULL); aura 313 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetFocusClient(host_->window(), NULL); aura 314 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetActivationClient(host_->window(), NULL); aura 329 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::WindowTreeHost* host) { aura 332 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetDispatcherClient(host->window(), NULL); aura 344 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetScreenPositionClient(host->window(), NULL); aura 347 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetDragDropClient(host->window(), NULL); aura 350 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetEventClient(host->window(), NULL); aura 356 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::ActivationClient* activation_client = aura 357 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::GetActivationClient(host_->window()); aura 379 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* active_window = activation_client->GetActiveWindow(); aura 399 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc content_window_->SetProperty(aura::client::kAnimationsDisabledKey, true); aura 405 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc content_window_container_ = new aura::Window(NULL); aura 406 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc content_window_container_->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 456 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetCursorClient(host_->window(), cursor_manager_); aura 467 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetFocusClient(host_->window(), focus_controller); aura 468 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetActivationClient(host_->window(), focus_controller); aura 472 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetDispatcherClient(host_->window(), aura 481 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetDragDropClient(host_->window(), aura 484 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc static_cast<aura::client::FocusClient*>(focus_client_.get())-> aura 494 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetDragDropDelegate(content_window_, this); aura 501 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetTooltipClient(host_->window(), aura 507 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetVisibilityClient(host_->window(), aura 520 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetEventClient(host_->window(), event_client_.get()); aura 522 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::GetFocusClient(content_window_)->FocusWindow(content_window_); aura 524 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::SetActivationDelegate(content_window_, this); aura 527 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::GetActivationClient(host_->window()))); aura 529 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc content_window_->SetProperty(aura::client::kCanMaximizeKey, aura 531 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc content_window_->SetProperty(aura::client::kCanResizeKey, aura 695 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* root = host_->window(); aura 864 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::CursorClient* cursor_client = aura 865 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::GetCursorClient(host_->window()); aura 873 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::CursorClient* cursor_client = aura 874 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::GetCursorClient(host_->window()); aura 882 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::GetFocusClient(content_window_)-> aura 943 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* child, aura 966 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::OnWindowDestroying(aura::Window* window) { aura 970 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::OnWindowDestroyed(aura::Window* window) { aura 1052 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::OnWindowActivated(aura::Window* gained_active, aura 1053 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* lost_active) { aura 1069 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::OnWindowFocused(aura::Window* gained_focus, aura 1070 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::Window* lost_focus) { aura 1084 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc aura::client::GetFocusClient(content_window_)->GetFocusedWindow()); aura 1132 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc const aura::WindowTreeHost* host) { aura 1136 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::OnHostResized(const aura::WindowTreeHost* host) { aura 1151 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::OnHostMoved(const aura::WindowTreeHost* host, aura 20 ui/views/widget/desktop_aura/desktop_native_widget_aura.h namespace aura { aura 57 ui/views/widget/desktop_aura/desktop_native_widget_aura.h public aura::WindowDelegate, aura 58 ui/views/widget/desktop_aura/desktop_native_widget_aura.h public aura::client::ActivationDelegate, aura 59 ui/views/widget/desktop_aura/desktop_native_widget_aura.h public aura::client::ActivationChangeObserver, aura 60 ui/views/widget/desktop_aura/desktop_native_widget_aura.h public aura::client::FocusChangeObserver, aura 62 ui/views/widget/desktop_aura/desktop_native_widget_aura.h public aura::client::DragDropDelegate, aura 63 ui/views/widget/desktop_aura/desktop_native_widget_aura.h public aura::WindowTreeHostObserver { aura 70 ui/views/widget/desktop_aura/desktop_native_widget_aura.h static DesktopNativeWidgetAura* ForWindow(aura::Window* window); aura 80 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual void OnDesktopWindowTreeHostDestroyed(aura::WindowTreeHost* host); aura 88 ui/views/widget/desktop_aura/desktop_native_widget_aura.h aura::WindowTreeHost* host() { aura 192 ui/views/widget/desktop_aura/desktop_native_widget_aura.h aura::Window* child, aura 198 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 199 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 214 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual void OnWindowActivated(aura::Window* gained_active, aura 215 ui/views/widget/desktop_aura/desktop_native_widget_aura.h aura::Window* lost_active) OVERRIDE; aura 218 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual void OnWindowFocused(aura::Window* gained_focus, aura 219 ui/views/widget/desktop_aura/desktop_native_widget_aura.h aura::Window* lost_focus) OVERRIDE; aura 231 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual void OnHostCloseRequested(const aura::WindowTreeHost* host) OVERRIDE; aura 232 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE; aura 233 ui/views/widget/desktop_aura/desktop_native_widget_aura.h virtual void OnHostMoved(const aura::WindowTreeHost* host, aura 249 ui/views/widget/desktop_aura/desktop_native_widget_aura.h scoped_ptr<aura::WindowTreeHost> host_; aura 265 ui/views/widget/desktop_aura/desktop_native_widget_aura.h aura::Window* content_window_container_; aura 270 ui/views/widget/desktop_aura/desktop_native_widget_aura.h aura::Window* content_window_; aura 276 ui/views/widget/desktop_aura/desktop_native_widget_aura.h scoped_ptr<aura::client::ScreenPositionClient> position_client_; aura 277 ui/views/widget/desktop_aura/desktop_native_widget_aura.h scoped_ptr<aura::client::DragDropClient> drag_drop_client_; aura 278 ui/views/widget/desktop_aura/desktop_native_widget_aura.h scoped_ptr<aura::client::WindowTreeClient> window_tree_client_; aura 23 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc scoped_ptr<aura::Window> window(new aura::Window(NULL)); aura 95 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc aura::client::CursorClient* cursor_client_a = aura::client::GetCursorClient( aura 97 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc aura::client::CursorClient* cursor_client_b = aura::client::GetCursorClient( aura 171 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc aura::test::TestWindowDelegate delegate; aura 183 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc aura::Window* window = new aura::Window(&delegate); aura 192 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc aura::client::DispatcherClient* client) { aura 206 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc aura::Window* window = widget->GetNativeView(); aura 207 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc aura::Window* root = window->GetRootWindow(); aura 208 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc aura::client::DispatcherClient* client = aura 209 ui/views/widget/desktop_aura/desktop_native_widget_aura_unittest.cc aura::client::GetDispatcherClient(root); aura 17 ui/views/widget/desktop_aura/desktop_screen_position_client.cc gfx::Point GetOrigin(const aura::Window* root_window) { aura 20 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::Window* window = const_cast<aura::Window*>(root_window); aura 29 ui/views/widget/desktop_aura/desktop_screen_position_client.cc bool PositionWindowInScreenCoordinates(aura::Window* window) { aura 41 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::Window* root_window) : root_window_(root_window) { aura 42 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::client::SetScreenPositionClient(root_window_, this); aura 46 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::client::SetScreenPositionClient(root_window_, NULL); aura 50 ui/views/widget/desktop_aura/desktop_screen_position_client.cc const aura::Window* window, gfx::Point* point) { aura 51 ui/views/widget/desktop_aura/desktop_screen_position_client.cc const aura::Window* root_window = window->GetRootWindow(); aura 52 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::Window::ConvertPointToTarget(window, root_window, point); aura 58 ui/views/widget/desktop_aura/desktop_screen_position_client.cc const aura::Window* window, gfx::Point* point) { aura 59 ui/views/widget/desktop_aura/desktop_screen_position_client.cc const aura::Window* root_window = window->GetRootWindow(); aura 62 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::Window::ConvertPointToTarget(root_window, window, point); aura 66 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::Window* window, gfx::Point* point) { aura 67 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::Window* root_window = window->GetRootWindow(); aura 72 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::Window* window, aura 76 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::Window* root = window->GetRootWindow(); aura 84 ui/views/widget/desktop_aura/desktop_screen_position_client.cc aura::Window::ConvertPointToTarget(window->parent(), root, &origin); aura 16 ui/views/widget/desktop_aura/desktop_screen_position_client.h : public aura::client::ScreenPositionClient { aura 18 ui/views/widget/desktop_aura/desktop_screen_position_client.h explicit DesktopScreenPositionClient(aura::Window* root_window); aura 22 ui/views/widget/desktop_aura/desktop_screen_position_client.h virtual void ConvertPointToScreen(const aura::Window* window, aura 24 ui/views/widget/desktop_aura/desktop_screen_position_client.h virtual void ConvertPointFromScreen(const aura::Window* window, aura 26 ui/views/widget/desktop_aura/desktop_screen_position_client.h virtual void ConvertHostPointToScreen(aura::Window* window, aura 28 ui/views/widget/desktop_aura/desktop_screen_position_client.h virtual void SetBounds(aura::Window* window, aura 33 ui/views/widget/desktop_aura/desktop_screen_position_client.h aura::Window* root_window_; aura 57 ui/views/widget/desktop_aura/desktop_screen_win.cc aura::WindowTreeHost* host = window->GetHost(); aura 77 ui/views/widget/desktop_aura/desktop_screen_x11.cc aura::Window* FindAt(const gfx::Point& screen_loc) { aura 88 ui/views/widget/desktop_aura/desktop_screen_x11.cc aura::Window* window = aura 109 ui/views/widget/desktop_aura/desktop_screen_x11.cc aura::Window* toplevel_; aura 258 ui/views/widget/desktop_aura/desktop_screen_x11.cc aura::WindowTreeHost* host = window->GetHost(); aura 14 ui/views/widget/desktop_aura/desktop_window_tree_host.h namespace aura { aura 53 ui/views/widget/desktop_aura/desktop_window_tree_host.h static ui::NativeTheme* GetNativeTheme(aura::Window* window); aura 56 ui/views/widget/desktop_aura/desktop_window_tree_host.h virtual void Init(aura::Window* content_window, aura 70 ui/views/widget/desktop_aura/desktop_window_tree_host.h virtual scoped_ptr<aura::client::DragDropClient> CreateDragDropClient( aura 76 ui/views/widget/desktop_aura/desktop_window_tree_host.h virtual aura::WindowTreeHost* AsWindowTreeHost() = 0; aura 64 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc DEFINE_WINDOW_PROPERTY_KEY(aura::Window*, kContentWindowForRootWindow, NULL); aura 97 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::Window* DesktopWindowTreeHostWin::GetContentWindowForHWND(HWND hwnd) { aura 98 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::WindowTreeHost* host = aura 99 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::WindowTreeHost::GetForAcceleratedWidget(hwnd); aura 104 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc ui::NativeTheme* DesktopWindowTreeHost::GetNativeTheme(aura::Window* window) { aura 107 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::WindowTreeHost* host = window ? window->GetHost() : NULL; aura 121 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc void DesktopWindowTreeHostWin::Init(aura::Window* content_window, aura 126 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::client::SetAnimationHost(content_window_, this); aura 153 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::client::CursorClient* cursor_client = aura 154 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::client::GetCursorClient(window()); aura 175 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc scoped_ptr<aura::client::DragDropClient> aura 179 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc return scoped_ptr<aura::client::DragDropClient>(drag_drop_client_).Pass(); aura 202 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::WindowTreeHost* DesktopWindowTreeHostWin::AsWindowTreeHost() { aura 365 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc content_window_->SetProperty(aura::client::kAnimationsDisabledKey, !value); aura 523 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::client::CursorClient* cursor_client = aura 524 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::client::GetCursorClient(window()); aura 868 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::WindowTreeHost* host = aura 869 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::WindowTreeHost::GetForAcceleratedWidget(GetCapture()); aura 933 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc new aura::client::ScopedTooltipDisabler(window())); aura 985 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::Window::Windows::const_iterator index; aura 989 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc if ((*index)->GetProperty(aura::client::kModalKey) != aura 14 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h namespace aura { aura 33 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h public aura::client::AnimationHost, aura 34 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h public aura::WindowTreeHost, aura 44 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h static aura::Window* GetContentWindowForHWND(HWND hwnd); aura 48 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h virtual void Init(aura::Window* content_window, aura 52 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h virtual scoped_ptr<aura::client::DragDropClient> aura 56 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE; aura 228 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h scoped_ptr<aura::client::FocusClient> focus_client_; aura 236 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h aura::Window* content_window_; aura 277 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h scoped_ptr<aura::client::ScopedTooltipDisabler> tooltip_disabler_; aura 60 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::Window*, kViewsWindowForRootWindow, NULL); aura 144 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::client::SetWindowMoveClient(window(), NULL); aura 152 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::Window* DesktopWindowTreeHostX11::GetContentWindowForXID(XID xid) { aura 153 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::WindowTreeHost* host = aura 154 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::WindowTreeHost::GetForAcceleratedWidget(xid); aura 160 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::WindowTreeHost* host = aura 161 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::WindowTreeHost::GetForAcceleratedWidget(xid); aura 166 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc std::vector<aura::Window*> DesktopWindowTreeHostX11::GetAllOpenWindows() { aura 167 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc std::vector<aura::Window*> windows(open_windows().size()); aura 211 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc void DesktopWindowTreeHostX11::Init(aura::Window* content_window, aura 246 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::client::SetWindowMoveClient(window(), x11_window_move_client_.get()); aura 256 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc scoped_ptr<aura::client::DragDropClient> aura 261 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc return scoped_ptr<aura::client::DragDropClient>(drag_drop_client_).Pass(); aura 321 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::WindowTreeHost* DesktopWindowTreeHostX11::AsWindowTreeHost() { aura 559 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc if (content_window_ && aura::client::GetFocusClient(content_window_) && aura 561 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::client::GetFocusClient(content_window_)->GetFocusedWindow())) { aura 562 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::client::GetFocusClient(content_window_)->FocusWindow(content_window_); aura 570 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::client::WindowMoveSource window_move_source = aura 572 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE : aura 573 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::client::WINDOW_MOVE_SOURCE_TOUCH; aura 575 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc window_move_source) == aura::client::MOVE_SUCCESSFUL) aura 843 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::client::CursorClient* cursor_client = aura 844 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::client::GetCursorClient(window()); aura 1617 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc ui::NativeTheme* DesktopWindowTreeHost::GetNativeTheme(aura::Window* window) { aura 36 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h public aura::WindowTreeHost, aura 46 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h static aura::Window* GetContentWindowForXID(XID xid); aura 54 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h static std::vector<aura::Window*> GetAllOpenWindows(); aura 71 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h virtual void Init(aura::Window* content_window, aura 75 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h virtual scoped_ptr<aura::client::DragDropClient> aura 79 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE; aura 162 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h aura::WindowEventDispatcher* InitDispatcher(const Widget::InitParams& params); aura 267 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h aura::Window* content_window_; aura 51 ui/views/widget/desktop_aura/x11_desktop_handler.cc aura::Env::GetInstance()->AddObserver(this); aura 66 ui/views/widget/desktop_aura/x11_desktop_handler.cc aura::Env::GetInstance()->RemoveObserver(this); aura 168 ui/views/widget/desktop_aura/x11_desktop_handler.cc void X11DesktopHandler::OnWindowInitialized(aura::Window* window) { aura 28 ui/views/widget/desktop_aura/x11_desktop_handler.h public aura::EnvObserver { aura 49 ui/views/widget/desktop_aura/x11_desktop_handler.h virtual void OnWindowInitialized(aura::Window* window) OVERRIDE; aura 74 ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc aura::client::WindowMoveResult X11DesktopWindowMoveClient::RunMoveLoop( aura 75 ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc aura::Window* source, aura 77 ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc aura::client::WindowMoveSource move_source) { aura 82 ui/views/widget/desktop_aura/x11_desktop_window_move_client.cc return success ? aura::client::MOVE_SUCCESSFUL : aura::client::MOVE_CANCELED; aura 20 ui/views/widget/desktop_aura/x11_desktop_window_move_client.h namespace aura { aura 33 ui/views/widget/desktop_aura/x11_desktop_window_move_client.h public aura::client::WindowMoveClient { aura 44 ui/views/widget/desktop_aura/x11_desktop_window_move_client.h virtual aura::client::WindowMoveResult RunMoveLoop( aura 45 ui/views/widget/desktop_aura/x11_desktop_window_move_client.h aura::Window* window, aura 47 ui/views/widget/desktop_aura/x11_desktop_window_move_client.h aura::client::WindowMoveSource move_source) OVERRIDE; aura 58 ui/views/widget/desktop_aura/x11_desktop_window_move_client.h aura::WindowTreeHost* host_; aura 39 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc explicit ScopedCapturer(aura::WindowTreeHost* host) aura 49 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc aura::WindowTreeHost* host_; aura 128 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc bool X11WholeScreenMoveLoop::RunMoveLoop(aura::Window* source, aura 161 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc aura::Env* env = aura::Env::GetInstance(); aura 194 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc aura::Env::GetInstance()->set_mouse_button_flags(0); aura 19 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h namespace aura { aura 40 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h bool RunMoveLoop(aura::Window* window, gfx::NativeCursor cursor); aura 100 ui/views/widget/desktop_aura/x11_window_event_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 118 ui/views/widget/desktop_aura/x11_window_event_filter.cc target->GetProperty(aura::client::kCanMaximizeKey)) { aura 135 ui/views/widget/desktop_aura/x11_window_event_filter.cc target->GetProperty(aura::client::kCanResizeKey)) && aura 17 ui/views/widget/desktop_aura/x11_window_event_filter.h namespace aura { aura 63 ui/views/widget/native_widget_aura.cc void SetRestoreBounds(aura::Window* window, const gfx::Rect& bounds) { aura 64 ui/views/widget/native_widget_aura.cc window->SetProperty(aura::client::kRestoreBoundsKey, new gfx::Rect(bounds)); aura 74 ui/views/widget/native_widget_aura.cc window_(new aura::Window(this)), aura 81 ui/views/widget/native_widget_aura.cc aura::client::SetFocusChangeObserver(window_, this); aura 82 ui/views/widget/native_widget_aura.cc aura::client::SetActivationChangeObserver(window_, this); aura 101 ui/views/widget/native_widget_aura.cc aura::Window* window) { aura 117 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kShowStateKey, params.show_state); aura 119 ui/views/widget/native_widget_aura.cc aura::client::SetHideOnDeactivate(window_, true); aura 156 ui/views/widget/native_widget_aura.cc aura::client::ParentWindowWithContext( aura 178 ui/views/widget/native_widget_aura.cc aura::client::SetDragDropDelegate(window_, this); aura 181 ui/views/widget/native_widget_aura.cc aura::client::SetActivationDelegate(window_, this); aura 183 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kCanMaximizeKey, aura 185 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kCanResizeKey, aura 284 ui/views/widget/native_widget_aura.cc aura::Window* root_window = window_->GetRootWindow(); aura 286 ui/views/widget/native_widget_aura.cc root_window->GetProperty(aura::client::kRootWindowInputMethodKey); aura 305 ui/views/widget/native_widget_aura.cc aura::client::ScreenPositionClient* screen_position_client = aura 306 ui/views/widget/native_widget_aura.cc aura::client::GetScreenPositionClient(window_->GetRootWindow()); aura 338 ui/views/widget/native_widget_aura.cc aura::Window::ConvertPointToTarget(window_->GetRootWindow(), aura 349 ui/views/widget/native_widget_aura.cc *show_state = window_ ? window_->GetProperty(aura::client::kShowStateKey) : aura 369 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kModalKey, modal_type); aura 392 ui/views/widget/native_widget_aura.cc window_->GetProperty(aura::client::kRestoreBoundsKey); aura 403 ui/views/widget/native_widget_aura.cc aura::Window* root = window_->GetRootWindow(); aura 405 ui/views/widget/native_widget_aura.cc aura::client::ScreenPositionClient* screen_position_client = aura 406 ui/views/widget/native_widget_aura.cc aura::client::GetScreenPositionClient(root); aura 453 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_NONE); aura 488 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kShowStateKey, state); aura 511 ui/views/widget/native_widget_aura.cc aura::client::GetActivationClient(window_->GetRootWindow())->ActivateWindow( aura 514 ui/views/widget/native_widget_aura.cc if (window_->GetProperty(aura::client::kDrawAttentionKey)) aura 515 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kDrawAttentionKey, false); aura 521 ui/views/widget/native_widget_aura.cc aura::client::GetActivationClient(window_->GetRootWindow())->DeactivateWindow( aura 531 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kAlwaysOnTopKey, on_top); aura 535 ui/views/widget/native_widget_aura.cc return window_ && window_->GetProperty(aura::client::kAlwaysOnTopKey); aura 544 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED); aura 549 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED); aura 553 ui/views/widget/native_widget_aura.cc return window_ && window_->GetProperty(aura::client::kShowStateKey) == aura 558 ui/views/widget/native_widget_aura.cc return window_ && window_->GetProperty(aura::client::kShowStateKey) == aura 564 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL); aura 574 ui/views/widget/native_widget_aura.cc saved_window_state_ = window_->GetProperty(aura::client::kShowStateKey); aura 577 ui/views/widget/native_widget_aura.cc aura::client::kShowStateKey, aura 582 ui/views/widget/native_widget_aura.cc return window_ && window_->GetProperty(aura::client::kShowStateKey) == aura 597 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kDrawAttentionKey, flash); aura 616 ui/views/widget/native_widget_aura.cc aura::client::CursorClient* cursor_client = aura 617 ui/views/widget/native_widget_aura.cc aura::client::GetCursorClient(window_->GetRootWindow()); aura 625 ui/views/widget/native_widget_aura.cc aura::client::CursorClient* cursor_client = aura 626 ui/views/widget/native_widget_aura.cc aura::client::GetCursorClient(window_->GetRootWindow()); aura 631 ui/views/widget/native_widget_aura.cc aura::client::FocusClient* client = aura::client::GetFocusClient(window_); aura 651 ui/views/widget/native_widget_aura.cc aura::client::WindowMoveClient* move_client = aura 652 ui/views/widget/native_widget_aura.cc aura::client::GetWindowMoveClient(window_->GetRootWindow()); aura 657 ui/views/widget/native_widget_aura.cc aura::client::WindowMoveSource window_move_source = aura 659 ui/views/widget/native_widget_aura.cc aura::client::WINDOW_MOVE_SOURCE_MOUSE : aura 660 ui/views/widget/native_widget_aura.cc aura::client::WINDOW_MOVE_SOURCE_TOUCH; aura 662 ui/views/widget/native_widget_aura.cc aura::client::MOVE_SUCCESSFUL) { aura 671 ui/views/widget/native_widget_aura.cc aura::client::WindowMoveClient* move_client = aura 672 ui/views/widget/native_widget_aura.cc aura::client::GetWindowMoveClient(window_->GetRootWindow()); aura 679 ui/views/widget/native_widget_aura.cc window_->SetProperty(aura::client::kAnimationsDisabledKey, !value); aura 737 ui/views/widget/native_widget_aura.cc aura::Window* child, aura 787 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::OnWindowDestroying(aura::Window* window) { aura 794 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::OnWindowDestroyed(aura::Window* window) { aura 869 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::OnWindowActivated(aura::Window* gained_active, aura 870 ui/views/widget/native_widget_aura.cc aura::Window* lost_active) { aura 884 ui/views/widget/native_widget_aura.cc void NativeWidgetAura::OnWindowFocused(aura::Window* gained_focus, aura 885 ui/views/widget/native_widget_aura.cc aura::Window* lost_focus) { aura 907 ui/views/widget/native_widget_aura.cc aura::client::FocusClient* client = aura::client::GetFocusClient(window_); aura 972 ui/views/widget/native_widget_aura.cc void CloseWindow(aura::Window* window) { aura 987 ui/views/widget/native_widget_aura.cc aura::Window* root_window = aura 1002 ui/views/widget/native_widget_aura.cc std::vector<aura::Window*> open_windows = aura 1043 ui/views/widget/native_widget_aura.cc aura::Window* window = native_view; aura 1065 ui/views/widget/native_widget_aura.cc const aura::Window::Windows& child_windows = native_view->children(); aura 1066 ui/views/widget/native_widget_aura.cc for (aura::Window::Windows::const_iterator i = child_windows.begin(); aura 1075 ui/views/widget/native_widget_aura.cc const aura::Window::Windows& transient_children = aura 1077 ui/views/widget/native_widget_aura.cc for (aura::Window::Windows::const_iterator i = transient_children.begin(); aura 1120 ui/views/widget/native_widget_aura.cc aura::Window* root_window = native_view->GetRootWindow(); aura 1121 ui/views/widget/native_widget_aura.cc aura::client::ParentWindowWithContext( aura 1134 ui/views/widget/native_widget_aura.cc return aura::Env::GetInstance()->IsMouseButtonDown(); aura 1139 ui/views/widget/native_widget_aura.cc return aura::Env::GetInstance()->is_touch_down(); aura 21 ui/views/widget/native_widget_aura.h namespace aura { aura 37 ui/views/widget/native_widget_aura.h public aura::WindowDelegate, aura 38 ui/views/widget/native_widget_aura.h public aura::client::ActivationDelegate, aura 39 ui/views/widget/native_widget_aura.h public aura::client::ActivationChangeObserver, aura 40 ui/views/widget/native_widget_aura.h public aura::client::FocusChangeObserver, aura 41 ui/views/widget/native_widget_aura.h public aura::client::DragDropDelegate { aura 53 ui/views/widget/native_widget_aura.h aura::Window* window); aura 150 ui/views/widget/native_widget_aura.h aura::Window* child, aura 156 ui/views/widget/native_widget_aura.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 157 ui/views/widget/native_widget_aura.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 172 ui/views/widget/native_widget_aura.h virtual void OnWindowActivated(aura::Window* gained_active, aura 173 ui/views/widget/native_widget_aura.h aura::Window* lost_active) OVERRIDE; aura 176 ui/views/widget/native_widget_aura.h virtual void OnWindowFocused(aura::Window* gained_focus, aura 177 ui/views/widget/native_widget_aura.h aura::Window* lost_focus) OVERRIDE; aura 203 ui/views/widget/native_widget_aura.h aura::Window* window_; aura 27 ui/views/widget/native_widget_aura_unittest.cc NativeWidgetAura* Init(aura::Window* parent, Widget* widget) { aura 47 ui/views/widget/native_widget_aura_unittest.cc aura::Window* root_window() { return GetContext(); } aura 56 ui/views/widget/native_widget_aura_unittest.cc scoped_ptr<aura::Window> parent(new aura::Window(NULL)); aura 57 ui/views/widget/native_widget_aura_unittest.cc parent->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 73 ui/views/widget/native_widget_aura_unittest.cc scoped_ptr<aura::Window> parent(new aura::Window(NULL)); aura 74 ui/views/widget/native_widget_aura_unittest.cc parent->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 91 ui/views/widget/native_widget_aura_unittest.cc scoped_ptr<aura::Window> parent(new aura::Window(NULL)); aura 92 ui/views/widget/native_widget_aura_unittest.cc parent->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 104 ui/views/widget/native_widget_aura_unittest.cc class TestLayoutManager : public aura::LayoutManager { aura 110 ui/views/widget/native_widget_aura_unittest.cc virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE { aura 114 ui/views/widget/native_widget_aura_unittest.cc virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE { aura 116 ui/views/widget/native_widget_aura_unittest.cc virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE { aura 118 ui/views/widget/native_widget_aura_unittest.cc virtual void OnChildWindowVisibilityChanged(aura::Window* child, aura 121 ui/views/widget/native_widget_aura_unittest.cc virtual void SetChildBounds(aura::Window* child, aura 350 ui/views/widget/native_widget_aura_unittest.cc aura::Window* window = widget->GetNativeWindow(); aura 351 ui/views/widget/native_widget_aura_unittest.cc EXPECT_FALSE(window->GetProperty(aura::client::kDrawAttentionKey)); aura 353 ui/views/widget/native_widget_aura_unittest.cc EXPECT_TRUE(window->GetProperty(aura::client::kDrawAttentionKey)); aura 355 ui/views/widget/native_widget_aura_unittest.cc EXPECT_FALSE(window->GetProperty(aura::client::kDrawAttentionKey)); aura 357 ui/views/widget/native_widget_aura_unittest.cc EXPECT_TRUE(window->GetProperty(aura::client::kDrawAttentionKey)); aura 359 ui/views/widget/native_widget_aura_unittest.cc EXPECT_FALSE(window->GetProperty(aura::client::kDrawAttentionKey)); aura 363 ui/views/widget/native_widget_aura_unittest.cc scoped_ptr<aura::Window> parent(new aura::Window(NULL)); aura 364 ui/views/widget/native_widget_aura_unittest.cc parent->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 30 ui/views/widget/tooltip_manager_aura.cc aura::client::SetTooltipText(GetWindow(), &tooltip_text_); aura 34 ui/views/widget/tooltip_manager_aura.cc aura::client::SetTooltipText(GetWindow(), NULL); aura 48 ui/views/widget/tooltip_manager_aura.cc aura::Window* root_window = source->GetNativeView()->GetRootWindow(); aura 54 ui/views/widget/tooltip_manager_aura.cc aura::client::ScreenPositionClient* screen_position_client = aura 55 ui/views/widget/tooltip_manager_aura.cc aura::client::GetScreenPositionClient(root_window); aura 60 ui/views/widget/tooltip_manager_aura.cc aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc); aura 65 ui/views/widget/tooltip_manager_aura.cc aura::client::GetScreenPositionClient(target->GetRootWindow()); aura 92 ui/views/widget/tooltip_manager_aura.cc aura::Window* root_window = GetWindow()->GetRootWindow(); aura 93 ui/views/widget/tooltip_manager_aura.cc if (aura::client::GetTooltipClient(root_window)) { aura 96 ui/views/widget/tooltip_manager_aura.cc aura::Window::ConvertPointToTarget(root_window, GetWindow(), &view_point); aura 103 ui/views/widget/tooltip_manager_aura.cc aura::Window* root_window = GetWindow()->GetRootWindow(); aura 104 ui/views/widget/tooltip_manager_aura.cc if (aura::client::GetTooltipClient(root_window)) { aura 107 ui/views/widget/tooltip_manager_aura.cc aura::Window::ConvertPointToTarget(root_window, GetWindow(), &view_point); aura 124 ui/views/widget/tooltip_manager_aura.cc aura::Window* root_window) { aura 136 ui/views/widget/tooltip_manager_aura.cc aura::client::GetTooltipClient(root_window)->UpdateTooltip(GetWindow()); aura 139 ui/views/widget/tooltip_manager_aura.cc aura::Window* TooltipManagerAura::GetWindow() { aura 13 ui/views/widget/tooltip_manager_aura.h namespace aura { aura 49 ui/views/widget/tooltip_manager_aura.h aura::Window* root_window); aura 52 ui/views/widget/tooltip_manager_aura.h aura::Window* GetWindow(); aura 128 ui/views/widget/widget.cc layer_type(aura::WINDOW_LAYER_TEXTURED), aura 154 ui/views/widget/widget.cc layer_type(aura::WINDOW_LAYER_TEXTURED), aura 222 ui/views/widget/widget.h aura::WindowLayerType layer_type; aura 190 ui/views/widget/widget_interactive_uitest.cc aura::Window* root_window1= widget1.GetNativeView()->GetRootWindow(); aura 194 ui/views/widget/widget_interactive_uitest.cc aura::client::ActivationClient* activation_client1 = aura 195 ui/views/widget/widget_interactive_uitest.cc aura::client::GetActivationClient(root_window1); aura 210 ui/views/widget/widget_interactive_uitest.cc aura::Window* root_window2 = widget2.GetNativeView()->GetRootWindow(); aura 215 ui/views/widget/widget_interactive_uitest.cc aura::client::ActivationClient* activation_client2 = aura 216 ui/views/widget/widget_interactive_uitest.cc aura::client::GetActivationClient(root_window2); aura 220 ui/views/widget/widget_interactive_uitest.cc reinterpret_cast<aura::Window*>(NULL)); aura 228 ui/views/widget/widget_interactive_uitest.cc reinterpret_cast<aura::Window*>(NULL)); aura 560 ui/views/widget/widget_interactive_uitest.cc aura::Window* top_level_window = top_level_widget.GetNativeWindow(); aura 561 ui/views/widget/widget_interactive_uitest.cc EXPECT_EQ(top_level_window, aura::client::GetFocusClient( aura 573 ui/views/widget/widget_interactive_uitest.cc aura::Window* dialog_window = modal_dialog_widget->GetNativeWindow(); aura 574 ui/views/widget/widget_interactive_uitest.cc EXPECT_EQ(dialog_window, aura::client::GetFocusClient( aura 578 ui/views/widget/widget_interactive_uitest.cc EXPECT_EQ(top_level_window, aura::client::GetFocusClient( aura 597 ui/views/widget/widget_interactive_uitest.cc aura::Window* top_level_window = top_level_widget.GetNativeWindow(); aura 598 ui/views/widget/widget_interactive_uitest.cc EXPECT_EQ(top_level_window, aura::client::GetFocusClient( aura 1106 ui/views/widget/widget_unittest.cc public aura::WindowObserver { aura 1134 ui/views/widget/widget_unittest.cc init_params.layer_type = aura::WINDOW_LAYER_NOT_DRAWN; aura 1139 ui/views/widget/widget_unittest.cc owned_window_ = new aura::Window(&child_window_delegate_); aura 1143 ui/views/widget/widget_unittest.cc owned_window_->SetProperty(aura::client::kShowStateKey, aura 1148 ui/views/widget/widget_unittest.cc owned_window_->Init(aura::WINDOW_LAYER_TEXTURED); aura 1149 ui/views/widget/widget_unittest.cc aura::client::ParentWindowWithContext( aura 1174 ui/views/widget/widget_unittest.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { aura 1185 ui/views/widget/widget_unittest.cc aura::Window* owned_window() { aura 1196 ui/views/widget/widget_unittest.cc aura::Window* owned_window_; aura 1199 ui/views/widget/widget_unittest.cc aura::test::TestWindowDelegate child_window_delegate_; aura 1671 ui/views/widget/widget_unittest.cc aura::test::EventGenerator generator(GetContext(), widget->GetNativeWindow()); aura 1691 ui/views/widget/widget_unittest.cc aura::test::EventGenerator generator(GetContext()); aura 22 ui/views/widget/window_reorderer.cc const aura::Window& parent_window, aura 23 ui/views/widget/window_reorderer.cc std::map<views::View*, aura::Window*>* hosted_windows) { aura 24 ui/views/widget/window_reorderer.cc const std::vector<aura::Window*>& child_windows = parent_window.children(); aura 26 ui/views/widget/window_reorderer.cc aura::Window* child = child_windows[i]; aura 41 ui/views/widget/window_reorderer.cc const std::map<views::View*, aura::Window*>& hosts, aura 61 ui/views/widget/window_reorderer.cc class WindowReorderer::AssociationObserver : public aura::WindowObserver { aura 67 ui/views/widget/window_reorderer.cc void StartObserving(aura::Window* window); aura 68 ui/views/widget/window_reorderer.cc void StopObserving(aura::Window* window); aura 72 ui/views/widget/window_reorderer.cc virtual void OnWindowPropertyChanged(aura::Window* window, aura 75 ui/views/widget/window_reorderer.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 80 ui/views/widget/window_reorderer.cc std::set<aura::Window*> windows_; aura 96 ui/views/widget/window_reorderer.cc aura::Window* window) { aura 102 ui/views/widget/window_reorderer.cc aura::Window* window) { aura 108 ui/views/widget/window_reorderer.cc aura::Window* window, aura 116 ui/views/widget/window_reorderer.cc aura::Window* window) { aura 121 ui/views/widget/window_reorderer.cc WindowReorderer::WindowReorderer(aura::Window* parent_window, aura 127 ui/views/widget/window_reorderer.cc const std::vector<aura::Window*>& windows = parent_window_->children(); aura 145 ui/views/widget/window_reorderer.cc std::map<View*, aura::Window*> hosted_windows; aura 170 ui/views/widget/window_reorderer.cc aura::Window* window = NULL; aura 172 ui/views/widget/window_reorderer.cc std::map<View*, aura::Window*>::iterator hosted_window_it = aura 186 ui/views/widget/window_reorderer.cc void WindowReorderer::OnWindowAdded(aura::Window* new_window) { aura 191 ui/views/widget/window_reorderer.cc void WindowReorderer::OnWillRemoveWindow(aura::Window* window) { aura 195 ui/views/widget/window_reorderer.cc void WindowReorderer::OnWindowDestroying(aura::Window* window) { aura 12 ui/views/widget/window_reorderer.h namespace aura { aura 25 ui/views/widget/window_reorderer.h class WindowReorderer : public aura::WindowObserver { aura 27 ui/views/widget/window_reorderer.h WindowReorderer(aura::Window* window, View* root_view); aura 40 ui/views/widget/window_reorderer.h virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE; aura 41 ui/views/widget/window_reorderer.h virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE; aura 42 ui/views/widget/window_reorderer.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 46 ui/views/widget/window_reorderer.h aura::Window* parent_window_; aura 20 ui/views/widget/window_reorderer_unittest.cc Widget* CreateControlWidget(aura::Window* parent, const gfx::Rect& bounds) { aura 31 ui/views/widget/window_reorderer_unittest.cc void SetWindowAndLayerName(aura::Window* window, const std::string& name) { aura 38 ui/views/widget/window_reorderer_unittest.cc std::string ChildWindowNamesAsString(const aura::Window& parent) { aura 40 ui/views/widget/window_reorderer_unittest.cc typedef std::vector<aura::Window*> Windows; aura 50 ui/views/widget/window_reorderer_unittest.cc typedef aura::test::AuraTestBase WindowReordererTest; aura 58 ui/views/widget/window_reorderer_unittest.cc aura::Window* parent_window = parent->GetNativeWindow(); aura 136 ui/views/widget/window_reorderer_unittest.cc aura::Window* parent_window = parent->GetNativeWindow(); aura 141 ui/views/widget/window_reorderer_unittest.cc aura::Window* w1 = aura::test::CreateTestWindowWithId(0, aura 145 ui/views/widget/window_reorderer_unittest.cc aura::Window* w2 = aura::test::CreateTestWindowWithId(0, NULL); aura 197 ui/views/widget/window_reorderer_unittest.cc aura::Window* parent_window = parent->GetNativeWindow(); aura 34 ui/views/win/hwnd_util_aurawin.cc aura::WindowTreeHost* host = view->GetWidget()->GetNativeWindow()->GetHost(); aura 17 ui/wm/core/base_focus_rules.cc aura::Window* GetFocusedWindow(aura::Window* context) { aura 18 ui/wm/core/base_focus_rules.cc aura::client::FocusClient* focus_client = aura 19 ui/wm/core/base_focus_rules.cc aura::client::GetFocusClient(context); aura 35 ui/wm/core/base_focus_rules.cc aura::Window* window) const { aura 42 ui/wm/core/base_focus_rules.cc bool BaseFocusRules::IsToplevelWindow(aura::Window* window) const { aura 52 ui/wm/core/base_focus_rules.cc bool BaseFocusRules::CanActivateWindow(aura::Window* window) const { aura 67 ui/wm/core/base_focus_rules.cc if (aura::client::GetActivationDelegate(window) && aura 68 ui/wm/core/base_focus_rules.cc !aura::client::GetActivationDelegate(window)->ShouldActivate()) { aura 82 ui/wm/core/base_focus_rules.cc bool BaseFocusRules::CanFocusWindow(aura::Window* window) const { aura 89 ui/wm/core/base_focus_rules.cc aura::Window* activatable = GetActivatableWindow(window); aura 95 ui/wm/core/base_focus_rules.cc aura::Window* BaseFocusRules::GetToplevelWindow(aura::Window* window) const { aura 96 ui/wm/core/base_focus_rules.cc aura::Window* parent = window->parent(); aura 97 ui/wm/core/base_focus_rules.cc aura::Window* child = window; aura 108 ui/wm/core/base_focus_rules.cc aura::Window* BaseFocusRules::GetActivatableWindow(aura::Window* window) const { aura 109 ui/wm/core/base_focus_rules.cc aura::Window* parent = window->parent(); aura 110 ui/wm/core/base_focus_rules.cc aura::Window* child = window; aura 119 ui/wm/core/base_focus_rules.cc aura::Window* modal_transient = GetModalTransient(child); aura 126 ui/wm/core/base_focus_rules.cc aura::Window* parent_modal_transient = aura 140 ui/wm/core/base_focus_rules.cc aura::Window* BaseFocusRules::GetFocusableWindow(aura::Window* window) const { aura 146 ui/wm/core/base_focus_rules.cc aura::Window* activatable = GetActivatableWindow(window); aura 150 ui/wm/core/base_focus_rules.cc aura::Window* toplevel = GetToplevelWindow(window); aura 161 ui/wm/core/base_focus_rules.cc aura::Window* focused = GetFocusedWindow(activatable); aura 170 ui/wm/core/base_focus_rules.cc aura::Window* BaseFocusRules::GetNextActivatableWindow( aura 171 ui/wm/core/base_focus_rules.cc aura::Window* ignore) const { aura 180 ui/wm/core/base_focus_rules.cc const aura::Window::Windows& siblings = ignore->parent()->children(); aura 183 ui/wm/core/base_focus_rules.cc for (aura::Window::Windows::const_reverse_iterator rit = siblings.rbegin(); aura 186 ui/wm/core/base_focus_rules.cc aura::Window* cur = *rit; aura 22 ui/wm/core/base_focus_rules.h virtual bool SupportsChildActivation(aura::Window* window) const = 0; aura 26 ui/wm/core/base_focus_rules.h aura::Window* window) const; aura 29 ui/wm/core/base_focus_rules.h virtual bool IsToplevelWindow(aura::Window* window) const OVERRIDE; aura 30 ui/wm/core/base_focus_rules.h virtual bool CanActivateWindow(aura::Window* window) const OVERRIDE; aura 31 ui/wm/core/base_focus_rules.h virtual bool CanFocusWindow(aura::Window* window) const OVERRIDE; aura 32 ui/wm/core/base_focus_rules.h virtual aura::Window* GetToplevelWindow(aura::Window* window) const OVERRIDE; aura 33 ui/wm/core/base_focus_rules.h virtual aura::Window* GetActivatableWindow( aura 34 ui/wm/core/base_focus_rules.h aura::Window* window) const OVERRIDE; aura 35 ui/wm/core/base_focus_rules.h virtual aura::Window* GetFocusableWindow(aura::Window* window) const OVERRIDE; aura 36 ui/wm/core/base_focus_rules.h virtual aura::Window* GetNextActivatableWindow( aura 37 ui/wm/core/base_focus_rules.h aura::Window* ignore) const OVERRIDE; aura 16 ui/wm/core/capture_controller.cc void CaptureController::Attach(aura::Window* root) { aura 19 ui/wm/core/capture_controller.cc aura::client::SetCaptureClient(root, this); aura 22 ui/wm/core/capture_controller.cc void CaptureController::Detach(aura::Window* root) { aura 24 ui/wm/core/capture_controller.cc aura::client::SetCaptureClient(root, NULL); aura 30 ui/wm/core/capture_controller.cc void CaptureController::SetCapture(aura::Window* new_capture_window) { aura 38 ui/wm/core/capture_controller.cc aura::Window* old_capture_window = capture_window_; aura 39 ui/wm/core/capture_controller.cc aura::Window* old_capture_root = old_capture_window ? aura 60 ui/wm/core/capture_controller.cc aura::client::CaptureDelegate* delegate = (*i)->GetHost()->dispatcher(); aura 64 ui/wm/core/capture_controller.cc aura::Window* capture_root = aura 68 ui/wm/core/capture_controller.cc aura::client::CaptureDelegate* delegate = aura 73 ui/wm/core/capture_controller.cc aura::client::CaptureDelegate* delegate = aura 80 ui/wm/core/capture_controller.cc void CaptureController::ReleaseCapture(aura::Window* window) { aura 86 ui/wm/core/capture_controller.cc aura::Window* CaptureController::GetCaptureWindow() { aura 90 ui/wm/core/capture_controller.cc aura::Window* CaptureController::GetGlobalCaptureWindow() { aura 110 ui/wm/core/capture_controller.cc ScopedCaptureClient::ScopedCaptureClient(aura::Window* root) aura 127 ui/wm/core/capture_controller.cc void ScopedCaptureClient::OnWindowDestroyed(aura::Window* window) { aura 19 ui/wm/core/capture_controller.h class WM_CORE_EXPORT CaptureController : public aura::client::CaptureClient { aura 22 ui/wm/core/capture_controller.h void Attach(aura::Window* root); aura 25 ui/wm/core/capture_controller.h void Detach(aura::Window* root); aura 32 ui/wm/core/capture_controller.h virtual void SetCapture(aura::Window* window) OVERRIDE; aura 33 ui/wm/core/capture_controller.h virtual void ReleaseCapture(aura::Window* window) OVERRIDE; aura 34 ui/wm/core/capture_controller.h virtual aura::Window* GetCaptureWindow() OVERRIDE; aura 35 ui/wm/core/capture_controller.h virtual aura::Window* GetGlobalCaptureWindow() OVERRIDE; aura 39 ui/wm/core/capture_controller.h typedef std::set<aura::Window*> RootWindows; aura 45 ui/wm/core/capture_controller.h aura::Window* capture_window_; aura 56 ui/wm/core/capture_controller.h class WM_CORE_EXPORT ScopedCaptureClient : public aura::WindowObserver { aura 58 ui/wm/core/capture_controller.h explicit ScopedCaptureClient(aura::Window* root); aura 64 ui/wm/core/capture_controller.h aura::client::CaptureClient* capture_client() { aura 69 ui/wm/core/capture_controller.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 79 ui/wm/core/capture_controller.h aura::Window* root_window_; aura 150 ui/wm/core/compound_event_filter.cc void CompoundEventFilter::UpdateCursor(aura::Window* target, aura 154 ui/wm/core/compound_event_filter.cc aura::Window* root_window = target->GetRootWindow(); aura 155 ui/wm/core/compound_event_filter.cc aura::client::DragDropClient* drag_drop_client = aura 156 ui/wm/core/compound_event_filter.cc aura::client::GetDragDropClient(root_window); aura 160 ui/wm/core/compound_event_filter.cc aura::client::CursorClient* cursor_client = aura 161 ui/wm/core/compound_event_filter.cc aura::client::GetCursorClient(root_window); aura 206 ui/wm/core/compound_event_filter.cc void CompoundEventFilter::SetCursorVisibilityOnEvent(aura::Window* target, aura 212 ui/wm/core/compound_event_filter.cc aura::client::CursorClient* client = aura 213 ui/wm/core/compound_event_filter.cc aura::client::GetCursorClient(target->GetRootWindow()); aura 223 ui/wm/core/compound_event_filter.cc void CompoundEventFilter::SetMouseEventsEnableStateOnEvent(aura::Window* target, aura 228 ui/wm/core/compound_event_filter.cc aura::client::CursorClient* client = aura 229 ui/wm/core/compound_event_filter.cc aura::client::GetCursorClient(target->GetRootWindow()); aura 245 ui/wm/core/compound_event_filter.cc static_cast<aura::Window*>(event->target()), event, false); aura 252 ui/wm/core/compound_event_filter.cc aura::Window* window = static_cast<aura::Window*>(event->target()); aura 253 ui/wm/core/compound_event_filter.cc aura::WindowTracker window_tracker; aura 284 ui/wm/core/compound_event_filter.cc !aura::Env::GetInstance()->IsMouseButtonDown()) { aura 286 ui/wm/core/compound_event_filter.cc static_cast<aura::Window*>(event->target()), event, false); aura 15 ui/wm/core/compound_event_filter.h namespace aura { aura 58 ui/wm/core/compound_event_filter.h void UpdateCursor(aura::Window* target, ui::MouseEvent* event); aura 66 ui/wm/core/compound_event_filter.h void SetCursorVisibilityOnEvent(aura::Window* target, aura 71 ui/wm/core/compound_event_filter.h void SetMouseEventsEnableStateOnEvent(aura::Window* target, aura 50 ui/wm/core/compound_event_filter_unittest.cc typedef aura::test::AuraTestBase CompoundEventFilterTest; aura 56 ui/wm/core/compound_event_filter_unittest.cc aura::Env::GetInstance()->AddPreTargetHandler(compound_filter.get()); aura 57 ui/wm/core/compound_event_filter_unittest.cc aura::test::TestWindowDelegate delegate; aura 58 ui/wm/core/compound_event_filter_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234, aura 63 ui/wm/core/compound_event_filter_unittest.cc aura::test::TestCursorClient cursor_client(root_window()); aura 98 ui/wm/core/compound_event_filter_unittest.cc aura::Env::GetInstance()->RemovePreTargetHandler(compound_filter.get()); aura 106 ui/wm/core/compound_event_filter_unittest.cc aura::Env::GetInstance()->AddPreTargetHandler(compound_filter.get()); aura 107 ui/wm/core/compound_event_filter_unittest.cc aura::test::TestWindowDelegate delegate; aura 108 ui/wm/core/compound_event_filter_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234, aura 113 ui/wm/core/compound_event_filter_unittest.cc aura::test::TestCursorClient cursor_client(root_window()); aura 145 ui/wm/core/compound_event_filter_unittest.cc aura::client::GetActivationClient( aura 149 ui/wm/core/compound_event_filter_unittest.cc aura::Env::GetInstance()->RemovePreTargetHandler(compound_filter.get()); aura 159 ui/wm/core/compound_event_filter_unittest.cc aura::Env::GetInstance()->AddPreTargetHandler(compound_filter.get()); aura 160 ui/wm/core/compound_event_filter_unittest.cc aura::test::TestWindowDelegate delegate; aura 162 ui/wm/core/compound_event_filter_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234, aura 171 ui/wm/core/compound_event_filter_unittest.cc aura::test::EventGenerator generator(root_window(), gfx::Point(50, 50)); aura 176 ui/wm/core/compound_event_filter_unittest.cc aura::Env::GetInstance()->RemovePreTargetHandler(compound_filter.get()); aura 182 ui/wm/core/compound_event_filter_unittest.cc aura::test::EventGenerator event_generator(root_window()); aura 185 ui/wm/core/compound_event_filter_unittest.cc aura::Env::GetInstance()->AddPreTargetHandler(compound_filter.get()); aura 186 ui/wm/core/compound_event_filter_unittest.cc aura::test::TestWindowDelegate delegate; aura 187 ui/wm/core/compound_event_filter_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234, aura 191 ui/wm/core/compound_event_filter_unittest.cc aura::test::TestCursorClient cursor_client(root_window()); aura 198 ui/wm/core/compound_event_filter_unittest.cc EXPECT_TRUE(aura::Env::GetInstance()->IsMouseButtonDown()); aura 204 ui/wm/core/compound_event_filter_unittest.cc aura::Env::GetInstance()->RemovePreTargetHandler(compound_filter.get()); aura 212 ui/wm/core/compound_event_filter_unittest.cc aura::Env::GetInstance()->AddPreTargetHandler(compound_filter.get()); aura 213 ui/wm/core/compound_event_filter_unittest.cc aura::test::TestWindowDelegate delegate; aura 214 ui/wm/core/compound_event_filter_unittest.cc scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234, aura 219 ui/wm/core/compound_event_filter_unittest.cc aura::test::TestCursorClient cursor_client(root_window()); aura 234 ui/wm/core/compound_event_filter_unittest.cc aura::Env::GetInstance()->RemovePreTargetHandler(compound_filter.get()); aura 107 ui/wm/core/cursor_manager.cc FOR_EACH_OBSERVER(aura::client::CursorClientObserver, observers_, aura 117 ui/wm/core/cursor_manager.cc FOR_EACH_OBSERVER(aura::client::CursorClientObserver, observers_, aura 200 ui/wm/core/cursor_manager.cc aura::client::CursorClientObserver* observer) { aura 205 ui/wm/core/cursor_manager.cc aura::client::CursorClientObserver* observer) { aura 216 ui/wm/core/cursor_manager.cc FOR_EACH_OBSERVER(aura::client::CursorClientObserver, observers_, aura 35 ui/wm/core/cursor_manager.h class WM_CORE_EXPORT CursorManager : public aura::client::CursorClient, aura 59 ui/wm/core/cursor_manager.h aura::client::CursorClientObserver* observer) OVERRIDE; aura 61 ui/wm/core/cursor_manager.h aura::client::CursorClientObserver* observer) OVERRIDE; aura 83 ui/wm/core/cursor_manager.h ObserverList<aura::client::CursorClientObserver> observers_; aura 53 ui/wm/core/cursor_manager_unittest.cc class CursorManagerTest : public aura::test::AuraTestBase { aura 65 ui/wm/core/cursor_manager_unittest.cc class TestingCursorClientObserver : public aura::client::CursorClientObserver { aura 15 ui/wm/core/easy_resize_window_targeter.cc aura::Window* container, aura 27 ui/wm/core/easy_resize_window_targeter.cc aura::Window* window, aura 34 ui/wm/core/easy_resize_window_targeter.cc aura::Window::ConvertPointToTarget(window->parent(), window, &point); aura 48 ui/wm/core/easy_resize_window_targeter.cc const aura::Window* window) const { aura 54 ui/wm/core/easy_resize_window_targeter.cc aura::client::TransientWindowClient* transient_window_client = aura 55 ui/wm/core/easy_resize_window_targeter.cc aura::client::GetTransientWindowClient(); aura 16 ui/wm/core/easy_resize_window_targeter.h class WM_CORE_EXPORT EasyResizeWindowTargeter : public aura::WindowTargeter { aura 19 ui/wm/core/easy_resize_window_targeter.h EasyResizeWindowTargeter(aura::Window* container, aura 36 ui/wm/core/easy_resize_window_targeter.h aura::Window* window, aura 42 ui/wm/core/easy_resize_window_targeter.h bool ShouldUseExtendedBounds(const aura::Window* window) const; aura 44 ui/wm/core/easy_resize_window_targeter.h aura::Window* container_; aura 24 ui/wm/core/focus_controller.cc void StackTransientParentsBelowModalWindow(aura::Window* window) { aura 25 ui/wm/core/focus_controller.cc if (window->GetProperty(aura::client::kModalKey) != ui::MODAL_TYPE_WINDOW) aura 28 ui/wm/core/focus_controller.cc aura::Window* transient_parent = wm::GetTransientParent(window); aura 57 ui/wm/core/focus_controller.cc aura::client::ActivationChangeObserver* observer) { aura 62 ui/wm/core/focus_controller.cc aura::client::ActivationChangeObserver* observer) { aura 66 ui/wm/core/focus_controller.cc void FocusController::ActivateWindow(aura::Window* window) { aura 70 ui/wm/core/focus_controller.cc void FocusController::DeactivateWindow(aura::Window* window) { aura 75 ui/wm/core/focus_controller.cc aura::Window* FocusController::GetActiveWindow() { aura 79 ui/wm/core/focus_controller.cc aura::Window* FocusController::GetActivatableWindow(aura::Window* window) { aura 83 ui/wm/core/focus_controller.cc aura::Window* FocusController::GetToplevelWindow(aura::Window* window) { aura 87 ui/wm/core/focus_controller.cc bool FocusController::OnWillFocusWindow(aura::Window* window, aura 93 ui/wm/core/focus_controller.cc bool FocusController::CanActivateWindow(aura::Window* window) const { aura 101 ui/wm/core/focus_controller.cc aura::client::FocusChangeObserver* observer) { aura 106 ui/wm/core/focus_controller.cc aura::client::FocusChangeObserver* observer) { aura 110 ui/wm/core/focus_controller.cc void FocusController::FocusWindow(aura::Window* window) { aura 118 ui/wm/core/focus_controller.cc if (window && (aura::client::GetCaptureWindow(window) == window) && aura 125 ui/wm/core/focus_controller.cc aura::Window* focusable = rules_->GetFocusableWindow(window); aura 126 ui/wm/core/focus_controller.cc aura::Window* activatable = aura 138 ui/wm/core/focus_controller.cc aura::Window* last_focused_window = focused_window_; aura 152 ui/wm/core/focus_controller.cc void FocusController::ResetFocusWithinActiveWindow(aura::Window* window) { aura 161 ui/wm/core/focus_controller.cc aura::Window* FocusController::GetFocusedWindow() { aura 172 ui/wm/core/focus_controller.cc WindowFocusedFromInputEvent(static_cast<aura::Window*>(event->target())); aura 184 ui/wm/core/focus_controller.cc WindowFocusedFromInputEvent(static_cast<aura::Window*>(event->target())); aura 191 ui/wm/core/focus_controller.cc void FocusController::OnWindowVisibilityChanged(aura::Window* window, aura 197 ui/wm/core/focus_controller.cc void FocusController::OnWindowDestroying(aura::Window* window) { aura 205 ui/wm/core/focus_controller.cc aura::client::GetFocusClient(params.new_parent) != aura 206 ui/wm/core/focus_controller.cc aura::client::GetFocusClient(params.receiver))) { aura 215 ui/wm/core/focus_controller.cc aura::client::GetFocusClient(params.new_parent) != aura 216 ui/wm/core/focus_controller.cc aura::client::GetFocusClient(params.receiver))) { aura 224 ui/wm/core/focus_controller.cc void FocusController::SetFocusedWindow(aura::Window* window) { aura 232 ui/wm/core/focus_controller.cc aura::Window* lost_focus = focused_window_; aura 235 ui/wm/core/focus_controller.cc aura::WindowTracker window_tracker; aura 246 ui/wm/core/focus_controller.cc FOR_EACH_OBSERVER(aura::client::FocusChangeObserver, aura 252 ui/wm/core/focus_controller.cc aura::client::FocusChangeObserver* observer = aura 253 ui/wm/core/focus_controller.cc aura::client::GetFocusChangeObserver(lost_focus); aura 257 ui/wm/core/focus_controller.cc aura::client::FocusChangeObserver* observer = aura 258 ui/wm/core/focus_controller.cc aura::client::GetFocusChangeObserver(focused_window_); aura 266 ui/wm/core/focus_controller.cc void FocusController::SetActiveWindow(aura::Window* requested_window, aura 267 ui/wm/core/focus_controller.cc aura::Window* window) { aura 273 ui/wm/core/focus_controller.cc FOR_EACH_OBSERVER(aura::client::ActivationChangeObserver, aura 286 ui/wm/core/focus_controller.cc aura::Window* lost_activation = active_window_; aura 289 ui/wm/core/focus_controller.cc aura::WindowTracker window_tracker; aura 304 ui/wm/core/focus_controller.cc aura::client::ActivationChangeObserver* observer = NULL; aura 306 ui/wm/core/focus_controller.cc observer = aura::client::GetActivationChangeObserver(lost_activation); aura 310 ui/wm/core/focus_controller.cc observer = aura::client::GetActivationChangeObserver(active_window_); aura 316 ui/wm/core/focus_controller.cc FOR_EACH_OBSERVER(aura::client::ActivationChangeObserver, aura 324 ui/wm/core/focus_controller.cc aura::Window* window, aura 325 ui/wm/core/focus_controller.cc aura::Window* next) { aura 328 ui/wm/core/focus_controller.cc window->ClearProperty(aura::client::kModalKey); aura 335 ui/wm/core/focus_controller.cc aura::Window* next_activatable = rules_->GetNextActivatableWindow(window); aura 345 ui/wm/core/focus_controller.cc void FocusController::WindowFocusedFromInputEvent(aura::Window* window) { aura 37 ui/wm/core/focus_controller.h class WM_CORE_EXPORT FocusController : public aura::client::ActivationClient, aura 38 ui/wm/core/focus_controller.h public aura::client::FocusClient, aura 40 ui/wm/core/focus_controller.h public aura::WindowObserver { aura 49 ui/wm/core/focus_controller.h aura::client::ActivationChangeObserver* observer) OVERRIDE; aura 51 ui/wm/core/focus_controller.h aura::client::ActivationChangeObserver* observer) OVERRIDE; aura 52 ui/wm/core/focus_controller.h virtual void ActivateWindow(aura::Window* window) OVERRIDE; aura 53 ui/wm/core/focus_controller.h virtual void DeactivateWindow(aura::Window* window) OVERRIDE; aura 54 ui/wm/core/focus_controller.h virtual aura::Window* GetActiveWindow() OVERRIDE; aura 55 ui/wm/core/focus_controller.h virtual aura::Window* GetActivatableWindow(aura::Window* window) OVERRIDE; aura 56 ui/wm/core/focus_controller.h virtual aura::Window* GetToplevelWindow(aura::Window* window) OVERRIDE; aura 57 ui/wm/core/focus_controller.h virtual bool OnWillFocusWindow(aura::Window* window, aura 59 ui/wm/core/focus_controller.h virtual bool CanActivateWindow(aura::Window* window) const OVERRIDE; aura 63 ui/wm/core/focus_controller.h aura::client::FocusChangeObserver* observer) OVERRIDE; aura 65 ui/wm/core/focus_controller.h aura::client::FocusChangeObserver* observer) OVERRIDE; aura 66 ui/wm/core/focus_controller.h virtual void FocusWindow(aura::Window* window) OVERRIDE; aura 67 ui/wm/core/focus_controller.h virtual void ResetFocusWithinActiveWindow(aura::Window* window) OVERRIDE; aura 68 ui/wm/core/focus_controller.h virtual aura::Window* GetFocusedWindow() OVERRIDE; aura 78 ui/wm/core/focus_controller.h virtual void OnWindowVisibilityChanged(aura::Window* window, aura 80 ui/wm/core/focus_controller.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 88 ui/wm/core/focus_controller.h void SetFocusedWindow(aura::Window* window); aura 96 ui/wm/core/focus_controller.h void SetActiveWindow(aura::Window* requested_window, aura 97 ui/wm/core/focus_controller.h aura::Window* activatable_window); aura 102 ui/wm/core/focus_controller.h void WindowLostFocusFromDispositionChange(aura::Window* window, aura 103 ui/wm/core/focus_controller.h aura::Window* next); aura 108 ui/wm/core/focus_controller.h void WindowFocusedFromInputEvent(aura::Window* window); aura 110 ui/wm/core/focus_controller.h aura::Window* active_window_; aura 111 ui/wm/core/focus_controller.h aura::Window* focused_window_; aura 118 ui/wm/core/focus_controller.h ObserverList<aura::client::ActivationChangeObserver> activation_observers_; aura 119 ui/wm/core/focus_controller.h ObserverList<aura::client::FocusChangeObserver> focus_observers_; aura 121 ui/wm/core/focus_controller.h ScopedObserver<aura::Window, aura::WindowObserver> observer_manager_; aura 27 ui/wm/core/focus_controller_unittest.cc class FocusNotificationObserver : public aura::client::ActivationChangeObserver, aura 28 ui/wm/core/focus_controller_unittest.cc public aura::client::FocusChangeObserver { aura 45 ui/wm/core/focus_controller_unittest.cc aura::Window* reactivation_requested_window() const { aura 48 ui/wm/core/focus_controller_unittest.cc aura::Window* reactivation_actual_window() const { aura 54 ui/wm/core/focus_controller_unittest.cc virtual void OnWindowActivated(aura::Window* gained_active, aura 55 ui/wm/core/focus_controller_unittest.cc aura::Window* lost_active) OVERRIDE { aura 59 ui/wm/core/focus_controller_unittest.cc aura::Window* request_active, aura 60 ui/wm/core/focus_controller_unittest.cc aura::Window* actual_active) OVERRIDE { aura 67 ui/wm/core/focus_controller_unittest.cc virtual void OnWindowFocused(aura::Window* gained_focus, aura 68 ui/wm/core/focus_controller_unittest.cc aura::Window* lost_focus) OVERRIDE { aura 75 ui/wm/core/focus_controller_unittest.cc aura::Window* reactivation_requested_window_; aura 76 ui/wm/core/focus_controller_unittest.cc aura::Window* reactivation_actual_window_; aura 83 ui/wm/core/focus_controller_unittest.cc virtual aura::Window* GetDeletedWindow() = 0; aura 93 ui/wm/core/focus_controller_unittest.cc : public aura::client::ActivationChangeObserver, aura 94 ui/wm/core/focus_controller_unittest.cc public aura::client::FocusChangeObserver { aura 96 ui/wm/core/focus_controller_unittest.cc RecordingActivationAndFocusChangeObserver(aura::Window* root, aura 101 ui/wm/core/focus_controller_unittest.cc aura::client::GetActivationClient(root_)->AddObserver(this); aura 102 ui/wm/core/focus_controller_unittest.cc aura::client::GetFocusClient(root_)->AddObserver(this); aura 105 ui/wm/core/focus_controller_unittest.cc aura::client::GetActivationClient(root_)->RemoveObserver(this); aura 106 ui/wm/core/focus_controller_unittest.cc aura::client::GetFocusClient(root_)->RemoveObserver(this); aura 114 ui/wm/core/focus_controller_unittest.cc virtual void OnWindowActivated(aura::Window* gained_active, aura 115 ui/wm/core/focus_controller_unittest.cc aura::Window* lost_active) OVERRIDE { aura 121 ui/wm/core/focus_controller_unittest.cc virtual void OnWindowFocused(aura::Window* gained_focus, aura 122 ui/wm/core/focus_controller_unittest.cc aura::Window* lost_focus) OVERRIDE { aura 128 ui/wm/core/focus_controller_unittest.cc aura::Window* root_; aura 143 ui/wm/core/focus_controller_unittest.cc public aura::client::ActivationChangeObserver, aura 146 ui/wm/core/focus_controller_unittest.cc explicit DeleteOnLoseActivationChangeObserver(aura::Window* window) aura 150 ui/wm/core/focus_controller_unittest.cc aura::client::GetActivationClient(root_)->AddObserver(this); aura 153 ui/wm/core/focus_controller_unittest.cc aura::client::GetActivationClient(root_)->RemoveObserver(this); aura 157 ui/wm/core/focus_controller_unittest.cc virtual void OnWindowActivated(aura::Window* gained_active, aura 158 ui/wm/core/focus_controller_unittest.cc aura::Window* lost_active) OVERRIDE { aura 166 ui/wm/core/focus_controller_unittest.cc virtual aura::Window* GetDeletedWindow() OVERRIDE { aura 171 ui/wm/core/focus_controller_unittest.cc aura::Window* root_; aura 172 ui/wm/core/focus_controller_unittest.cc aura::Window* window_; aura 180 ui/wm/core/focus_controller_unittest.cc : public aura::client::FocusChangeObserver, aura 183 ui/wm/core/focus_controller_unittest.cc explicit DeleteOnLoseFocusChangeObserver(aura::Window* window) aura 187 ui/wm/core/focus_controller_unittest.cc aura::client::GetFocusClient(root_)->AddObserver(this); aura 190 ui/wm/core/focus_controller_unittest.cc aura::client::GetFocusClient(root_)->RemoveObserver(this); aura 194 ui/wm/core/focus_controller_unittest.cc virtual void OnWindowFocused(aura::Window* gained_focus, aura 195 ui/wm/core/focus_controller_unittest.cc aura::Window* lost_focus) OVERRIDE { aura 203 ui/wm/core/focus_controller_unittest.cc virtual aura::Window* GetDeletedWindow() OVERRIDE { aura 208 ui/wm/core/focus_controller_unittest.cc aura::Window* root_; aura 209 ui/wm/core/focus_controller_unittest.cc aura::Window* window_; aura 217 ui/wm/core/focus_controller_unittest.cc ScopedFocusNotificationObserver(aura::Window* root_window) aura 219 ui/wm/core/focus_controller_unittest.cc aura::client::GetActivationClient(root_window_)->AddObserver(this); aura 220 ui/wm/core/focus_controller_unittest.cc aura::client::GetFocusClient(root_window_)->AddObserver(this); aura 223 ui/wm/core/focus_controller_unittest.cc aura::client::GetActivationClient(root_window_)->RemoveObserver(this); aura 224 ui/wm/core/focus_controller_unittest.cc aura::client::GetFocusClient(root_window_)->RemoveObserver(this); aura 228 ui/wm/core/focus_controller_unittest.cc aura::Window* root_window_; aura 235 ui/wm/core/focus_controller_unittest.cc ScopedTargetFocusNotificationObserver(aura::Window* root_window, int id) aura 237 ui/wm/core/focus_controller_unittest.cc aura::client::SetActivationChangeObserver(target_, this); aura 238 ui/wm/core/focus_controller_unittest.cc aura::client::SetFocusChangeObserver(target_, this); aura 243 ui/wm/core/focus_controller_unittest.cc aura::client::SetActivationChangeObserver(target_, NULL); aura 244 ui/wm/core/focus_controller_unittest.cc aura::client::SetFocusChangeObserver(target_, NULL); aura 249 ui/wm/core/focus_controller_unittest.cc aura::Window* target_; aura 250 ui/wm/core/focus_controller_unittest.cc aura::WindowTracker tracker_; aura 256 ui/wm/core/focus_controller_unittest.cc : public aura::client::ActivationChangeObserver { aura 258 ui/wm/core/focus_controller_unittest.cc explicit FocusShiftingActivationObserver(aura::Window* activated_window) aura 263 ui/wm/core/focus_controller_unittest.cc void set_shift_focus_to(aura::Window* shift_focus_to) { aura 269 ui/wm/core/focus_controller_unittest.cc virtual void OnWindowActivated(aura::Window* gained_active, aura 270 ui/wm/core/focus_controller_unittest.cc aura::Window* lost_active) OVERRIDE { aura 274 ui/wm/core/focus_controller_unittest.cc aura::client::FocusClient* client = aura 275 ui/wm/core/focus_controller_unittest.cc aura::client::GetFocusClient(gained_active); aura 280 ui/wm/core/focus_controller_unittest.cc aura::Window* activated_window_; aura 281 ui/wm/core/focus_controller_unittest.cc aura::Window* shift_focus_to_; aura 295 ui/wm/core/focus_controller_unittest.cc void set_focus_restriction(aura::Window* focus_restriction) { aura 300 ui/wm/core/focus_controller_unittest.cc virtual bool SupportsChildActivation(aura::Window* window) const OVERRIDE { aura 304 ui/wm/core/focus_controller_unittest.cc virtual bool CanActivateWindow(aura::Window* window) const OVERRIDE { aura 311 ui/wm/core/focus_controller_unittest.cc virtual bool CanFocusWindow(aura::Window* window) const OVERRIDE { aura 315 ui/wm/core/focus_controller_unittest.cc virtual aura::Window* GetActivatableWindow( aura 316 ui/wm/core/focus_controller_unittest.cc aura::Window* window) const OVERRIDE { aura 320 ui/wm/core/focus_controller_unittest.cc virtual aura::Window* GetFocusableWindow( aura 321 ui/wm/core/focus_controller_unittest.cc aura::Window* window) const OVERRIDE { aura 325 ui/wm/core/focus_controller_unittest.cc virtual aura::Window* GetNextActivatableWindow( aura 326 ui/wm/core/focus_controller_unittest.cc aura::Window* ignore) const OVERRIDE { aura 327 ui/wm/core/focus_controller_unittest.cc aura::Window* next_activatable = aura 334 ui/wm/core/focus_controller_unittest.cc bool CanFocusOrActivate(aura::Window* window) const { aura 338 ui/wm/core/focus_controller_unittest.cc aura::Window* focus_restriction_; aura 344 ui/wm/core/focus_controller_unittest.cc class FocusControllerTestBase : public aura::test::AuraTestBase { aura 356 ui/wm/core/focus_controller_unittest.cc aura::test::AuraTestBase::SetUp(); aura 358 ui/wm/core/focus_controller_unittest.cc aura::client::SetFocusClient(root_window(), focus_controller_.get()); aura 359 ui/wm/core/focus_controller_unittest.cc aura::client::SetActivationClient(root_window(), focus_controller_.get()); aura 370 ui/wm/core/focus_controller_unittest.cc aura::Window* w1 = aura::test::CreateTestWindowWithDelegate( aura 371 ui/wm/core/focus_controller_unittest.cc aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 1, aura 373 ui/wm/core/focus_controller_unittest.cc aura::test::CreateTestWindowWithDelegate( aura 374 ui/wm/core/focus_controller_unittest.cc aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 11, aura 376 ui/wm/core/focus_controller_unittest.cc aura::test::CreateTestWindowWithDelegate( aura 377 ui/wm/core/focus_controller_unittest.cc aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 12, aura 379 ui/wm/core/focus_controller_unittest.cc aura::Window* w2 = aura::test::CreateTestWindowWithDelegate( aura 380 ui/wm/core/focus_controller_unittest.cc aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 2, aura 382 ui/wm/core/focus_controller_unittest.cc aura::Window* w21 = aura::test::CreateTestWindowWithDelegate( aura 383 ui/wm/core/focus_controller_unittest.cc aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 21, aura 385 ui/wm/core/focus_controller_unittest.cc aura::test::CreateTestWindowWithDelegate( aura 386 ui/wm/core/focus_controller_unittest.cc aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 211, aura 388 ui/wm/core/focus_controller_unittest.cc aura::test::CreateTestWindowWithDelegate( aura 389 ui/wm/core/focus_controller_unittest.cc aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(), 3, aura 394 ui/wm/core/focus_controller_unittest.cc aura::test::AuraTestBase::TearDown(); aura 400 ui/wm/core/focus_controller_unittest.cc void FocusWindow(aura::Window* window) { aura 401 ui/wm/core/focus_controller_unittest.cc aura::client::GetFocusClient(root_window())->FocusWindow(window); aura 403 ui/wm/core/focus_controller_unittest.cc aura::Window* GetFocusedWindow() { aura 404 ui/wm/core/focus_controller_unittest.cc return aura::client::GetFocusClient(root_window())->GetFocusedWindow(); aura 407 ui/wm/core/focus_controller_unittest.cc aura::Window* focused_window = GetFocusedWindow(); aura 410 ui/wm/core/focus_controller_unittest.cc void ActivateWindow(aura::Window* window) { aura 411 ui/wm/core/focus_controller_unittest.cc aura::client::GetActivationClient(root_window())->ActivateWindow(window); aura 413 ui/wm/core/focus_controller_unittest.cc void DeactivateWindow(aura::Window* window) { aura 414 ui/wm/core/focus_controller_unittest.cc aura::client::GetActivationClient(root_window())->DeactivateWindow(window); aura 416 ui/wm/core/focus_controller_unittest.cc aura::Window* GetActiveWindow() { aura 417 ui/wm/core/focus_controller_unittest.cc return aura::client::GetActivationClient(root_window())->GetActiveWindow(); aura 420 ui/wm/core/focus_controller_unittest.cc aura::Window* active_window = GetActiveWindow(); aura 460 ui/wm/core/focus_controller_unittest.cc virtual void FocusWindowDirect(aura::Window* window) = 0; aura 461 ui/wm/core/focus_controller_unittest.cc virtual void ActivateWindowDirect(aura::Window* window) = 0; aura 462 ui/wm/core/focus_controller_unittest.cc virtual void DeactivateWindowDirect(aura::Window* window) = 0; aura 468 ui/wm/core/focus_controller_unittest.cc aura::Window* window = root_window()->GetChildById(id); aura 473 ui/wm/core/focus_controller_unittest.cc aura::Window* window = root_window()->GetChildById(id); aura 633 ui/wm/core/focus_controller_unittest.cc aura::Window* w3 = root_window()->GetChildById(3); aura 659 ui/wm/core/focus_controller_unittest.cc aura::Window* target = root_window()->GetChildById(1); aura 660 ui/wm/core/focus_controller_unittest.cc aura::client::ActivationClient* client = aura 661 ui/wm/core/focus_controller_unittest.cc aura::client::GetActivationClient(root_window()); aura 700 ui/wm/core/focus_controller_unittest.cc aura::Window* target = root_window()->GetChildById(2); aura 701 ui/wm/core/focus_controller_unittest.cc aura::client::ActivationClient* client = aura 702 ui/wm/core/focus_controller_unittest.cc aura::client::GetActivationClient(root_window()); aura 722 ui/wm/core/focus_controller_unittest.cc scoped_ptr<aura::client::DefaultCaptureClient> capture_client( aura 723 ui/wm/core/focus_controller_unittest.cc new aura::client::DefaultCaptureClient(root_window())); aura 731 ui/wm/core/focus_controller_unittest.cc aura::Window* w2 = root_window()->GetChildById(2); aura 732 ui/wm/core/focus_controller_unittest.cc aura::client::GetCaptureClient(root_window())->SetCapture(w2); aura 733 ui/wm/core/focus_controller_unittest.cc aura::test::EventGenerator generator(root_window(), w2); aura 738 ui/wm/core/focus_controller_unittest.cc aura::client::GetCaptureClient(root_window())->ReleaseCapture(w2); aura 743 ui/wm/core/focus_controller_unittest.cc scoped_ptr<aura::client::DefaultCaptureClient> capture_client( aura 744 ui/wm/core/focus_controller_unittest.cc new aura::client::DefaultCaptureClient(root_window())); aura 745 ui/wm/core/focus_controller_unittest.cc aura::Window* w1 = root_window()->GetChildById(1); aura 746 ui/wm/core/focus_controller_unittest.cc aura::client::GetCaptureClient(root_window())->SetCapture(w1); aura 756 ui/wm/core/focus_controller_unittest.cc aura::client::GetCaptureClient(root_window())->ReleaseCapture(w1); aura 768 ui/wm/core/focus_controller_unittest.cc aura::Window* to_delete = root_window()->GetChildById(1); aura 783 ui/wm/core/focus_controller_unittest.cc aura::Window* to_delete = root_window()->GetChildById(2); aura 809 ui/wm/core/focus_controller_unittest.cc virtual void FocusWindowDirect(aura::Window* window) OVERRIDE { aura 812 ui/wm/core/focus_controller_unittest.cc virtual void ActivateWindowDirect(aura::Window* window) OVERRIDE { aura 815 ui/wm/core/focus_controller_unittest.cc virtual void DeactivateWindowDirect(aura::Window* window) OVERRIDE { aura 830 ui/wm/core/focus_controller_unittest.cc virtual void FocusWindowDirect(aura::Window* window) OVERRIDE { aura 831 ui/wm/core/focus_controller_unittest.cc aura::test::EventGenerator generator(root_window(), window); aura 834 ui/wm/core/focus_controller_unittest.cc virtual void ActivateWindowDirect(aura::Window* window) OVERRIDE { aura 835 ui/wm/core/focus_controller_unittest.cc aura::test::EventGenerator generator(root_window(), window); aura 838 ui/wm/core/focus_controller_unittest.cc virtual void DeactivateWindowDirect(aura::Window* window) OVERRIDE { aura 839 ui/wm/core/focus_controller_unittest.cc aura::Window* next_activatable = aura 841 ui/wm/core/focus_controller_unittest.cc aura::test::EventGenerator generator(root_window(), next_activatable); aura 855 ui/wm/core/focus_controller_unittest.cc virtual void FocusWindowDirect(aura::Window* window) OVERRIDE { aura 856 ui/wm/core/focus_controller_unittest.cc aura::test::EventGenerator generator(root_window(), window); aura 859 ui/wm/core/focus_controller_unittest.cc virtual void ActivateWindowDirect(aura::Window* window) OVERRIDE { aura 860 ui/wm/core/focus_controller_unittest.cc aura::test::EventGenerator generator(root_window(), window); aura 863 ui/wm/core/focus_controller_unittest.cc virtual void DeactivateWindowDirect(aura::Window* window) OVERRIDE { aura 864 ui/wm/core/focus_controller_unittest.cc aura::Window* next_activatable = aura 866 ui/wm/core/focus_controller_unittest.cc aura::test::EventGenerator generator(root_window(), next_activatable); aura 881 ui/wm/core/focus_controller_unittest.cc aura::Window* GetDispositionWindow(aura::Window* window) { aura 886 ui/wm/core/focus_controller_unittest.cc virtual void ChangeWindowDisposition(aura::Window* window) = 0; aura 896 ui/wm/core/focus_controller_unittest.cc aura::Window* w211 = root_window()->GetChildById(211); aura 909 ui/wm/core/focus_controller_unittest.cc aura::Window* w2 = root_window()->GetChildById(2); aura 918 ui/wm/core/focus_controller_unittest.cc aura::Window* w211 = root_window()->GetChildById(211); aura 933 ui/wm/core/focus_controller_unittest.cc aura::Window* w2 = root_window()->GetChildById(2); aura 950 ui/wm/core/focus_controller_unittest.cc aura::Window* w211 = root_window()->GetChildById(211); aura 965 ui/wm/core/focus_controller_unittest.cc aura::Window* w1 = root_window()->GetChildById(1); aura 971 ui/wm/core/focus_controller_unittest.cc aura::Window* w3 = root_window()->GetChildById(3); aura 1005 ui/wm/core/focus_controller_unittest.cc virtual void ChangeWindowDisposition(aura::Window* window) OVERRIDE { aura 1033 ui/wm/core/focus_controller_unittest.cc virtual void ChangeWindowDisposition(aura::Window* window) OVERRIDE { aura 1062 ui/wm/core/focus_controller_unittest.cc virtual void ChangeWindowDisposition(aura::Window* window) OVERRIDE { aura 1063 ui/wm/core/focus_controller_unittest.cc aura::Window* disposition_window = GetDispositionWindow(window); aura 1073 ui/wm/core/focus_controller_unittest.cc scoped_ptr<aura::Window> window_owner_; aura 10 ui/wm/core/focus_rules.h namespace aura { aura 26 ui/wm/core/focus_rules.h virtual bool IsToplevelWindow(aura::Window* window) const = 0; aura 28 ui/wm/core/focus_rules.h virtual bool CanActivateWindow(aura::Window* window) const = 0; aura 31 ui/wm/core/focus_rules.h virtual bool CanFocusWindow(aura::Window* window) const = 0; aura 38 ui/wm/core/focus_rules.h virtual aura::Window* GetToplevelWindow(aura::Window* window) const = 0; aura 48 ui/wm/core/focus_rules.h virtual aura::Window* GetActivatableWindow(aura::Window* window) const = 0; aura 49 ui/wm/core/focus_rules.h virtual aura::Window* GetFocusableWindow(aura::Window* window) const = 0; aura 60 ui/wm/core/focus_rules.h virtual aura::Window* GetNextActivatableWindow( aura 61 ui/wm/core/focus_rules.h aura::Window* ignore) const = 0; aura 26 ui/wm/core/image_grid_unittest.cc typedef aura::test::AuraTestBase ImageGridTest; aura 31 ui/wm/core/input_method_event_filter.cc aura::Window* root_window) { aura 32 ui/wm/core/input_method_event_filter.cc root_window->SetProperty(aura::client::kRootWindowInputMethodKey, aura 49 ui/wm/core/input_method_event_filter.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 32 ui/wm/core/input_method_event_filter.h void SetInputMethodPropertyInRootWindow(aura::Window* root_window); aura 27 ui/wm/core/input_method_event_filter_unittest.cc typedef aura::test::AuraTestBase InputMethodEventFilterTest; aura 40 ui/wm/core/input_method_event_filter_unittest.cc aura::client::kRootWindowInputMethodKey)); aura 62 ui/wm/core/input_method_event_filter_unittest.cc aura::test::TestWindowDelegate test_delegate; aura 63 ui/wm/core/input_method_event_filter_unittest.cc scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate( aura 68 ui/wm/core/input_method_event_filter_unittest.cc aura::client::GetActivationClient(root_window())->ActivateWindow( aura 75 ui/wm/core/input_method_event_filter_unittest.cc aura::test::EventGenerator generator(root_window()); aura 12 ui/wm/core/masked_window_targeter.cc MaskedWindowTargeter::MaskedWindowTargeter(aura::Window* masked_window) aura 19 ui/wm/core/masked_window_targeter.cc aura::Window* window, aura 32 ui/wm/core/masked_window_targeter.cc aura::Window::ConvertPointToTarget(window->parent(), window, &point); aura 17 ui/wm/core/masked_window_targeter.h class WM_CORE_EXPORT MaskedWindowTargeter : public aura::WindowTargeter { aura 19 ui/wm/core/masked_window_targeter.h explicit MaskedWindowTargeter(aura::Window* masked_window); aura 25 ui/wm/core/masked_window_targeter.h virtual bool GetHitTestMask(aura::Window* window, gfx::Path* mask) const = 0; aura 29 ui/wm/core/masked_window_targeter.h aura::Window* window, aura 33 ui/wm/core/masked_window_targeter.h aura::Window* masked_window_; aura 30 ui/wm/core/shadow_controller.cc ShadowType GetShadowTypeFromWindow(aura::Window* window) { aura 43 ui/wm/core/shadow_controller.cc bool ShouldUseSmallShadowForWindow(aura::Window* window) { aura 58 ui/wm/core/shadow_controller.cc aura::Window* losing_active, aura 59 ui/wm/core/shadow_controller.cc aura::Window* gaining_active) { aura 60 ui/wm/core/shadow_controller.cc if (gaining_active && aura::client::GetHideOnDeactivate(gaining_active)) { aura 61 ui/wm/core/shadow_controller.cc aura::Window::Windows::const_iterator it = aura 80 ui/wm/core/shadow_controller.cc public aura::EnvObserver, aura 81 ui/wm/core/shadow_controller.cc public aura::WindowObserver, aura 88 ui/wm/core/shadow_controller.cc virtual void OnWindowInitialized(aura::Window* window) OVERRIDE; aura 92 ui/wm/core/shadow_controller.cc aura::Window* window, const void* key, intptr_t old) OVERRIDE; aura 94 ui/wm/core/shadow_controller.cc aura::Window* window, aura 97 ui/wm/core/shadow_controller.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 104 ui/wm/core/shadow_controller.cc typedef std::map<aura::Window*, linked_ptr<Shadow> > WindowShadowMap; aura 110 ui/wm/core/shadow_controller.cc void OnWindowActivated(aura::Window* gained_active, aura 111 ui/wm/core/shadow_controller.cc aura::Window* lost_active); aura 114 ui/wm/core/shadow_controller.cc bool ShouldShowShadowForWindow(aura::Window* window) const; aura 118 ui/wm/core/shadow_controller.cc Shadow* GetShadowForWindow(aura::Window* window); aura 121 ui/wm/core/shadow_controller.cc void HandleWindowActivationChange(aura::Window* gaining_active, aura 122 ui/wm/core/shadow_controller.cc aura::Window* losing_active); aura 126 ui/wm/core/shadow_controller.cc void HandlePossibleShadowVisibilityChange(aura::Window* window); aura 130 ui/wm/core/shadow_controller.cc void CreateShadowForWindow(aura::Window* window); aura 134 ui/wm/core/shadow_controller.cc ScopedObserver<aura::Window, aura::WindowObserver> observer_manager_; aura 151 ui/wm/core/shadow_controller.cc void ShadowController::Impl::OnWindowInitialized(aura::Window* window) { aura 157 ui/wm/core/shadow_controller.cc void ShadowController::Impl::OnWindowPropertyChanged(aura::Window* window, aura 167 ui/wm/core/shadow_controller.cc aura::Window* window, aura 175 ui/wm/core/shadow_controller.cc void ShadowController::Impl::OnWindowDestroyed(aura::Window* window) { aura 180 ui/wm/core/shadow_controller.cc void ShadowController::Impl::OnWindowActivated(aura::Window* gained_active, aura 181 ui/wm/core/shadow_controller.cc aura::Window* lost_active) { aura 197 ui/wm/core/shadow_controller.cc aura::Window* window) const { aura 210 ui/wm/core/shadow_controller.cc Shadow* ShadowController::Impl::GetShadowForWindow(aura::Window* window) { aura 216 ui/wm/core/shadow_controller.cc aura::Window* window) { aura 225 ui/wm/core/shadow_controller.cc void ShadowController::Impl::CreateShadowForWindow(aura::Window* window) { aura 238 ui/wm/core/shadow_controller.cc aura::Env::GetInstance()->AddObserver(this); aura 243 ui/wm/core/shadow_controller.cc aura::Env::GetInstance()->RemoveObserver(this); aura 250 ui/wm/core/shadow_controller.cc aura::client::ActivationClient* activation_client) aura 261 ui/wm/core/shadow_controller.cc void ShadowController::OnWindowActivated(aura::Window* gained_active, aura 262 ui/wm/core/shadow_controller.cc aura::Window* lost_active) { aura 268 ui/wm/core/shadow_controller.cc Shadow* ShadowController::TestApi::GetShadowForWindow(aura::Window* window) { aura 16 ui/wm/core/shadow_controller.h namespace aura { aura 35 ui/wm/core/shadow_controller.h public aura::client::ActivationChangeObserver { aura 42 ui/wm/core/shadow_controller.h Shadow* GetShadowForWindow(aura::Window* window); aura 50 ui/wm/core/shadow_controller.h explicit ShadowController(aura::client::ActivationClient* activation_client); aura 54 ui/wm/core/shadow_controller.h virtual void OnWindowActivated(aura::Window* gained_active, aura 55 ui/wm/core/shadow_controller.h aura::Window* lost_active) OVERRIDE; aura 60 ui/wm/core/shadow_controller.h aura::client::ActivationClient* activation_client_; aura 24 ui/wm/core/shadow_controller_unittest.cc class ShadowControllerTest : public aura::test::AuraTestBase { aura 32 ui/wm/core/shadow_controller_unittest.cc aura::client::ActivationClient* activation_client = aura 33 ui/wm/core/shadow_controller_unittest.cc aura::client::GetActivationClient(root_window()); aura 45 ui/wm/core/shadow_controller_unittest.cc void ActivateWindow(aura::Window* window) { aura 48 ui/wm/core/shadow_controller_unittest.cc aura::client::GetActivationClient(window->GetRootWindow())->ActivateWindow( aura 61 ui/wm/core/shadow_controller_unittest.cc scoped_ptr<aura::Window> window(new aura::Window(NULL)); aura 63 ui/wm/core/shadow_controller_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 90 ui/wm/core/shadow_controller_unittest.cc aura::Window* window_ptr = window.get(); aura 97 ui/wm/core/shadow_controller_unittest.cc scoped_ptr<aura::Window> window(new aura::Window(NULL)); aura 99 ui/wm/core/shadow_controller_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 126 ui/wm/core/shadow_controller_unittest.cc scoped_ptr<aura::Window> window1(new aura::Window(NULL)); aura 128 ui/wm/core/shadow_controller_unittest.cc window1->Init(aura::WINDOW_LAYER_TEXTURED); aura 140 ui/wm/core/shadow_controller_unittest.cc scoped_ptr<aura::Window> window2(new aura::Window(NULL)); aura 142 ui/wm/core/shadow_controller_unittest.cc window2->Init(aura::WINDOW_LAYER_TEXTURED); aura 159 ui/wm/core/shadow_controller_unittest.cc scoped_ptr<aura::Window> tooltip_window(new aura::Window(NULL)); aura 161 ui/wm/core/shadow_controller_unittest.cc tooltip_window->Init(aura::WINDOW_LAYER_TEXTURED); aura 170 ui/wm/core/shadow_controller_unittest.cc scoped_ptr<aura::Window> menu_window(new aura::Window(NULL)); aura 172 ui/wm/core/shadow_controller_unittest.cc menu_window->Init(aura::WINDOW_LAYER_TEXTURED); aura 187 ui/wm/core/shadow_controller_unittest.cc scoped_ptr<aura::Window> window1(new aura::Window(NULL)); aura 189 ui/wm/core/shadow_controller_unittest.cc window1->Init(aura::WINDOW_LAYER_TEXTURED); aura 203 ui/wm/core/shadow_controller_unittest.cc scoped_ptr<aura::Window> window2(new aura::Window(NULL)); aura 205 ui/wm/core/shadow_controller_unittest.cc window2->Init(aura::WINDOW_LAYER_TEXTURED); aura 209 ui/wm/core/shadow_controller_unittest.cc aura::client::SetHideOnDeactivate(window2.get(), true); aura 13 ui/wm/core/shadow_types.cc void SetShadowType(aura::Window* window, ShadowType shadow_type) { aura 17 ui/wm/core/shadow_types.cc ShadowType GetShadowType(aura::Window* window) { aura 11 ui/wm/core/shadow_types.h namespace aura { aura 25 ui/wm/core/shadow_types.h WM_CORE_EXPORT void SetShadowType(aura::Window* window, ShadowType shadow_type); aura 26 ui/wm/core/shadow_types.h WM_CORE_EXPORT ShadowType GetShadowType(aura::Window* window); aura 30 ui/wm/core/shadow_types.h extern const aura::WindowProperty<ShadowType>* const kShadowTypeKey; aura 17 ui/wm/core/transient_window_controller.cc void TransientWindowController::AddTransientChild(aura::Window* parent, aura 18 ui/wm/core/transient_window_controller.cc aura::Window* child) { aura 22 ui/wm/core/transient_window_controller.cc void TransientWindowController::RemoveTransientChild(aura::Window* parent, aura 23 ui/wm/core/transient_window_controller.cc aura::Window* child) { aura 27 ui/wm/core/transient_window_controller.cc aura::Window* TransientWindowController::GetTransientParent( aura 28 ui/wm/core/transient_window_controller.cc aura::Window* window) { aura 29 ui/wm/core/transient_window_controller.cc return const_cast<aura::Window*>(GetTransientParent( aura 30 ui/wm/core/transient_window_controller.cc const_cast<const aura::Window*>(window))); aura 33 ui/wm/core/transient_window_controller.cc const aura::Window* TransientWindowController::GetTransientParent( aura 34 ui/wm/core/transient_window_controller.cc const aura::Window* window) { aura 16 ui/wm/core/transient_window_controller.h : public aura::client::TransientWindowClient { aura 22 ui/wm/core/transient_window_controller.h virtual void AddTransientChild(aura::Window* parent, aura 23 ui/wm/core/transient_window_controller.h aura::Window* child) OVERRIDE; aura 24 ui/wm/core/transient_window_controller.h virtual void RemoveTransientChild(aura::Window* parent, aura 25 ui/wm/core/transient_window_controller.h aura::Window* child) OVERRIDE; aura 26 ui/wm/core/transient_window_controller.h virtual aura::Window* GetTransientParent(aura::Window* window) OVERRIDE; aura 27 ui/wm/core/transient_window_controller.h virtual const aura::Window* GetTransientParent( aura 28 ui/wm/core/transient_window_controller.h const aura::Window* window) OVERRIDE; aura 18 ui/wm/core/transient_window_manager.cc using aura::Window; aura 80 ui/wm/core/transient_window_manager.cc const aura::Window* child, aura 81 ui/wm/core/transient_window_manager.cc const aura::Window* target) const { aura 93 ui/wm/core/transient_window_manager.cc void TransientWindowManager::OnChildStackingChanged(aura::Window* child) { aura 29 ui/wm/core/transient_window_manager.h class WM_CORE_EXPORT TransientWindowManager : public aura::WindowObserver { aura 31 ui/wm/core/transient_window_manager.h typedef std::vector<aura::Window*> Windows; aura 36 ui/wm/core/transient_window_manager.h static TransientWindowManager* Get(aura::Window* window); aura 40 ui/wm/core/transient_window_manager.h static const TransientWindowManager* Get(const aura::Window* window); aura 46 ui/wm/core/transient_window_manager.h void AddTransientChild(aura::Window* child); aura 47 ui/wm/core/transient_window_manager.h void RemoveTransientChild(aura::Window* child); aura 51 ui/wm/core/transient_window_manager.h aura::Window* transient_parent() { return transient_parent_; } aura 52 ui/wm/core/transient_window_manager.h const aura::Window* transient_parent() const { return transient_parent_; } aura 59 ui/wm/core/transient_window_manager.h bool IsStackingTransient(const aura::Window* child, aura 60 ui/wm/core/transient_window_manager.h const aura::Window* target) const; aura 65 ui/wm/core/transient_window_manager.h StackingPair(const aura::Window* child, const aura::Window* target) aura 70 ui/wm/core/transient_window_manager.h const aura::Window* child; aura 73 ui/wm/core/transient_window_manager.h const aura::Window* target; aura 76 ui/wm/core/transient_window_manager.h explicit TransientWindowManager(aura::Window* window); aura 79 ui/wm/core/transient_window_manager.h void OnChildStackingChanged(aura::Window* child); aura 82 ui/wm/core/transient_window_manager.h virtual void OnWindowVisibilityChanging(aura::Window* window, aura 84 ui/wm/core/transient_window_manager.h virtual void OnWindowStackingChanged(aura::Window* window) OVERRIDE; aura 85 ui/wm/core/transient_window_manager.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 87 ui/wm/core/transient_window_manager.h aura::Window* window_; aura 88 ui/wm/core/transient_window_manager.h aura::Window* transient_parent_; aura 17 ui/wm/core/transient_window_manager_unittest.cc using aura::Window; aura 19 ui/wm/core/transient_window_manager_unittest.cc using aura::test::ChildWindowIDsAsString; aura 20 ui/wm/core/transient_window_manager_unittest.cc using aura::test::CreateTestWindowWithId; aura 52 ui/wm/core/transient_window_manager_unittest.cc class TransientWindowManagerTest : public aura::test::AuraTestBase { aura 73 ui/wm/core/transient_window_manager_unittest.cc window->Init(aura::WINDOW_LAYER_TEXTURED); aura 74 ui/wm/core/transient_window_manager_unittest.cc aura::client::ParentWindowWithContext(window, root_window(), gfx::Rect()); aura 274 ui/wm/core/transient_window_manager_unittest.cc class DestroyedTrackingDelegate : public aura::test::TestWindowDelegate { aura 281 ui/wm/core/transient_window_manager_unittest.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE { aura 301 ui/wm/core/transient_window_manager_unittest.cc parent->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 305 ui/wm/core/transient_window_manager_unittest.cc transient->Init(aura::WINDOW_LAYER_NOT_DRAWN); aura 383 ui/wm/core/transient_window_manager_unittest.cc class StackingMadrigalLayoutManager : public aura::LayoutManager { aura 423 ui/wm/core/transient_window_manager_unittest.cc class StackingMadrigalVisibilityClient : public aura::client::VisibilityClient { aura 427 ui/wm/core/transient_window_manager_unittest.cc aura::client::SetVisibilityClient(root_window, this); aura 484 ui/wm/core/transient_window_manager_unittest.cc EXPECT_TRUE(aura::test::WindowIsAbove(window11.get(), window1.get())); aura 485 ui/wm/core/transient_window_manager_unittest.cc EXPECT_TRUE(aura::test::LayerIsAbove(window11.get(), window1.get())); aura 493 ui/wm/core/transient_window_manager_unittest.cc EXPECT_TRUE(aura::test::WindowIsAbove(window12.get(), window1.get())); aura 494 ui/wm/core/transient_window_manager_unittest.cc EXPECT_TRUE(aura::test::LayerIsAbove(window12.get(), window1.get())); aura 504 ui/wm/core/transient_window_manager_unittest.cc EXPECT_TRUE(aura::test::WindowIsAbove(window12.get(), window1.get())); aura 505 ui/wm/core/transient_window_manager_unittest.cc EXPECT_TRUE(aura::test::LayerIsAbove(window12.get(), window1.get())); aura 10 ui/wm/core/transient_window_observer.h namespace aura { aura 19 ui/wm/core/transient_window_observer.h virtual void OnTransientChildAdded(aura::Window* window, aura 20 ui/wm/core/transient_window_observer.h aura::Window* transient) = 0; aura 23 ui/wm/core/transient_window_observer.h virtual void OnTransientChildRemoved(aura::Window* window, aura 24 ui/wm/core/transient_window_observer.h aura::Window* transient) = 0; aura 12 ui/wm/core/transient_window_stacking_client.cc using aura::Window; aura 16 ui/wm/core/transient_window_stacking_client.h : public aura::client::WindowStackingClient { aura 22 ui/wm/core/transient_window_stacking_client.h virtual bool AdjustStacking(aura::Window** child, aura 23 ui/wm/core/transient_window_stacking_client.h aura::Window** target, aura 24 ui/wm/core/transient_window_stacking_client.h aura::Window::StackDirection* direction) OVERRIDE; aura 13 ui/wm/core/transient_window_stacking_client_unittest.cc using aura::test::ChildWindowIDsAsString; aura 14 ui/wm/core/transient_window_stacking_client_unittest.cc using aura::test::CreateTestWindowWithId; aura 15 ui/wm/core/transient_window_stacking_client_unittest.cc using aura::Window; aura 19 ui/wm/core/transient_window_stacking_client_unittest.cc class TransientWindowStackingClientTest : public aura::test::AuraTestBase { aura 27 ui/wm/core/transient_window_stacking_client_unittest.cc aura::client::SetWindowStackingClient(client_.get()); aura 31 ui/wm/core/transient_window_stacking_client_unittest.cc aura::client::SetWindowStackingClient(NULL); aura 40 ui/wm/core/user_activity_detector_unittest.cc class UserActivityDetectorTest : public aura::test::AuraTestBase { aura 21 ui/wm/core/visibility_controller.cc bool ShouldAnimateWindow(aura::Window* window) { aura 35 ui/wm/core/visibility_controller.cc aura::Window* window, aura 40 ui/wm/core/visibility_controller.cc void VisibilityController::UpdateLayerVisibility(aura::Window* window, aura 69 ui/wm/core/visibility_controller.cc aura::Window* window) aura 84 ui/wm/core/visibility_controller.cc void SetChildWindowVisibilityChangesAnimated(aura::Window* window) { aura 16 ui/wm/core/visibility_controller.h : public aura::client::VisibilityClient { aura 26 ui/wm/core/visibility_controller.h virtual bool CallAnimateOnChildWindowVisibilityChanged(aura::Window* window, aura 31 ui/wm/core/visibility_controller.h virtual void UpdateLayerVisibility(aura::Window* window, aura 53 ui/wm/core/visibility_controller.h explicit SuspendChildWindowVisibilityAnimations(aura::Window* window); aura 60 ui/wm/core/visibility_controller.h aura::Window* window_; aura 70 ui/wm/core/visibility_controller.h aura::Window* window); aura 19 ui/wm/core/visibility_controller_unittest.cc typedef aura::test::AuraTestBase VisibilityControllerTest; aura 29 ui/wm/core/visibility_controller_unittest.cc aura::client::SetVisibilityClient(root_window(), &controller); aura 33 ui/wm/core/visibility_controller_unittest.cc aura::test::TestWindowDelegate d; aura 34 ui/wm/core/visibility_controller_unittest.cc scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate( aura 71 ui/wm/core/window_animations.cc public aura::WindowObserver { aura 73 ui/wm/core/window_animations.cc HidingWindowAnimationObserver(aura::Window* window, aura 81 ui/wm/core/window_animations.cc virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 82 ui/wm/core/window_animations.cc virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 96 ui/wm/core/window_animations.cc aura::Window* window_; aura 125 ui/wm/core/window_animations.cc const aura::Window& window) { aura 137 ui/wm/core/window_animations.cc int GetWindowVisibilityAnimationType(aura::Window* window) { aura 168 ui/wm/core/window_animations.cc void AugmentWindowSize(aura::Window* window, aura 170 ui/wm/core/window_animations.cc aura::client::AnimationHost* animation_host = aura 171 ui/wm/core/window_animations.cc aura::client::GetAnimationHost(window); aura 201 ui/wm/core/window_animations.cc void AnimateShowWindowCommon(aura::Window* window, aura 224 ui/wm/core/window_animations.cc void AnimateHideWindowCommon(aura::Window* window, aura 239 ui/wm/core/window_animations.cc static gfx::Transform GetScaleForWindow(aura::Window* window) { aura 249 ui/wm/core/window_animations.cc void AnimateShowWindow_Drop(aura::Window* window) { aura 253 ui/wm/core/window_animations.cc void AnimateHideWindow_Drop(aura::Window* window) { aura 258 ui/wm/core/window_animations.cc void AnimateShowWindow_Vertical(aura::Window* window) { aura 265 ui/wm/core/window_animations.cc void AnimateHideWindow_Vertical(aura::Window* window) { aura 273 ui/wm/core/window_animations.cc void AnimateShowWindow_Fade(aura::Window* window) { aura 277 ui/wm/core/window_animations.cc void AnimateHideWindow_Fade(aura::Window* window) { aura 282 ui/wm/core/window_animations.cc aura::Window* window, bool grow) { aura 304 ui/wm/core/window_animations.cc void AnimateBounce(aura::Window* window) { aura 322 ui/wm/core/window_animations.cc void AddLayerAnimationsForRotate(aura::Window* window, bool show) { aura 385 ui/wm/core/window_animations.cc void AnimateShowWindow_Rotate(aura::Window* window) { aura 389 ui/wm/core/window_animations.cc void AnimateHideWindow_Rotate(aura::Window* window) { aura 393 ui/wm/core/window_animations.cc bool AnimateShowWindow(aura::Window* window) { aura 422 ui/wm/core/window_animations.cc bool AnimateHideWindow(aura::Window* window) { aura 457 ui/wm/core/window_animations.cc aura::Window* window, aura 468 ui/wm/core/window_animations.cc aura::client::AnimationHost* animation_host = aura 469 ui/wm/core/window_animations.cc aura::client::GetAnimationHost(window_); aura 477 ui/wm/core/window_animations.cc void HidingWindowAnimationObserver::OnWindowDestroying(aura::Window* window) { aura 482 ui/wm/core/window_animations.cc void HidingWindowAnimationObserver::OnWindowDestroyed(aura::Window* window) { aura 490 ui/wm/core/window_animations.cc const aura::Window::Windows& transient_children = aura 492 ui/wm/core/window_animations.cc aura::Window::Windows::const_iterator iter = aura 497 ui/wm/core/window_animations.cc aura::Window* topmost_transient_child = NULL; aura 528 ui/wm/core/window_animations.cc aura::Window* window) aura 541 ui/wm/core/window_animations.cc void SetWindowVisibilityAnimationType(aura::Window* window, int type) { aura 545 ui/wm/core/window_animations.cc int GetWindowVisibilityAnimationType(aura::Window* window) { aura 550 ui/wm/core/window_animations.cc aura::Window* window, aura 556 ui/wm/core/window_animations.cc aura::Window* window, aura 563 ui/wm/core/window_animations.cc void SetWindowVisibilityAnimationDuration(aura::Window* window, aura 570 ui/wm/core/window_animations.cc const aura::Window& window) { aura 575 ui/wm/core/window_animations.cc void SetWindowVisibilityAnimationVerticalPosition(aura::Window* window, aura 580 ui/wm/core/window_animations.cc bool AnimateOnChildWindowVisibilityChanged(aura::Window* window, bool visible) { aura 590 ui/wm/core/window_animations.cc bool AnimateWindow(aura::Window* window, WindowAnimationType type) { aura 601 ui/wm/core/window_animations.cc bool WindowAnimationsDisabled(aura::Window* window) { aura 603 ui/wm/core/window_animations.cc window->GetProperty(aura::client::kAnimationsDisabledKey)) || aura 13 ui/wm/core/window_animations.h namespace aura { aura 61 ui/wm/core/window_animations.h WM_CORE_EXPORT void SetWindowVisibilityAnimationType(aura::Window* window, aura 63 ui/wm/core/window_animations.h WM_CORE_EXPORT int GetWindowVisibilityAnimationType(aura::Window* window); aura 66 ui/wm/core/window_animations.h aura::Window* window, aura 70 ui/wm/core/window_animations.h aura::Window* window, aura 74 ui/wm/core/window_animations.h aura::Window* window, aura 78 ui/wm/core/window_animations.h const aura::Window& window); aura 81 ui/wm/core/window_animations.h aura::Window* window, aura 91 ui/wm/core/window_animations.h explicit ScopedHidingAnimationSettings(aura::Window* window); aura 107 ui/wm/core/window_animations.h WM_CORE_EXPORT bool AnimateOnChildWindowVisibilityChanged(aura::Window* window, aura 109 ui/wm/core/window_animations.h WM_CORE_EXPORT bool AnimateWindow(aura::Window* window, aura 115 ui/wm/core/window_animations.h WM_CORE_EXPORT bool WindowAnimationsDisabled(aura::Window* window); aura 21 ui/wm/core/window_animations_unittest.cc using aura::Window; aura 36 ui/wm/core/window_animations_unittest.cc int GetWindowZPosition(const aura::Window* child) { aura 37 ui/wm/core/window_animations_unittest.cc return GetZPosition<aura::Window>(child); aura 46 ui/wm/core/window_animations_unittest.cc class WindowAnimationsTest : public aura::test::AuraTestBase { aura 59 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> window( aura 60 ui/wm/core/window_animations_unittest.cc aura::test::CreateTestWindowWithId(0, NULL)); aura 78 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithId(0, NULL)); aura 105 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithId(0, NULL)); aura 128 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> parent(aura::test::CreateTestWindowWithId(0, NULL)); aura 130 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> other( aura 131 ui/wm/core/window_animations_unittest.cc aura::test::CreateTestWindowWithId(1, parent.get())); aura 133 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> animating_window( aura 134 ui/wm/core/window_animations_unittest.cc aura::test::CreateTestWindowWithId(2, parent.get())); aura 195 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> parent(aura::test::CreateTestWindowWithId(0, NULL)); aura 197 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> other( aura 198 ui/wm/core/window_animations_unittest.cc aura::test::CreateTestWindowWithId(1, parent.get())); aura 200 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> animating_window( aura 201 ui/wm/core/window_animations_unittest.cc aura::test::CreateTestWindowWithId(2, parent.get())); aura 204 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> transient1( aura 205 ui/wm/core/window_animations_unittest.cc aura::test::CreateTestWindowWithId(3, parent.get())); aura 206 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> transient2( aura 207 ui/wm/core/window_animations_unittest.cc aura::test::CreateTestWindowWithId(4, parent.get())); aura 255 ui/wm/core/window_animations_unittest.cc class NotifyHideCompletedAnimationHost : public aura::client::AnimationHost { aura 279 ui/wm/core/window_animations_unittest.cc scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithId(0, NULL)); aura 280 ui/wm/core/window_animations_unittest.cc aura::client::SetAnimationHost(window.get(), &animation_host); aura 25 ui/wm/core/window_modality_controller.cc extern const aura::WindowProperty<aura::Window*>* const kModalParentKey; aura 26 ui/wm/core/window_modality_controller.cc DEFINE_WINDOW_PROPERTY_KEY(aura::Window*, kModalParentKey, NULL); aura 30 ui/wm/core/window_modality_controller.cc bool HasAncestor(aura::Window* window, aura::Window* ancestor) { aura 38 ui/wm/core/window_modality_controller.cc bool TransientChildIsWindowModal(aura::Window* window) { aura 39 ui/wm/core/window_modality_controller.cc return window->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_WINDOW; aura 42 ui/wm/core/window_modality_controller.cc bool TransientChildIsSystemModal(aura::Window* window) { aura 43 ui/wm/core/window_modality_controller.cc return window->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_SYSTEM; aura 46 ui/wm/core/window_modality_controller.cc bool TransientChildIsChildModal(aura::Window* window) { aura 47 ui/wm/core/window_modality_controller.cc return window->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_CHILD; aura 50 ui/wm/core/window_modality_controller.cc aura::Window* GetModalParent(aura::Window* window) { aura 54 ui/wm/core/window_modality_controller.cc bool IsModalTransientChild(aura::Window* transient, aura::Window* original) { aura 62 ui/wm/core/window_modality_controller.cc aura::Window* GetModalTransientChild( aura 63 ui/wm/core/window_modality_controller.cc aura::Window* activatable, aura 64 ui/wm/core/window_modality_controller.cc aura::Window* original) { aura 65 ui/wm/core/window_modality_controller.cc for (aura::Window::Windows::const_iterator it = aura 69 ui/wm/core/window_modality_controller.cc aura::Window* transient = *it; aura 80 ui/wm/core/window_modality_controller.cc void SetModalParent(aura::Window* child, aura::Window* parent) { aura 84 ui/wm/core/window_modality_controller.cc aura::Window* GetModalTransient(aura::Window* window) { aura 89 ui/wm/core/window_modality_controller.cc aura::Window* toplevel = GetToplevelWindow(window); aura 102 ui/wm/core/window_modality_controller.cc aura::Env::GetInstance()->AddObserver(this); aura 109 ui/wm/core/window_modality_controller.cc aura::Env::GetInstance()->RemoveObserver(this); aura 118 ui/wm/core/window_modality_controller.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 124 ui/wm/core/window_modality_controller.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 130 ui/wm/core/window_modality_controller.cc aura::Window* target = static_cast<aura::Window*>(event->target()); aura 138 ui/wm/core/window_modality_controller.cc void WindowModalityController::OnWindowInitialized(aura::Window* window) { aura 146 ui/wm/core/window_modality_controller.cc void WindowModalityController::OnWindowPropertyChanged(aura::Window* window, aura 151 ui/wm/core/window_modality_controller.cc if (key == aura::client::kModalKey && aura 152 ui/wm/core/window_modality_controller.cc window->GetProperty(aura::client::kModalKey) != ui::MODAL_TYPE_NONE && aura 161 ui/wm/core/window_modality_controller.cc aura::Window* window, aura 163 ui/wm/core/window_modality_controller.cc if (visible && window->GetProperty(aura::client::kModalKey) != aura 169 ui/wm/core/window_modality_controller.cc aura::Window* capture_window = aura::client::GetCaptureWindow(window); aura 175 ui/wm/core/window_modality_controller.cc void WindowModalityController::OnWindowDestroyed(aura::Window* window) { aura 180 ui/wm/core/window_modality_controller.cc bool WindowModalityController::ProcessLocatedEvent(aura::Window* target, aura 184 ui/wm/core/window_modality_controller.cc aura::Window* modal_transient_child = GetModalTransient(target); aura 24 ui/wm/core/window_modality_controller.h WM_CORE_EXPORT void SetModalParent(aura::Window* child, aura::Window* parent); aura 28 ui/wm/core/window_modality_controller.h WM_CORE_EXPORT aura::Window* GetModalTransient(aura::Window* window); aura 34 ui/wm/core/window_modality_controller.h public aura::EnvObserver, aura 35 ui/wm/core/window_modality_controller.h public aura::WindowObserver { aura 46 ui/wm/core/window_modality_controller.h virtual void OnWindowInitialized(aura::Window* window) OVERRIDE; aura 49 ui/wm/core/window_modality_controller.h virtual void OnWindowPropertyChanged(aura::Window* window, aura 52 ui/wm/core/window_modality_controller.h virtual void OnWindowVisibilityChanged(aura::Window* window, aura 54 ui/wm/core/window_modality_controller.h virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura 59 ui/wm/core/window_modality_controller.h bool ProcessLocatedEvent(aura::Window* target, aura 62 ui/wm/core/window_modality_controller.h std::vector<aura::Window*> windows_; aura 40 ui/wm/core/window_util.cc void ActivateWindow(aura::Window* window) { aura 43 ui/wm/core/window_util.cc aura::client::GetActivationClient(window->GetRootWindow())->ActivateWindow( aura 47 ui/wm/core/window_util.cc void DeactivateWindow(aura::Window* window) { aura 50 ui/wm/core/window_util.cc aura::client::GetActivationClient(window->GetRootWindow())->DeactivateWindow( aura 54 ui/wm/core/window_util.cc bool IsActiveWindow(aura::Window* window) { aura 58 ui/wm/core/window_util.cc aura::client::ActivationClient* client = aura 59 ui/wm/core/window_util.cc aura::client::GetActivationClient(window->GetRootWindow()); aura 63 ui/wm/core/window_util.cc bool CanActivateWindow(aura::Window* window) { aura 67 ui/wm/core/window_util.cc aura::client::ActivationClient* client = aura 68 ui/wm/core/window_util.cc aura::client::GetActivationClient(window->GetRootWindow()); aura 72 ui/wm/core/window_util.cc aura::Window* GetActivatableWindow(aura::Window* window) { aura 73 ui/wm/core/window_util.cc aura::client::ActivationClient* client = aura 74 ui/wm/core/window_util.cc aura::client::GetActivationClient(window->GetRootWindow()); aura 78 ui/wm/core/window_util.cc aura::Window* GetToplevelWindow(aura::Window* window) { aura 79 ui/wm/core/window_util.cc aura::client::ActivationClient* client = aura 80 ui/wm/core/window_util.cc aura::client::GetActivationClient(window->GetRootWindow()); aura 92 ui/wm/core/window_util.cc aura::Window* GetTransientParent(aura::Window* window) { aura 93 ui/wm/core/window_util.cc return const_cast<aura::Window*>(GetTransientParent( aura 94 ui/wm/core/window_util.cc const_cast<const aura::Window*>(window))); aura 97 ui/wm/core/window_util.cc const aura::Window* GetTransientParent(const aura::Window* window) { aura 102 ui/wm/core/window_util.cc const std::vector<aura::Window*>& GetTransientChildren( aura 103 ui/wm/core/window_util.cc const aura::Window* window) { aura 108 ui/wm/core/window_util.cc static std::vector<aura::Window*>* shared = new std::vector<aura::Window*>; aura 112 ui/wm/core/window_util.cc void AddTransientChild(aura::Window* parent, aura::Window* child) { aura 116 ui/wm/core/window_util.cc void RemoveTransientChild(aura::Window* parent, aura::Window* child) { aura 120 ui/wm/core/window_util.cc bool HasTransientAncestor(const aura::Window* window, aura 121 ui/wm/core/window_util.cc const aura::Window* ancestor) { aura 122 ui/wm/core/window_util.cc const aura::Window* transient_parent = GetTransientParent(window); aura 15 ui/wm/core/window_util.h namespace aura { aura 27 ui/wm/core/window_util.h WM_CORE_EXPORT void ActivateWindow(aura::Window* window); aura 28 ui/wm/core/window_util.h WM_CORE_EXPORT void DeactivateWindow(aura::Window* window); aura 29 ui/wm/core/window_util.h WM_CORE_EXPORT bool IsActiveWindow(aura::Window* window); aura 30 ui/wm/core/window_util.h WM_CORE_EXPORT bool CanActivateWindow(aura::Window* window); aura 34 ui/wm/core/window_util.h WM_CORE_EXPORT aura::Window* GetActivatableWindow(aura::Window* window); aura 38 ui/wm/core/window_util.h WM_CORE_EXPORT aura::Window* GetToplevelWindow(aura::Window* window); aura 52 ui/wm/core/window_util.h WM_CORE_EXPORT aura::Window* GetTransientParent(aura::Window* window); aura 53 ui/wm/core/window_util.h WM_CORE_EXPORT const aura::Window* GetTransientParent( aura 54 ui/wm/core/window_util.h const aura::Window* window); aura 55 ui/wm/core/window_util.h WM_CORE_EXPORT const std::vector<aura::Window*>& GetTransientChildren( aura 56 ui/wm/core/window_util.h const aura::Window* window); aura 57 ui/wm/core/window_util.h WM_CORE_EXPORT void AddTransientChild(aura::Window* parent, aura 58 ui/wm/core/window_util.h aura::Window* child); aura 59 ui/wm/core/window_util.h WM_CORE_EXPORT void RemoveTransientChild(aura::Window* parent, aura 60 ui/wm/core/window_util.h aura::Window* child); aura 64 ui/wm/core/window_util.h WM_CORE_EXPORT bool HasTransientAncestor(const aura::Window* window, aura 65 ui/wm/core/window_util.h const aura::Window* ancestor); aura 16 ui/wm/core/window_util_unittest.cc typedef aura::test::AuraTestBase WindowUtilTest; aura 21 ui/wm/core/window_util_unittest.cc scoped_ptr<aura::Window> window1( aura 22 ui/wm/core/window_util_unittest.cc aura::test::CreateTestWindowWithId(0, NULL)); aura 23 ui/wm/core/window_util_unittest.cc scoped_ptr<aura::Window> window11( aura 24 ui/wm/core/window_util_unittest.cc aura::test::CreateTestWindowWithId(1, window1.get())); aura 25 ui/wm/core/window_util_unittest.cc scoped_ptr<aura::Window> window12( aura 26 ui/wm/core/window_util_unittest.cc aura::test::CreateTestWindowWithId(2, window1.get())); aura 15 ui/wm/core/wm_state.cc aura::client::SetWindowStackingClient(window_stacking_client_.get()); aura 16 ui/wm/core/wm_state.cc aura::client::SetTransientWindowClient(transient_window_client_.get()); aura 20 ui/wm/core/wm_state.cc if (aura::client::GetWindowStackingClient() == window_stacking_client_.get()) aura 21 ui/wm/core/wm_state.cc aura::client::SetWindowStackingClient(NULL); aura 23 ui/wm/core/wm_state.cc if (aura::client::GetTransientWindowClient() == aura 25 ui/wm/core/wm_state.cc aura::client::SetTransientWindowClient(NULL); aura 10 ui/wm/public/activation_change_observer.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ActivationChangeObserver*) aura 12 ui/wm/public/activation_change_observer.cc namespace aura { aura 10 ui/wm/public/activation_change_observer.h namespace aura { aura 27 ui/wm/public/activation_change_observer.h virtual void OnAttemptToReactivateWindow(aura::Window* request_active, aura 28 ui/wm/public/activation_change_observer.h aura::Window* actual_active) {} aura 10 ui/wm/public/activation_client.cc DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, aura::Window*) aura 11 ui/wm/public/activation_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ActivationClient*) aura 13 ui/wm/public/activation_client.cc namespace aura { aura 14 ui/wm/public/activation_client.h namespace aura { aura 10 ui/wm/public/activation_delegate.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ActivationDelegate*) aura 12 ui/wm/public/activation_delegate.cc namespace aura { aura 14 ui/wm/public/activation_delegate.h namespace aura { aura 10 ui/wm/public/animation_host.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::AnimationHost*) aura 12 ui/wm/public/animation_host.cc namespace aura { aura 15 ui/wm/public/animation_host.h namespace aura { aura 10 ui/wm/public/dispatcher_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::DispatcherClient*); aura 11 ui/wm/public/dispatcher_client.h namespace aura { aura 10 ui/wm/public/drag_drop_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::DragDropClient*) aura 12 ui/wm/public/drag_drop_client.cc namespace aura { aura 21 ui/wm/public/drag_drop_client.h namespace aura { aura 34 ui/wm/public/drag_drop_client.h aura::Window* root_window, aura 35 ui/wm/public/drag_drop_client.h aura::Window* source_window, aura 41 ui/wm/public/drag_drop_client.h virtual void DragUpdate(aura::Window* target, aura 45 ui/wm/public/drag_drop_client.h virtual void Drop(aura::Window* target, aura 10 ui/wm/public/drag_drop_delegate.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::DragDropDelegate*) aura 12 ui/wm/public/drag_drop_delegate.cc namespace aura { aura 14 ui/wm/public/drag_drop_delegate.h namespace aura { aura 13 ui/wm/public/scoped_tooltip_disabler.cc ScopedTooltipDisabler::ScopedTooltipDisabler(aura::Window* window) aura 37 ui/wm/public/scoped_tooltip_disabler.cc void ScopedTooltipDisabler::OnWindowDestroying(aura::Window* window) { aura 10 ui/wm/public/scoped_tooltip_disabler.h namespace aura { aura 14 ui/wm/public/scoped_tooltip_disabler.h class AURA_EXPORT ScopedTooltipDisabler : aura::WindowObserver { aura 19 ui/wm/public/scoped_tooltip_disabler.h explicit ScopedTooltipDisabler(aura::Window* window); aura 27 ui/wm/public/scoped_tooltip_disabler.h virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; aura 31 ui/wm/public/scoped_tooltip_disabler.h aura::Window* root_; aura 10 ui/wm/public/tooltip_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::TooltipClient*) aura 13 ui/wm/public/tooltip_client.cc namespace aura { aura 11 ui/wm/public/tooltip_client.h namespace aura { aura 11 ui/wm/public/transient_window_client.h namespace aura { aura 10 ui/wm/public/window_move_client.cc DECLARE_WINDOW_PROPERTY_TYPE(aura::client::WindowMoveClient*) aura 12 ui/wm/public/window_move_client.cc namespace aura { aura 15 ui/wm/public/window_move_client.h namespace aura { aura 18 ui/wm/test/wm_test_helper.cc aura::Env::CreateInstance(); aura 19 ui/wm/test/wm_test_helper.cc host_.reset(aura::WindowTreeHost::Create(gfx::Rect(default_window_size))); aura 21 ui/wm/test/wm_test_helper.cc aura::client::SetWindowTreeClient(host_->window(), this); aura 23 ui/wm/test/wm_test_helper.cc focus_client_.reset(new aura::test::TestFocusClient); aura 24 ui/wm/test/wm_test_helper.cc aura::client::SetFocusClient(host_->window(), focus_client_.get()); aura 36 ui/wm/test/wm_test_helper.cc new aura::client::DefaultActivationClient(host_->window())); aura 39 ui/wm/test/wm_test_helper.cc new aura::client::DefaultCaptureClient(host_->window())); aura 46 ui/wm/test/wm_test_helper.cc aura::Window* WMTestHelper::GetDefaultParent(aura::Window* context, aura 47 ui/wm/test/wm_test_helper.cc aura::Window* window, aura 13 ui/wm/test/wm_test_helper.h namespace aura { aura 38 ui/wm/test/wm_test_helper.h class WMTestHelper : public aura::client::WindowTreeClient { aura 43 ui/wm/test/wm_test_helper.h aura::WindowTreeHost* host() { return host_.get(); } aura 46 ui/wm/test/wm_test_helper.h virtual aura::Window* GetDefaultParent(aura::Window* context, aura 47 ui/wm/test/wm_test_helper.h aura::Window* window, aura 51 ui/wm/test/wm_test_helper.h scoped_ptr<aura::WindowTreeHost> host_; aura 56 ui/wm/test/wm_test_helper.h scoped_ptr<aura::client::DefaultCaptureClient> capture_client_; aura 58 ui/wm/test/wm_test_helper.h scoped_ptr<aura::client::DefaultActivationClient> activation_client_; aura 59 ui/wm/test/wm_test_helper.h scoped_ptr<aura::client::FocusClient> focus_client_; aura 127 win8/viewer/metro_viewer_process_host.cc aura::RemoteWindowTreeHostWin::Instance()->OnMessageReceived(message);