/external/chromium_org/ash/wm/ |
workspace_controller_unittest.cc | 24 #include "ui/aura/client/aura_constants.h" 25 #include "ui/aura/test/event_generator.h" 26 #include "ui/aura/test/test_window_delegate.h" 27 #include "ui/aura/test/test_windows.h" 28 #include "ui/aura/window.h" 29 #include "ui/aura/window_event_dispatcher.h" 40 using aura::Window; 46 std::string GetWindowNames(const aura::Window* window) { 60 std::string GetLayerNames(const aura::Window* window) { 87 aura::Window* CreateTestWindowUnparented() [all...] |
app_list_controller.h | 14 #include "ui/aura/client/focus_change_observer.h" 15 #include "ui/aura/window_observer.h" 41 public aura::client::FocusChangeObserver, 42 public aura::WindowObserver, 56 void SetVisible(bool visible, aura::Window* window); 66 aura::Window* GetWindow(); 97 // aura::client::FocusChangeObserver overrides: 98 virtual void OnWindowFocused(aura::Window* gained_focus, 99 aura::Window* lost_focus) OVERRIDE; 101 // aura::WindowObserver overrides [all...] |
system_background_controller.cc | 7 #include "ui/aura/window.h" 14 aura::Window* root_window, 36 aura::Window* root,
|
workspace_controller.h | 13 namespace aura { namespace 28 explicit WorkspaceController(aura::Window* viewport); 49 aura::Window* viewport_;
|
/external/chromium_org/ash/accelerators/ |
accelerator_commands_unittest.cc | 9 #include "ui/aura/window.h" 23 scoped_ptr<aura::Window> window1( 25 scoped_ptr<aura::Window> window2(
|
accelerator_filter_unittest.cc | 17 #include "ui/aura/test/aura_test_base.h" 18 #include "ui/aura/test/event_generator.h" 19 #include "ui/aura/test/test_windows.h" 20 #include "ui/aura/window.h" 34 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 45 aura::test::TestWindowDelegate test_delegate; 46 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( 57 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 72 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 92 aura::Window* root_window = Shell::GetPrimaryRootWindow() [all...] |
/external/chromium_org/ash/display/ |
display_controller.h | 20 #include "ui/aura/window.h" 21 #include "ui/aura/window_tree_host_observer.h" 25 namespace aura { namespace 54 public aura::WindowTreeHostObserver, 64 // but before the change is applied to aura/ash. 109 aura::Window* GetPrimaryRootWindow(); 112 aura::Window* GetRootWindowForDisplayId(int64 id); 133 aura::Window::Windows GetAllRootWindows(); 149 bool UpdateWorkAreaOfDisplayNearestWindow(const aura::Window* window, 157 // aura::WindowTreeHostObserver overrides [all...] |
/external/chromium_org/ash/host/ |
ash_remote_window_tree_host_win.h | 13 #include "ui/aura/remote_window_tree_host_win.h" 19 public aura::RemoteWindowTreeHostWin { 33 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
|
/external/chromium_org/ash/shelf/ |
shelf_alignment_menu.h | 12 namespace aura { namespace 22 explicit ShelfAlignmentMenu(aura::Window* root); 41 aura::Window* root_window_;
|
/external/chromium_org/ash/shell/ |
context_menu.h | 13 namespace aura { namespace 24 explicit ContextMenu(aura::Window* root); 41 aura::Window* root_window_;
|
window_watcher_shelf_item_delegate.cc | 9 #include "ui/aura/window.h" 26 aura::Window* window = watcher_->GetWindowByID(id_); 39 aura::Window* root_window) {
|
window_watcher_unittest.cc | 13 #include "ui/aura/env.h" 14 #include "ui/aura/window_tree_host.h" 29 init_params.context_factory = aura::Env::GetInstance()->context_factory();
|
/external/chromium_org/ash/test/ |
mirror_window_test_api.cc | 17 const aura::WindowTreeHost* MirrorWindowTestApi::GetHost() const { 18 aura::Window* window = Shell::GetInstance() 35 const aura::Window* MirrorWindowTestApi::GetCursorWindow() const {
|
test_shelf_item_delegate.cc | 8 #include "ui/aura/window.h" 13 TestShelfItemDelegate::TestShelfItemDelegate(aura::Window* window) 35 aura::Window* root_window) {
|
/external/chromium_org/ash/tooltips/ |
tooltip_controller_unittest.cc | 8 #include "ui/aura/env.h" 9 #include "ui/aura/test/event_generator.h" 10 #include "ui/aura/window.h" 11 #include "ui/aura/window_event_dispatcher.h" 70 aura::client::GetTooltipClient(Shell::GetPrimaryRootWindow())); 93 EXPECT_TRUE(aura::client::GetTooltipClient(Shell::GetPrimaryRootWindow()) 108 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow()); 135 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); 151 aura::test::EventGenerator generator(root_windows[1]); 157 // Get rid of secondary display. This destroy's the tooltip's aura window. I [all...] |
/external/chromium_org/ash/wm/overview/ |
scoped_window_copy.cc | 9 #include "ui/aura/client/aura_constants.h" 10 #include "ui/aura/client/screen_position_client.h" 11 #include "ui/aura/window.h" 12 #include "ui/aura/window_event_dispatcher.h" 25 views::Widget* CreateCopyOfWindow(aura::Window* target_root, 26 aura::Window* src_window, 50 aura::client::ScreenPositionClient* screen_position_client = 51 aura::client::GetScreenPositionClient(src_window->GetRootWindow()); 68 aura::Window* window = widget->GetNativeWindow(); 159 ScopedWindowCopy::ScopedWindowCopy(aura::Window* target_root [all...] |
window_grid.h | 13 #include "ui/aura/window_observer.h" 15 namespace aura { namespace 47 class ASH_EXPORT WindowGrid : public aura::WindowObserver { 49 WindowGrid(aura::Window* root_window, 50 const std::vector<aura::Window*>& window_list, 71 bool Contains(const aura::Window* window) const; 83 const aura::Window* root_window() const { return root_window_; } 89 // aura::WindowObserver: 90 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; 92 virtual void OnWindowBoundsChanged(aura::Window* window [all...] |
window_selector_item.h | 13 namespace aura { namespace 37 virtual aura::Window* GetRootWindow() = 0; 41 virtual bool HasSelectableWindow(const aura::Window* window) = 0; 44 virtual bool Contains(const aura::Window* target) = 0; 48 virtual void RestoreWindowOnExit(aura::Window* window) = 0; 51 virtual aura::Window* SelectionWindow() = 0; 55 virtual void RemoveWindow(const aura::Window* window); 67 void SetBounds(aura::Window* root_window, 90 virtual void SetItemBounds(aura::Window* root_window, 102 void UpdateCloseButtonBounds(aura::Window* root_window, bool animate) [all...] |
/external/chromium_org/chrome/browser/chromeos/ui/ |
focus_ring_layer.h | 13 namespace aura { namespace 46 aura::Window* window_; 49 aura::Window* root_window_;
|
/external/chromium_org/chrome/browser/ui/ash/ |
ash_util.cc | 10 #include "ui/aura/window_event_dispatcher.h" 23 aura::Window::Windows root_windows = 26 for (aura::Window::Windows::const_iterator it = root_windows.begin();
|
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
multi_user_util.h | 12 namespace aura { namespace 28 Profile* GetProfileFromWindow(aura::Window* window); 40 void MoveWindowToCurrentDesktop(aura::Window* window);
|
/external/chromium_org/chrome/browser/ui/views/ |
javascript_app_modal_event_blocker_x11.h | 12 namespace aura { namespace 23 explicit JavascriptAppModalEventBlockerX11(aura::Window* app_modal_window); 37 aura::Window* modal_window_;
|
/external/chromium_org/chrome/test/base/ |
chrome_render_view_host_test_harness.cc | 18 #include "ui/aura/env.h" 19 #include "ui/aura/window_event_dispatcher.h" 59 aura::Env::DeleteInstance();
|
/external/chromium_org/content/browser/renderer_host/ |
compositor_resize_lock_aura.cc | 9 #include "ui/aura/window_event_dispatcher.h" 10 #include "ui/aura/window_tree_host.h" 16 aura::WindowTreeHost* host,
|
/external/chromium_org/ui/aura/client/ |
capture_client.h | 8 #include "ui/aura/aura_export.h" 10 namespace aura { namespace 48 } // namespace aura
|