Home
last modified time | relevance | path

Searched refs:GetToplevelWindow (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_focus_rules.cc32 aura::Window* DesktopFocusRules::GetToplevelWindow( in GetToplevelWindow() function in views::DesktopFocusRules
35 corewm::BaseFocusRules::GetToplevelWindow(window); in GetToplevelWindow()
Ddesktop_focus_rules.h22 virtual aura::Window* GetToplevelWindow(aura::Window* window) const OVERRIDE;
/external/chromium_org/ui/views/corewm/
Dbase_focus_rules.cc95 aura::Window* BaseFocusRules::GetToplevelWindow(aura::Window* window) const { in GetToplevelWindow() function in views::corewm::BaseFocusRules
150 aura::Window* toplevel = GetToplevelWindow(window); in GetFocusableWindow()
Dwindow_util.cc81 aura::Window* GetToplevelWindow(aura::Window* window) { in GetToplevelWindow() function
84 return client ? client->GetToplevelWindow(window) : NULL; in GetToplevelWindow()
Dfocus_rules.h39 virtual aura::Window* GetToplevelWindow(aura::Window* window) const = 0;
Dwindow_util.h33 VIEWS_EXPORT aura::Window* GetToplevelWindow(aura::Window* window);
Dfocus_controller.cc101 aura::Window* FocusController::GetToplevelWindow(aura::Window* window) { in GetToplevelWindow() function in views::corewm::FocusController
102 return rules_->GetToplevelWindow(window); in GetToplevelWindow()
360 if (rules_->CanFocusWindow(GetToplevelWindow(window))) in WindowFocusedFromInputEvent()
Dbase_focus_rules.h33 virtual aura::Window* GetToplevelWindow(aura::Window* window) const OVERRIDE;
Dfocus_controller.h57 virtual aura::Window* GetToplevelWindow(aura::Window* window) OVERRIDE;
Dwindow_modality_controller.cc90 aura::Window* toplevel = GetToplevelWindow(window); in GetModalTransient()
/external/chromium_org/chrome/browser/
Dplatform_util_aura.cc17 return view->GetToplevelWindow(); in GetTopLevel()
/external/chromium_org/ui/aura/client/
Dactivation_client.h45 virtual Window* GetToplevelWindow(Window* window) = 0;
Ddefault_activation_client.h41 virtual Window* GetToplevelWindow(Window* window) OVERRIDE;
Ddefault_activation_client.cc84 Window* DefaultActivationClient::GetToplevelWindow(Window* window) { in GetToplevelWindow() function in aura::client::DefaultActivationClient
/external/chromium_org/ash/accelerators/
Daccelerator_filter.cc50 aura::Window* top_level = views::corewm::GetToplevelWindow(target); in CanConsumeSystemKeys()
/external/chromium_org/ash/wm/
Dvideo_detector.cc125 aura::Window* toplevel_window = views::corewm::GetToplevelWindow(window); in MaybeNotifyObservers()
Dsystem_gesture_event_filter.cc35 system_target = system_target->GetToplevelWindow(); in GetTargetForSystemGestureEvent()
/external/chromium_org/ui/aura/
Dwindow.h315 Window* GetToplevelWindow();
Dwindow_unittest.cc624 TEST_F(WindowTest, GetToplevelWindow) { in TEST_F() argument
635 EXPECT_TRUE(root_window()->GetToplevelWindow() == NULL); in TEST_F()
636 EXPECT_TRUE(w1->GetToplevelWindow() == NULL); in TEST_F()
637 EXPECT_EQ(w11.get(), w11->GetToplevelWindow()); in TEST_F()
638 EXPECT_EQ(w11.get(), w111->GetToplevelWindow()); in TEST_F()
639 EXPECT_EQ(w11.get(), w1111->GetToplevelWindow()); in TEST_F()
Dwindow.cc752 Window* Window::GetToplevelWindow() { in GetToplevelWindow() function in aura::Window
/external/chromium_org/chrome/browser/ui/ash/
Devent_rewriter.cc301 aura::Window* top_level = views::corewm::GetToplevelWindow(target); in TopRowKeysAreFunctionKeys()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.cc2084 aura::Window* top_level = window_->GetToplevelWindow(); in GetBoundsInRootWindow()
2103 return window_->GetToplevelWindow()->GetBoundsInScreen(); in GetBoundsInRootWindow()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.cc1211 return window_->GetToplevelWindow(); in GetTopLevelNativeWindow()