/external/chromium_org/ash/wm/ |
ash_native_cursor_manager.cc | 11 #include "ui/aura/env.h" 12 #include "ui/aura/window_event_dispatcher.h" 13 #include "ui/aura/window_tree_host.h" 21 aura::Window::Windows root_windows = 23 for (aura::Window::Windows::iterator iter = root_windows.begin(); 33 aura::Window::Windows root_windows = 35 for (aura::Window::Windows::iterator iter = root_windows.begin(); 45 aura::Window::Windows root_windows = 47 for (aura::Window::Windows::iterator iter = root_windows.begin(); 148 aura::Env::GetInstance()->set_last_mouse_location [all...] |
system_modal_container_layout_manager_unittest.cc | 16 #include "ui/aura/test/event_generator.h" 17 #include "ui/aura/window.h" 18 #include "ui/aura/window_event_dispatcher.h" 37 aura::Window* GetModalContainer() { 43 std::vector<aura::Window*> containers = 46 for (std::vector<aura::Window*>::iterator iter = containers.begin(); 70 // aura::client::kModalKey property to be reset. 71 static void CloseTestWindow(aura::Window* window) { 100 aura::Window* OpenTestWindowWithContext(aura::Window* context) [all...] |
/external/chromium_org/mojo/services/view_manager/ |
node.h | 14 #include "ui/aura/window.h" 15 #include "ui/aura/window_delegate.h" 16 #include "ui/aura/window_observer.h" 27 : public aura::WindowObserver, 28 public aura::WindowDelegate { 43 aura::Window* window() { return &window_; } 70 const aura::WindowObserver::HierarchyChangeParams& params) OVERRIDE; 80 aura::Window* child, 86 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; 87 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE [all...] |
root_view_manager.h | 15 namespace aura { namespace 61 scoped_ptr<aura::WindowTreeHost> window_tree_host_; 62 scoped_ptr<aura::client::WindowTreeClient> window_tree_client_; 63 scoped_ptr<aura::client::FocusClient> focus_client_;
|
/external/chromium_org/mojo/views/ |
native_widget_view_manager.cc | 7 #include "mojo/aura/window_tree_host_mojo.h" 10 #include "ui/aura/client/aura_constants.h" 11 #include "ui/aura/window.h" 12 #include "ui/aura/window_event_dispatcher.h" 29 virtual bool SupportsChildActivation(aura::Window* window) const OVERRIDE { 40 explicit MinimalInputEventFilter(aura::Window* root) 47 root_->SetProperty(aura::client::kRootWindowInputMethodKey, 53 root_->SetProperty(aura::client::kRootWindowInputMethodKey, 80 aura::Window* root_; 101 aura::client::SetFocusClient(window_tree_host_->window() [all...] |
/external/chromium_org/ui/wm/ |
wm.gyp | 16 '../aura/aura.gyp:aura', 100 '../aura/aura.gyp:aura', 118 '../aura/aura.gyp:aura', 119 '../aura/aura.gyp:aura_test_support' [all...] |
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_native_widget_aura.cc | 9 #include "ui/aura/client/aura_constants.h" 10 #include "ui/aura/client/cursor_client.h" 11 #include "ui/aura/client/focus_client.h" 12 #include "ui/aura/client/window_tree_client.h" 13 #include "ui/aura/window.h" 14 #include "ui/aura/window_observer.h" 15 #include "ui/aura/window_property.h" 16 #include "ui/aura/window_tree_host.h" 79 class DesktopNativeWidgetTopLevelHandler : public aura::WindowObserver { 83 static aura::Window* CreateParentWindow(aura::Window* child_window [all...] |
/external/chromium_org/ash/wm/workspace/ |
multi_window_resize_controller.h | 14 #include "ui/aura/window_observer.h" 18 namespace aura { namespace 40 public views::MouseWatcherListener, public aura::WindowObserver { 47 void Show(aura::Window* window, int component, const gfx::Point& point); 56 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; 74 aura::Window* window1; 77 aura::Window* window2; 84 std::vector<aura::Window*> other_windows; 92 ResizeWindows DetermineWindows(aura::Window* window, 98 ResizeWindows DetermineWindowsFromScreenPoint(aura::Window* window) const [all...] |
phantom_window_controller.h | 13 namespace aura { namespace 28 explicit PhantomWindowController(aura::Window* window); 42 aura::Window* root_window, 46 aura::Window* window_;
|
/external/chromium_org/ui/wm/core/ |
input_method_event_filter_unittest.cc | 8 #include "ui/aura/client/aura_constants.h" 9 #include "ui/aura/test/aura_test_base.h" 10 #include "ui/aura/test/event_generator.h" 11 #include "ui/aura/test/test_windows.h" 12 #include "ui/aura/window_event_dispatcher.h" 23 // On platforms except Windows and X11, aura::test::EventGenerator::PressKey 34 explicit TestTextInputClient(aura::Window* window) : window_(window) {} 36 virtual aura::Window* GetAttachedWindow() const OVERRIDE { return window_; } 39 aura::Window* window_; 44 class InputMethodEventFilterTest : public aura::test::AuraTestBase [all...] |
/external/chromium_org/ui/views/test/ |
ui_controls_factory_desktop_aurax11.cc | 15 #include "ui/aura/client/screen_position_client.h" 16 #include "ui/aura/env.h" 17 #include "ui/aura/test/aura_test_utils.h" 18 #include "ui/aura/test/ui_controls_factory_aura.h" 19 #include "ui/aura/window_event_dispatcher.h" 81 DCHECK(!command); // No command key on Aura 94 DCHECK(!command); // No command key on Aura 96 aura::WindowTreeHost* host = window->GetHost(); 136 aura::Window* root_window = RootWindowForPoint(screen_location); 138 aura::client::ScreenPositionClient* screen_position_client [all...] |
/external/chromium_org/ui/views/widget/ |
native_widget_aura.h | 10 #include "ui/aura/client/focus_change_observer.h" 11 #include "ui/aura/window_delegate.h" 21 namespace aura { namespace 37 public aura::WindowDelegate, 38 public aura::client::ActivationDelegate, 39 public aura::client::ActivationChangeObserver, 40 public aura::client::FocusChangeObserver, 41 public aura::client::DragDropDelegate { 49 aura::Window* window); 141 // Overridden from aura::WindowDelegate [all...] |
native_widget_aura_unittest.cc | 12 #include "ui/aura/client/aura_constants.h" 13 #include "ui/aura/env.h" 14 #include "ui/aura/layout_manager.h" 15 #include "ui/aura/test/aura_test_base.h" 16 #include "ui/aura/window.h" 17 #include "ui/aura/window_tree_host.h" 29 NativeWidgetAura* Init(aura::Window* parent, Widget* widget) { 37 class NativeWidgetAuraTest : public aura::test::AuraTestBase { 56 scoped_ptr<aura::Window> parent(new aura::Window(NULL)) [all...] |
/external/chromium_org/ash/ |
root_window_controller_unittest.cc | 18 #include "ui/aura/client/focus_change_observer.h" 19 #include "ui/aura/client/focus_client.h" 20 #include "ui/aura/client/window_tree_client.h" 21 #include "ui/aura/env.h" 22 #include "ui/aura/test/event_generator.h" 23 #include "ui/aura/test/test_window_delegate.h" 24 #include "ui/aura/test/test_windows.h" 25 #include "ui/aura/window.h" 26 #include "ui/aura/window_event_dispatcher.h" 27 #include "ui/aura/window_tracker.h [all...] |
/external/chromium_org/ash/wm/panels/ |
panel_layout_manager_unittest.cc | 33 #include "ui/aura/client/aura_constants.h" 34 #include "ui/aura/test/event_generator.h" 35 #include "ui/aura/test/test_windows.h" 36 #include "ui/aura/window.h" 37 #include "ui/aura/window_event_dispatcher.h" 44 using aura::test::WindowIsAbove; 60 aura::Window* CreateNormalWindow(const gfx::Rect& bounds) { 64 aura::Window* CreatePanelWindowWithDelegate(aura::WindowDelegate* delegate, 66 aura::Window* window = CreateTestWindowInShellWithDelegateAndType [all...] |
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
multi_user_window_manager_chromeos.h | 18 #include "ui/aura/window_observer.h" 29 namespace aura { namespace 31 } // namespace aura 50 // - aura::Window::Hide() is currently hiding the window and all owned transient 51 // children. However aura::Window::Show() is only showing the window itself. 60 public aura::WindowObserver, 77 aura::Window* window, const std::string& user_id) OVERRIDE; 79 aura::Window* window) const OVERRIDE; 81 aura::Window* window, const std::string& user_id) OVERRIDE; 86 aura::Window* window [all...] |
/external/chromium_org/ash/wm/overview/ |
window_selector_unittest.cc | 34 #include "ui/aura/client/aura_constants.h" 35 #include "ui/aura/client/cursor_client.h" 36 #include "ui/aura/client/focus_client.h" 37 #include "ui/aura/test/event_generator.h" 38 #include "ui/aura/test/test_window_delegate.h" 39 #include "ui/aura/test/test_windows.h" 40 #include "ui/aura/window.h" 41 #include "ui/aura/window_event_dispatcher.h" 55 : public aura::client::ActivationDelegate { 85 aura::Window* CreateWindow(const gfx::Rect& bounds) [all...] |
window_selector_panels.cc | 14 #include "ui/aura/window.h" 29 explicit ScopedTransformPanelWindow(aura::Window* window); 36 aura::Window* root_window, 49 ScopedTransformPanelWindow::ScopedTransformPanelWindow(aura::Window* window) 62 aura::Window* root_window, 84 WindowSelectorPanels::WindowSelectorPanels(aura::Window* panels_root_window) 97 void WindowSelectorPanels::AddWindow(aura::Window* window) { 102 aura::Window* WindowSelectorPanels::GetRootWindow() { 106 bool WindowSelectorPanels::HasSelectableWindow(const aura::Window* window) { 115 bool WindowSelectorPanels::Contains(const aura::Window* target) [all...] |
/external/chromium_org/apps/shell/browser/ |
default_shell_app_window_controller.cc | 10 #include "ui/aura/window.h" 11 #include "ui/aura/window_tree_host.h" 28 aura::Window* root_window = shell_desktop_controller_->host()->window(); 34 aura::Window* content = app_window_->GetNativeWindow();
|
/external/chromium_org/ash/shelf/ |
shelf_window_watcher_item_delegate.h | 12 namespace aura { namespace 22 ShelfWindowWatcherItemDelegate(aura::Window* window, ShelfModel* model_); 30 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE; 37 aura::Window* window_;
|
/external/chromium_org/ash/shell/ |
keyboard_controller_proxy_stub.cc | 9 #include "ui/aura/window.h" 26 aura::Window* KeyboardControllerProxyStub::GetKeyboardWindow() { 28 keyboard_.reset(new aura::Window(&delegate_)); 29 keyboard_->Init(aura::WINDOW_LAYER_NOT_DRAWN);
|
/external/chromium_org/ash/test/ |
test_metro_viewer_process_host.cc | 10 #include "ui/aura/remote_window_tree_host_win.h" 27 aura::RemoteWindowTreeHostWin::Instance()->Disconnected(); 36 aura::RemoteWindowTreeHostWin::Instance()->SetRemoteWindowHandle(hwnd); 37 aura::RemoteWindowTreeHostWin::Instance()->Connected(this);
|
ui_controls_factory_ash.h | 8 namespace aura { namespace
|
/external/chromium_org/athena/test/ |
DEPS | 7 "+ui/aura",
|
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_gesture_target_aura.h | 12 namespace aura { namespace 19 } // namespace aura 23 // SyntheticGestureTarget implementation for aura 48 aura::Window* GetWindow() const;
|