/external/chromium_org/ash/wm/workspace/ |
workspace_layout_manager_unittest.cc | 26 #include "ui/aura/client/aura_constants.h" 27 #include "ui/aura/test/test_windows.h" 28 #include "ui/aura/window.h" 29 #include "ui/aura/window_event_dispatcher.h" 78 aura::Window* root_window) OVERRIDE { 106 scoped_ptr<aura::Window> window( 148 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); 155 scoped_ptr<aura::Window> window1( 160 scoped_ptr<aura::Window> window2( 168 scoped_ptr<aura::Window> window [all...] |
/external/chromium_org/ash/wm/ |
drag_window_resizer_unittest.cc | 18 #include "ui/aura/client/aura_constants.h" 19 #include "ui/aura/test/test_window_delegate.h" 20 #include "ui/aura/window_event_dispatcher.h" 45 aura::Window* root = Shell::GetPrimaryRootWindow(); 50 window_.reset(new aura::Window(&delegate_)); 52 window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); 56 always_on_top_window_.reset(new aura::Window(&delegate2_)); 58 always_on_top_window_->SetProperty(aura::client::kAlwaysOnTopKey, true); 59 always_on_top_window_->Init(aura::WINDOW_LAYER_NOT_DRAWN); 63 system_modal_window_.reset(new aura::Window(&delegate3_)) [all...] |
drag_window_controller.cc | 9 #include "ui/aura/client/screen_position_client.h" 10 #include "ui/aura/window.h" 11 #include "ui/aura/window_event_dispatcher.h" 22 DragWindowController::DragWindowController(aura::Window* window) 82 aura::Window* window = drag_widget_->GetNativeWindow(); 98 aura::Window* window = drag_widget_->GetNativeWindow(); 99 aura::client::ScreenPositionClient* screen_position_client = 100 aura::client::GetScreenPositionClient(window->GetRootWindow());
|
window_state_util.cc | 9 #include "ui/aura/client/aura_constants.h" 29 window_state->window()->SetProperty(aura::client::kShowStateKey,
|
workspace_controller.cc | 17 #include "ui/aura/client/aura_constants.h" 18 #include "ui/aura/window.h" 19 #include "ui/aura/window_event_dispatcher.h" 41 WorkspaceController::WorkspaceController(aura::Window* viewport) 63 const aura::Window* topmost_fullscreen_window = GetRootWindowController( 77 const aura::Window* container = Shell::GetContainer( 79 const aura::Window::Windows& windows(container->children()); 80 for (aura::Window::Windows::const_iterator i = windows.begin();
|
/external/chromium_org/apps/ui/ |
web_contents_sizer.cc | 10 #include "ui/aura/window.h" 20 aura::Window* window = web_contents->GetNativeView();
|
/external/chromium_org/ash/frame/ |
frame_border_hit_test_controller.h | 12 namespace aura { namespace 43 aura::Window* frame_window_;
|
/external/chromium_org/ash/ |
scoped_target_root_window.h | 10 namespace aura { namespace 23 explicit ScopedTargetRootWindow(aura::Window* root_window);
|
scoped_target_root_window.cc | 11 aura::Window* root_window) {
|
/external/chromium_org/ash/shelf/ |
shelf_layout_manager_observer.h | 12 namespace aura { namespace 32 virtual void OnAutoHideBehaviorChanged(aura::Window* root_window,
|
/external/chromium_org/ash/system/tray/ |
tray_event_filter.cc | 15 #include "ui/aura/client/screen_position_client.h" 16 #include "ui/aura/window.h" 17 #include "ui/aura/window_event_dispatcher.h" 56 aura::Window* target = static_cast<aura::Window*>(event->target()); 78 aura::Window* root = bubble_widget->GetNativeView()->GetRootWindow(); 79 aura::client::ScreenPositionClient* screen_position_client = 80 aura::client::GetScreenPositionClient(root);
|
/external/chromium_org/ash/wm/overview/ |
scoped_transform_overview_window.h | 15 namespace aura { namespace 50 explicit ScopedTransformOverviewWindow(aura::Window* window); 55 bool Contains(const aura::Window* target) const; 78 virtual void SetTransform(aura::Window* root_window, 82 aura::Window* window() const { return window_; } 87 void CopyWindowAndTransientParents(aura::Window* target_root, 88 aura::Window* window); 97 aura::Window* window_;
|
/external/chromium_org/athena/input/public/ |
input_manager.h | 10 namespace aura { namespace 31 virtual void OnRootWindowCreated(aura::Window* root_window) = 0;
|
/external/chromium_org/content/browser/renderer_host/ |
OWNERS | 1 # for *aura* 2 per-file *aura*=ben@chromium.org
|
/external/chromium_org/mojo/aura/ |
window_tree_host_mojo.cc | 5 #include "mojo/aura/window_tree_host_mojo.h" 9 #include "mojo/aura/window_tree_host_mojo_delegate.h" 10 #include "ui/aura/env.h" 11 #include "ui/aura/window.h" 12 #include "ui/aura/window_event_dispatcher.h" 30 aura::Env::GetInstance()->GetUserData(kTreeHostsKey)); 33 aura::Env::GetInstance()->SetUserData(kTreeHostsKey, hosts); 98 // WindowTreeHostMojo, aura::WindowTreeHost implementation:
|
/external/chromium_org/ui/aura/test/ |
aura_test_base.cc | 5 #include "ui/aura/test/aura_test_base.h" 7 #include "ui/aura/client/window_tree_client.h" 8 #include "ui/aura/test/aura_test_helper.h" 9 #include "ui/aura/test/test_window_delegate.h" 10 #include "ui/aura/window.h" 17 namespace aura { namespace 102 window->Init(aura::WINDOW_LAYER_TEXTURED); 125 } // namespace aura
|
/external/chromium_org/ui/keyboard/ |
keyboard.gyp | 45 '../aura/aura.gyp:aura', 86 '../aura/aura.gyp:aura', 87 '../aura/aura.gyp:aura_test_support',
|
/external/chromium_org/ui/native_theme/ |
native_theme_switches.cc | 10 // Enables overlay scrollbars on Aura or Linux. Does nothing on Mac. 13 // Disables overlay scrollbars on Aura or Linux. Does nothing on Mac.
|
/external/chromium_org/ui/views/bubble/ |
bubble_window_targeter.cc | 7 #include "ui/aura/window.h" 23 bool BubbleWindowTargeter::GetHitTestMask(aura::Window* window,
|
bubble_window_targeter.h | 8 namespace aura { namespace 25 virtual bool GetHitTestMask(aura::Window* window,
|
/external/chromium_org/ui/views/corewm/ |
tooltip.h | 11 namespace aura { namespace 29 virtual void SetText(aura::Window* window,
|
/external/chromium_org/ui/views/test/ |
views_test_helper_aura.h | 13 namespace aura { namespace 42 scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
|
/external/chromium_org/ui/views/win/ |
DEPS | 2 # implementations for win and aura. 10 # views and not depend on the details of the win and aura implementations.
|
/external/chromium_org/ash/wm/dock/ |
docked_window_resizer.cc | 23 #include "ui/aura/client/aura_constants.h" 24 #include "ui/aura/client/window_tree_client.h" 25 #include "ui/aura/env.h" 26 #include "ui/aura/window.h" 27 #include "ui/aura/window_delegate.h" 28 #include "ui/aura/window_event_dispatcher.h" 42 aura::Window* root = Shell::GetInstance()->display_controller()-> 44 aura::Window* dock_container = Shell::GetContainer( 94 details().source == aura::client::WINDOW_MOVE_SOURCE_MOUSE ? 114 FinishedDragging(aura::client::MOVE_SUCCESSFUL) [all...] |
/external/chromium_org/ash/touch/ |
touch_uma.h | 15 namespace aura { namespace 56 void RecordGestureEvent(aura::Window* target, 59 void RecordTouchEvent(aura::Window* target, 69 GestureActionType FindGestureActionType(aura::Window* window,
|