HomeSort by relevance Sort by last modified time
    Searched full:aura (Results 501 - 525 of 1275) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.cc 16 #include "ui/aura/layout_manager.h"
17 #include "ui/aura/window.h"
54 aura::Window* keyboard = proxy_->GetKeyboardWindow();
115 aura::Window* KeyboardControllerProxy::GetKeyboardWindow() {
135 void KeyboardControllerProxy::ShowKeyboardContainer(aura::Window* container) {
140 void KeyboardControllerProxy::HideKeyboardContainer(aura::Window* container) {
150 aura::Window* keyboard_window = GetKeyboardWindow();
151 aura::Window* root_window = keyboard_window->GetRootWindow();
180 aura::Window* window,
195 void KeyboardControllerProxy::OnWindowDestroyed(aura::Window* window)
    [all...]
keyboard_controller.h 12 #include "ui/aura/window_observer.h"
19 namespace aura { namespace
36 public aura::WindowObserver {
52 aura::Window* GetContainerWindow();
105 // aura::WindowObserver overrides
137 scoped_ptr<aura::Window> container_;
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 28 #include "ui/aura/client/focus_client.h"
29 #include "ui/aura/client/window_tree_client.h"
30 #include "ui/aura/window.h"
31 #include "ui/aura/window_delegate.h"
32 #include "ui/aura/window_event_dispatcher.h"
61 explicit DockedBackgroundWidget(aura::Window* container)
136 void InitWidget(aura::Window* parent) {
219 bool IsPopupOrTransient(const aura::Window* window) {
225 bool IsUsedByLayout(const aura::Window* window) {
231 void UndockWindow(aura::Window* window)
    [all...]
  /external/chromium_org/ash/host/
ash_window_tree_host_x11_unittest.cc 12 #include "ui/aura/test/aura_test_base.h"
13 #include "ui/aura/window.h"
14 #include "ui/aura/window_event_dispatcher.h"
15 #include "ui/aura/window_tree_host_x11.h"
25 explicit RootWindowEventHandler(aura::WindowTreeHost* host)
60 class AshWindowTreeHostX11Test : public aura::test::AuraTestBase {
63 aura::test::AuraTestBase::SetUp();
73 aura::test::AuraTestBase::TearDown();
76 // Revert the CrOS testing env otherwise the following non-CrOS aura
89 scoped_ptr<aura::WindowTreeHostX11> window_tree_host
    [all...]
transformer_helper.cc 9 #include "ui/aura/window.h"
10 #include "ui/aura/window_tree_host.h"
25 SimpleRootWindowTransformer(const aura::Window* root_window,
52 const aura::Window* root_window_;
80 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
81 aura::Window* window = host->window();
ash_window_tree_host_x11.cc 19 #include "ui/aura/client/screen_position_client.h"
20 #include "ui/aura/env.h"
21 #include "ui/aura/window.h"
22 #include "ui/aura/window_event_dispatcher.h"
40 aura::Env::GetInstance()->AddObserver(this);
44 aura::Env::GetInstance()->RemoveObserver(this);
127 aura::WindowTreeHost* AshWindowTreeHostX11::AsWindowTreeHost() { return this; }
169 void AshWindowTreeHostX11::OnWindowInitialized(aura::Window* window) {}
171 void AshWindowTreeHostX11::OnHostInitialized(aura::WindowTreeHost* host) {
230 aura::Window* root_window = window()
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_window_launcher_controller.cc 18 #include "ui/aura/window_event_dispatcher.h"
31 bool ControlsWindow(aura::Window* window) {
47 activation_client_ = aura::client::GetActivationClient(
103 aura::Window* window = app_window->GetNativeWindow();
112 aura::Window* window = app_window->GetNativeWindow();
120 // Called from aura::Window::~Window(), before delegate_->OnWindowDestroyed()
123 void AppWindowLauncherController::OnWindowDestroying(aura::Window* window) {
129 void AppWindowLauncherController::OnWindowActivated(aura::Window* new_active,
130 aura::Window* old_active) {
147 aura::Window* window = app_window->GetNativeWindow()
    [all...]
  /external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc 24 #include "ui/aura/env.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_event_dispatcher.h"
128 aura::Window* GetLongPressAffordanceTarget() {
175 aura::Window* root_window = Shell::GetPrimaryRootWindow();
177 aura::test::TestWindowDelegate delegate;
178 scoped_ptr<aura::Window> window0(
179 aura::test::CreateTestWindowWithDelegate
    [all...]
window_state_unittest.cc 12 #include "ui/aura/test/test_window_delegate.h"
13 #include "ui/aura/window.h"
66 scoped_ptr<aura::Window> window(
101 // Test how the minimum and maximum size specified by the aura::WindowDelegate
111 aura::test::TestWindowDelegate delegate;
112 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate(
133 // Test that the minimum size specified by aura::WindowDelegate gets respected.
140 aura::test::TestWindowDelegate delegate;
144 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate(
162 // Test that the minimum window size specified by aura::WindowDelegate does no
    [all...]
app_list_controller.cc 20 #include "ui/aura/client/focus_client.h"
21 #include "ui/aura/window.h"
22 #include "ui/aura/window_event_dispatcher.h"
55 views::BubbleBorder::Arrow GetBubbleArrow(aura::Window* window) {
176 void AppListController::SetVisible(bool visible, aura::Window* window) {
201 aura::Window* root_window = window->GetRootWindow();
202 aura::Window* container = GetRootWindowController(root_window)->
251 aura::Window* AppListController::GetWindow() {
278 aura::client::GetFocusClient(widget->GetNativeView())->AddObserver(this);
299 aura::client::GetFocusClient(widget->GetNativeView())->RemoveObserver(this)
    [all...]
  /external/chromium_org/ash/display/
mirror_window_controller_unittest.cc 15 #include "ui/aura/test/event_generator.h"
16 #include "ui/aura/test/test_window_delegate.h"
17 #include "ui/aura/test/test_windows.h"
18 #include "ui/aura/window.h"
19 #include "ui/aura/window_event_dispatcher.h"
72 aura::test::TestWindowDelegate test_window_delegate;
78 aura::Window* root = Shell::GetInstance()->GetPrimaryRootWindow();
79 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate(
90 aura::test::EventGenerator generator(root)
    [all...]
root_window_transformers_unittest.cc 19 #include "ui/aura/env.h"
20 #include "ui/aura/test/event_generator.h"
21 #include "ui/aura/window_event_dispatcher.h"
22 #include "ui/aura/window_tracker.h"
48 aura::Window* target = static_cast<aura::Window*>(event->target());
55 aura::Window* target = static_cast<aura::Window*>(event->target());
66 aura::Window* target = static_cast<aura::Window*>(event->target())
    [all...]
screen_ash.h 23 // Aura implementation of gfx::Screen. Implemented here to avoid circular
37 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
40 static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
43 static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window);
47 static gfx::Rect ConvertRectToScreen(aura::Window* window,
52 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
display_configurator_animation.h 16 namespace aura { namespace
19 } // namespace aura
57 std::map<aura::Window*, ui::Layer*> hiding_layers_;
screen_ash.cc 16 #include "ui/aura/client/screen_position_client.h"
17 #include "ui/aura/env.h"
18 #include "ui/aura/window_event_dispatcher.h"
138 gfx::Rect ScreenAsh::GetMaximizedWindowBoundsInParent(aura::Window* window) {
146 gfx::Rect ScreenAsh::GetDisplayBoundsInParent(aura::Window* window) {
153 gfx::Rect ScreenAsh::GetDisplayWorkAreaBoundsInParent(aura::Window* window) {
160 gfx::Rect ScreenAsh::ConvertRectToScreen(aura::Window* window,
163 aura::client::GetScreenPositionClient(window->GetRootWindow())->
169 gfx::Rect ScreenAsh::ConvertRectFromScreen(aura::Window* window,
172 aura::client::GetScreenPositionClient(window->GetRootWindow())-
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 37 #include "ui/aura/client/aura_constants.h"
38 #include "ui/aura/window.h"
39 #include "ui/aura/window_event_dispatcher.h"
91 aura::Window::Windows root_window_list = ash::Shell::GetAllRootWindows();
92 for (aura::Window::Windows::iterator it = root_window_list.begin();
102 void RecordUMAForTransferredWindowType(aura::Window* window) {
151 AnimationSetter(aura::Window* window, int animation_time_in_ms)
175 aura::Window* window_;
197 aura::Window* window = app_window->GetNativeWindow();
266 aura::Window* window
    [all...]
  /external/chromium_org/ash/first_run/
first_run_helper_unittest.cc 11 #include "ui/aura/test/event_generator.h"
82 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow();
86 aura::Window* container =
93 aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow();
97 aura::Window* container =
137 aura::Window* overlay_window = helper()->GetOverlayWidget()->GetNativeView();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_ash.cc 15 #include "ui/aura/client/aura_constants.h"
16 #include "ui/aura/window.h"
17 #include "ui/aura/window_observer.h"
20 using aura::Window;
84 void BrowserFrameAsh::OnWindowDestroying(aura::Window* window) {
118 aura::client::kShowStateKey);
  /external/chromium_org/ui/aura/
window_tree_host_x11.h 9 #include "ui/aura/aura_export.h"
10 #include "ui/aura/window_tree_host.h"
26 namespace aura { namespace
78 // window are dispatched to the aura root window (e.g. touch events after
93 // Current Aura cursor.
116 } // namespace aura
  /external/chromium_org/ui/wm/core/
input_method_event_filter.cc 7 #include "ui/aura/client/aura_constants.h"
8 #include "ui/aura/window_tree_host.h"
31 aura::Window* root_window) {
32 root_window->SetProperty(aura::client::kRootWindowInputMethodKey,
87 aura::Window* target_window = NULL;
92 target_window = static_cast<aura::Window*>(event.target());
  /external/chromium_org/ash/
shell.h 23 #include "ui/aura/window.h"
35 namespace aura { namespace
166 public aura::client::ActivationChangeObserver {
198 static aura::Window* GetPrimaryRootWindow();
205 static aura::Window* GetTargetRootWindow();
211 static aura::Window::Windows GetAllRootWindows();
213 static aura::Window* GetContainer(aura::Window* root_window,
215 static const aura::Window* GetContainer(const aura::Window* root_window
    [all...]
  /external/chromium_org/ash/accelerators/
spoken_feedback_toggler_unittest.cc 10 #include "ui/aura/test/event_generator.h"
11 #include "ui/aura/test/test_window_delegate.h"
21 aura::test::EventGenerator& generator = GetEventGenerator();
  /external/chromium_org/ash/shelf/
shelf_bezel_event_filter.cc 10 #include "ui/aura/window.h"
28 aura::Window* target = static_cast<aura::Window*>(event->target());
shelf_window_watcher_item_delegate.cc 12 #include "ui/aura/window.h"
19 aura::Window* window, ShelfModel* model)
51 aura::Window* root_window) {
  /external/chromium_org/ash/test/
ash_test_helper.h 11 namespace aura { namespace
13 } // namespace aura
51 aura::Window* CurrentContext();

Completed in 300 milliseconds

<<21222324252627282930>>