/external/chromium_org/ash/wm/ |
window_cycle_list.cc | 12 #include "ui/aura/window.h" 17 aura::Window* GetWindowBelow(aura::Window* window) { 18 aura::Window* parent = window->parent(); 21 aura::Window::Windows::const_iterator iter = 32 class ScopedShowWindow : public aura::WindowObserver { 38 void Show(aura::Window* window); 43 aura::Window* window() { return window_; } 45 // aura::WindowObserver: 46 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE [all...] |
mru_window_tracker.cc | 16 #include "ui/aura/window_event_dispatcher.h" 27 void AddTrackedWindows(aura::Window* root, 30 aura::Window* container = Shell::GetContainer(root, container_id); 36 void AddDraggedWindows(aura::Window* root, 38 aura::Window* container = 51 bool CompareWindowState(aura::Window* w1, aura::Window* w2) { 60 const std::list<aura::Window*>* mru_windows, 63 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); 65 aura::Window* active_root = Shell::GetTargetRootWindow() [all...] |
window_state.cc | 20 #include "ui/aura/client/aura_constants.h" 21 #include "ui/aura/layout_manager.h" 22 #include "ui/aura/window.h" 23 #include "ui/aura/window_delegate.h" 38 class BoundsSetter : public aura::LayoutManager { 43 // aura::LayoutManager overrides: 45 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE {} 46 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE {} 47 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE {} 49 aura::Window* child, bool visible) OVERRIDE { [all...] |
boot_splash_screen_chromeos.cc | 8 #include "ui/aura/window.h" 9 #include "ui/aura/window_tree_host.h" 18 // ui::LayerDelegate that copies the aura host window's content to a ui::Layer. 22 explicit CopyHostContentLayerDelegate(aura::WindowTreeHost* host) 53 aura::WindowTreeHost* host_; // not owned 58 BootSplashScreen::BootSplashScreen(aura::WindowTreeHost* host)
|
app_list_controller_unittest.cc | 14 #include "ui/aura/test/event_generator.h" 15 #include "ui/aura/test/test_windows.h" 16 #include "ui/aura/window.h" 61 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); 73 aura::Window* applist_container = Shell::GetContainer( 75 scoped_ptr<aura::Window> window( 76 aura::test::CreateTestWindowWithId(0, applist_container)); 87 aura::Window* app_window = shell->GetAppListWindow(); 89 aura::test::EventGenerator generator(shell->GetPrimaryRootWindow(), 111 aura::Window* app_window = shell->GetAppListWindow() [all...] |
video_detector.cc | 10 #include "ui/aura/env.h" 11 #include "ui/aura/window.h" 12 #include "ui/aura/window_event_dispatcher.h" 66 aura::Env::GetInstance()->AddObserver(this); 72 aura::Env::GetInstance()->RemoveObserver(this); 83 void VideoDetector::OnWindowInitialized(aura::Window* window) { 87 void VideoDetector::OnWindowPaintScheduled(aura::Window* window, 101 void VideoDetector::OnWindowDestroyed(aura::Window* window) { 112 void VideoDetector::MaybeNotifyObservers(aura::Window* window, 133 std::vector<aura::Window*> containers [all...] |
/external/chromium_org/ui/aura/test/ |
ui_controls_factory_aurax11.cc | 10 #include "ui/aura/client/screen_position_client.h" 11 #include "ui/aura/env.h" 12 #include "ui/aura/test/aura_test_utils.h" 13 #include "ui/aura/test/ui_controls_factory_aura.h" 14 #include "ui/aura/window.h" 15 #include "ui/aura/window_tree_host.h" 22 namespace aura { namespace 59 DCHECK(!command); // No command key on Aura 71 DCHECK(!command); // No command key on Aura 107 aura::client::ScreenPositionClient* screen_position_client [all...] |
/external/chromium_org/ui/aura/ |
window_targeter.cc | 5 #include "ui/aura/window_targeter.h" 7 #include "ui/aura/client/capture_client.h" 8 #include "ui/aura/client/event_client.h" 9 #include "ui/aura/client/focus_client.h" 10 #include "ui/aura/window.h" 11 #include "ui/aura/window_delegate.h" 12 #include "ui/aura/window_event_dispatcher.h" 13 #include "ui/aura/window_tree_host.h" 16 namespace aura { namespace 44 aura::Window* window = static_cast<aura::Window*>(target) [all...] |
env.cc | 5 #include "ui/aura/env.h" 9 #include "ui/aura/env_observer.h" 10 #include "ui/aura/input_state_lookup.h" 18 namespace aura { namespace 22 // Env is thread local so that aura may be used on multiple threads. 123 } // namespace aura
|
/external/chromium_org/ui/views/corewm/ |
desktop_capture_controller_unittest.cc | 9 #include "ui/aura/env.h" 10 #include "ui/aura/test/event_generator.h" 11 #include "ui/aura/test/test_window_delegate.h" 12 #include "ui/aura/window_event_dispatcher.h" 13 #include "ui/aura/window_tree_host.h" 91 aura::test::EventGenerator generator1(w1->GetNativeView()->GetRootWindow()); 95 aura::WindowEventDispatcher* w1_dispatcher = 107 // Tests aura::Window capture and whether gesture events are sent to the window 110 // aura::Windows one by one. It then sends a gesture event and validates whether 114 scoped_ptr<aura::client::ScreenPositionClient> desktop_position_client1 [all...] |
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_gesture_target_aura.cc | 10 #include "ui/aura/window.h" 11 #include "ui/aura/window_tree_host.h" 34 aura::Window* window = GetWindow(); 35 aura::WindowTreeHost* host = window->GetHost(); 55 aura::Window* window = GetWindow(); 122 aura::Window* window = GetWindow(); 136 // - 1 because Aura considers a pointer to be moving if it has moved at least 145 aura::Window* SyntheticGestureTargetAura::GetWindow() const { 146 aura::Window* window = render_widget_host()->GetView()->GetNativeView();
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_drop_target_win.cc | 8 #include "ui/aura/window.h" 9 #include "ui/aura/window_tree_host.h" 17 using aura::client::DragDropDelegate; 23 DesktopDropTargetWin::DesktopDropTargetWin(aura::Window* root_window, 84 void DesktopDropTargetWin::OnWindowDestroyed(aura::Window* window) { 101 aura::Window* target_window = 115 *delegate = aura::client::GetDragDropDelegate(target_window_); 121 aura::Window::ConvertPointToTarget(root_window_, target_window_, &location); 140 aura::client::GetDragDropDelegate(target_window_);
|
x11_desktop_handler.h | 9 // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class. 14 #include "ui/aura/env_observer.h" 25 // X11 events on the X11 root window. Destroys itself when aura::Env is 28 public aura::EnvObserver { 58 // Overridden from aura::EnvObserver: 59 virtual void OnWindowInitialized(aura::Window* window) OVERRIDE;
|
desktop_native_widget_aura_unittest.cc | 8 #include "ui/aura/client/aura_constants.h" 9 #include "ui/aura/client/cursor_client.h" 10 #include "ui/aura/client/window_tree_client.h" 11 #include "ui/aura/test/event_generator.h" 12 #include "ui/aura/test/test_window_delegate.h" 13 #include "ui/aura/window.h" 14 #include "ui/aura/window_tree_host.h" 28 scoped_ptr<aura::Window> window(new aura::Window(NULL)); 38 // Verifies that the Aura windows making up a widget instance have the correc [all...] |
x11_window_event_filter.cc | 12 #include "ui/aura/client/aura_constants.h" 13 #include "ui/aura/window.h" 14 #include "ui/aura/window_delegate.h" 15 #include "ui/aura/window_tree_host.h" 68 aura::Window* target = static_cast<aura::Window*>(event->target()); 89 if (target->GetProperty(aura::client::kCanResizeKey) && 99 aura::Window* target = static_cast<aura::Window*>(event->target()); 118 if (target->GetProperty(aura::client::kCanMaximizeKey) [all...] |
/external/chromium_org/ash/wm/maximize_mode/ |
maximize_mode_event_blocker.cc | 10 #include "ui/aura/client/cursor_client.h" 11 #include "ui/aura/window_event_dispatcher.h" 12 #include "ui/aura/window_tree_host.h" 31 aura::Window* root_window, 45 aura::Window* root_window_; 64 aura::Window* root_window, 133 aura::client::CursorClient* cursor_client_ = 134 aura::client::GetCursorClient(Shell::GetTargetRootWindow()); 140 aura::Window::Windows root_windows(Shell::GetAllRootWindows()); 141 for (aura::Window::Windows::iterator iter = root_windows.begin() [all...] |
maximize_mode_window_manager.h | 16 #include "ui/aura/window_observer.h" 34 class ASH_EXPORT MaximizeModeWindowManager : public aura::WindowObserver, 49 void AddWindow(aura::Window* window); 52 void WindowStateDestroyed(aura::Window* window); 59 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; 60 virtual void OnWindowAdded(aura::Window* window) OVERRIDE; 61 virtual void OnWindowBoundsChanged(aura::Window* window, 81 typedef std::map<aura::Window*, MaximizeModeWindowState*> WindowToState; 94 void MaximizeAndTrackWindow(aura::Window* window); 97 void ForgetWindow(aura::Window* window) [all...] |
workspace_backdrop_delegate.cc | 10 #include "ui/aura/window.h" 26 WorkspaceBackdropDelegate::WorkspaceBackdropDelegate(aura::Window* container) 35 params.layer_type = aura::WINDOW_LAYER_SOLID_COLOR; 63 aura::Window* window, 70 void WorkspaceBackdropDelegate::OnWindowAddedToLayout(aura::Window* child) { 74 void WorkspaceBackdropDelegate::OnWindowRemovedFromLayout(aura::Window* child) { 79 aura::Window* child, 84 void WorkspaceBackdropDelegate::OnWindowStackingChanged(aura::Window* window) { 103 aura::Window* window = GetCurrentTopWindow(); 124 aura::Window* WorkspaceBackdropDelegate::GetCurrentTopWindow() [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
browser_status_monitor.h | 18 #include "ui/aura/window_observer.h" 22 namespace aura { namespace 28 } // namespace aura 35 class BrowserStatusMonitor : public aura::client::ActivationChangeObserver, 36 public aura::WindowObserver, 58 // aura::client::ActivationChangeObserver overrides: 59 virtual void OnWindowActivated(aura::Window* gained_active, 60 aura::Window* lost_active) OVERRIDE; 62 // aura::WindowObserver overrides: 63 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE [all...] |
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_aura.h | 16 #include "ui/aura/window_delegate.h" 17 #include "ui/aura/window_observer.h" 21 namespace aura { namespace 45 public aura::WindowDelegate, 46 public aura::client::DragDropDelegate, 47 public aura::WindowObserver { 87 aura::Window* GetWindowToAnimateForOverscroll(); 150 // Overridden from aura::WindowDelegate: 158 aura::Window* child, 164 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE [all...] |
/external/chromium_org/ui/wm/core/ |
cursor_manager.h | 12 #include "ui/aura/client/cursor_client.h" 39 class WM_EXPORT CursorManager : public aura::client::CursorClient, 45 // Overridden from aura::client::CursorClient: 61 aura::client::CursorClientObserver* observer) OVERRIDE; 63 aura::client::CursorClientObserver* observer) OVERRIDE; 86 ObserverList<aura::client::CursorClientObserver> observers_;
|
window_animations.cc | 18 #include "ui/aura/client/aura_constants.h" 19 #include "ui/aura/window.h" 20 #include "ui/aura/window_delegate.h" 21 #include "ui/aura/window_observer.h" 22 #include "ui/aura/window_property.h" 59 class HidingWindowAnimationObserverBase : public aura::WindowObserver { 61 HidingWindowAnimationObserverBase(aura::Window* window) : window_(window) { 69 // aura::WindowObserver: 70 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE { 75 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE [all...] |
/external/chromium_org/ash/display/ |
mouse_cursor_event_filter_unittest.cc | 12 #include "ui/aura/env.h" 13 #include "ui/aura/window_event_dispatcher.h" 29 bool WarpMouseCursorIfNecessary(aura::Window* target_root, 38 aura::Window* drag_source_root, 39 aura::Window* target_root, 76 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); 83 aura::Env::GetInstance()->last_mouse_location().ToString()); 88 aura::Env::GetInstance()->last_mouse_location().ToString()); 120 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); 121 aura::Env::GetInstance()->set_last_mouse_location(gfx::Point(623, 123)) [all...] |
/external/chromium_org/ash/wm/panels/ |
panel_window_resizer.cc | 19 #include "ui/aura/client/aura_constants.h" 20 #include "ui/aura/client/window_tree_client.h" 21 #include "ui/aura/env.h" 22 #include "ui/aura/window.h" 23 #include "ui/aura/window_delegate.h" 24 #include "ui/aura/window_event_dispatcher.h" 35 PanelLayoutManager* GetPanelLayoutManager(aura::Window* panel_container) { 73 aura::Window* dst_root = Shell::GetInstance()->display_controller()-> 184 aura::Window* target = GetTarget(); 185 aura::Window* target_root = target->GetRootWindow() [all...] |
/external/chromium_org/athena/home/ |
home_card_impl.cc | 13 #include "ui/aura/layout_manager.h" 14 #include "ui/aura/window.h" 23 class HomeCardLayoutManager : public aura::LayoutManager { 25 explicit HomeCardLayoutManager(aura::Window* container) 30 // aura::LayoutManager: 32 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE { Layout(); } 33 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE {} 34 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE { 37 virtual void OnChildWindowVisibilityChanged(aura::Window* child, 41 virtual void SetChildBounds(aura::Window* child [all...] |