Searched refs:root_window (Results 176 - 200 of 257) sorted by relevance

1234567891011

/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.h62 aura::Window* root_window,
/external/chromium_org/ash/
H A Dshell_delegate.h140 // Creates a menu model of the context for the |root_window|.
144 aura::Window* root_window,
/external/chromium_org/athena/env/
H A Dathena_env_impl.cc185 aura::Window* root_window = GetHost()->window(); local
188 input_method_filter_->SetInputMethodPropertyInRootWindow(root_window);
202 root_window->SetLayoutManager(new FillLayoutManager(root_window));
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring_controller.cc76 aura::Window* root_window = ash::Shell::GetInstance()->display_controller() local
78 ui::Compositor* compositor = root_window->layer()->GetCompositor();
79 if (!compositor || root_window != layers_[0]->root_window()) {
H A Didle_app_name_notification_view.cc58 aura::Window* root_window = ash::Shell::GetTargetRootWindow(); local
59 gfx::Size rs = root_window->bounds().size();
75 root_window, ash::kShellWindowId_SettingBubbleContainer);
/external/chromium_org/chrome/browser/media/
H A Ddesktop_media_list_ash.h67 aura::Window* root_window,
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dapp_shortcut_launcher_item_controller.h49 aura::Window* root_window) OVERRIDE;
H A Dapp_window_launcher_item_controller.h64 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
H A Dbrowser_status_monitor.cc232 aura::Window* root_window = ash::Shell::GetInstance()-> local
236 if (!observed_root_windows_.IsObserving(root_window)) {
237 observed_root_windows_.Add(static_cast<aura::Window*>(root_window));
239 aura::client::GetActivationClient(root_window));
H A Dchrome_launcher_controller.cc115 std::string GetPrefKeyForRootWindow(aura::Window* root_window) { argument
117 root_window)->GetDisplayNearestWindow(root_window);
124 aura::Window* root_window,
127 std::string key = GetPrefKeyForRootWindow(root_window);
141 // Returns a pref value in |pref_service| for the display of |root_window|. The
157 aura::Window* root_window,
166 std::string pref_key = GetPrefKeyForRootWindow(root_window);
204 aura::Window* root_window) {
212 root_window,
123 UpdatePerDisplayPref(PrefService* pref_service, aura::Window* root_window, const char* pref_key, const std::string& value) argument
156 GetPrefForRootWindow(PrefService* pref_service, aura::Window* root_window, const char* local_path, const char* path) argument
202 GetShelfAutoHideBehaviorFromPrefs( Profile* profile, aura::Window* root_window) argument
226 GetShelfAlignmentFromPrefs(Profile* profile, aura::Window* root_window) argument
821 OnAutoHideBehaviorChanged( aura::Window* root_window, ash::ShelfAutoHideBehavior new_behavior) argument
966 ToggleShelfAutoHideBehavior( aura::Window* root_window) argument
1209 OnShelfAlignmentChanged( aura::Window* root_window) argument
1453 ShelfBoundsChangesProbablyWithUser( aura::Window* root_window, const std::string& user_id) const argument
1684 SetShelfAutoHideBehaviorPrefs( ash::ShelfAutoHideBehavior behavior, aura::Window* root_window) argument
[all...]
/external/chromium_org/ui/aura/test/
H A Daura_test_base.cc97 client::ParentWindowWithContext(window, root_window(), gfx::Rect());
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc213 views::Widget* CreateDesktopBackground(aura::Window* root_window, argument
225 params.parent = root_window->GetChildById(container_id);
235 GetRootWindowController(root_window);
/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc139 aura::Window* root_window = Shell::GetInstance()->display_controller()-> local
141 if (!root_window)
144 SetContainer(GetRootWindowController(root_window)->GetContainer(
H A Dscreen_ash.cc234 const aura::Window* root_window = window->GetRootWindow(); local
235 if (!root_window)
237 const RootWindowSettings* rws = GetRootWindowSettings(root_window);
/external/chromium_org/ui/keyboard/
H A Dkeyboard_util.cc159 bool InsertText(const base::string16& text, aura::Window* root_window) { argument
160 if (!root_window)
163 ui::InputMethod* input_method = root_window->GetProperty(
179 // here would get the ui::InputMethod from the root_window, and the
/external/chromium_org/ui/views/widget/
H A Dwindow_reorderer_unittest.cc55 scoped_ptr<Widget> parent(CreateControlWidget(root_window(),
133 scoped_ptr<Widget> parent(CreateControlWidget(root_window(),
194 scoped_ptr<Widget> parent(CreateControlWidget(root_window(),
/external/chromium_org/ui/wm/core/
H A Dcompound_event_filter.cc106 aura::Window* root_window = target->GetRootWindow(); local
108 aura::client::GetDragDropClient(root_window);
113 aura::client::GetCursorClient(root_window);
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc93 virtual void OnWindowDestroying(aura::Window* root_window) OVERRIDE;
125 // - Unzoom the current root_window.
126 // - Zoom the given new root_window |new_root_window|.
438 aura::Window* root_window) {
439 if (root_window == root_window_) {
442 DCHECK(root_window);
448 CHECK_NE(target_root_window, root_window);
437 OnWindowDestroying( aura::Window* root_window) argument
/external/chromium_org/athena/wm/
H A Dwindow_manager_unittest.cc132 ui::test::EventGenerator generator(root_window());
137 int x_middle = root_window()->bounds().width() / 2;
161 ui::test::EventGenerator generator(root_window());
166 int width = root_window()->bounds().width();
198 ui::test::EventGenerator generator(root_window());
244 ui::test::EventGenerator generator(root_window());
249 int x_middle = root_window()->bounds().width() / 2;
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc70 void SelectXInput2EventsForRootWindow(XDisplay* display, ::Window root_window) { argument
81 XISelectEvents(display, root_window, &evmask, 1);
95 XISelectEvents(display, root_window, &evmask, 1);
381 aura::Window* root_window = window(); local
383 client::GetCursorClient(root_window);
386 root_window)->GetDisplayNearestWindow(root_window);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc495 aura::Window* root_window = view_->window_->GetRootWindow(); local
496 if (root_window) {
497 root_window->RemoveObserver(this);
498 const aura::Window::Windows& root_children = root_window->children();
704 aura::Window* root_window = view_->window_->GetRootWindow(); local
705 const aura::Window::Windows& root_children = root_window->children();
706 if (root_window) {
778 aura::Window* root_window = GetNativeView()->GetRootWindow(); local
784 aura::Window::ConvertPointToTarget(root_window, window, &client_loc);
1079 aura::Window* root_window local
1206 aura::Window* root_window = GetNativeView()->GetRootWindow(); local
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc171 gfx::NativeWindow root_window) {
172 return client ? new CompositorImpl(client, root_window) : NULL;
209 gfx::NativeWindow root_window)
216 root_window_(root_window),
226 DCHECK(root_window);
228 root_window->AttachCompositor(this);
170 Create(CompositorClient* client, gfx::NativeWindow root_window) argument
208 CompositorImpl(CompositorClient* client, gfx::NativeWindow root_window) argument
H A Drender_widget_host_view_aura.cc905 aura::Window* root_window = window_->GetRootWindow(); local
907 aura::client::GetTooltipClient(root_window);
1352 aura::Window* root_window = window_->GetRootWindow(); local
1353 if (!root_window)
1366 aura::client::GetCursorClient(root_window);
1376 tooltip_disabler_.reset(new aura::client::ScopedTooltipDisabler(root_window));
1383 aura::Window* root_window = window_->GetRootWindow(); local
1384 if (!mouse_locked_ || !root_window)
1396 aura::client::GetCursorClient(root_window);
1497 aura::Window* root_window local
1517 aura::Window* root_window = window_->GetRootWindow(); local
2291 aura::Window* root_window = window_->GetRootWindow(); local
2319 aura::Window* root_window = window_->GetRootWindow(); local
[all...]
/external/chromium_org/ash/wm/overview/
H A Dscoped_transform_overview_window.cc198 aura::Window* root_window,
203 if (root_window != window_->GetRootWindow()) {
227 CopyWindowAndTransientParents(root_window, window_);
197 SetTransform( aura::Window* root_window, const gfx::Transform& transform, bool animate) argument
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Duser_switch_animator_chromeos.cc333 UserSwichAnimatorChromeOS::GetScreenCover(aura::Window* root_window) { argument
340 if (root_window && window->GetRootWindow() != root_window)

Completed in 537 milliseconds

1234567891011