/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_focus_rules.cc | 32 aura::Window* DesktopFocusRules::GetToplevelWindow( in GetToplevelWindow() function in views::DesktopFocusRules 35 corewm::BaseFocusRules::GetToplevelWindow(window); in GetToplevelWindow()
|
D | desktop_focus_rules.h | 22 virtual aura::Window* GetToplevelWindow(aura::Window* window) const OVERRIDE;
|
/external/chromium_org/ui/views/corewm/ |
D | base_focus_rules.cc | 95 aura::Window* BaseFocusRules::GetToplevelWindow(aura::Window* window) const { in GetToplevelWindow() function in views::corewm::BaseFocusRules 150 aura::Window* toplevel = GetToplevelWindow(window); in GetFocusableWindow()
|
D | window_util.cc | 81 aura::Window* GetToplevelWindow(aura::Window* window) { in GetToplevelWindow() function 84 return client ? client->GetToplevelWindow(window) : NULL; in GetToplevelWindow()
|
D | focus_rules.h | 39 virtual aura::Window* GetToplevelWindow(aura::Window* window) const = 0;
|
D | window_util.h | 33 VIEWS_EXPORT aura::Window* GetToplevelWindow(aura::Window* window);
|
D | focus_controller.cc | 101 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()
|
D | base_focus_rules.h | 33 virtual aura::Window* GetToplevelWindow(aura::Window* window) const OVERRIDE;
|
D | focus_controller.h | 57 virtual aura::Window* GetToplevelWindow(aura::Window* window) OVERRIDE;
|
D | window_modality_controller.cc | 90 aura::Window* toplevel = GetToplevelWindow(window); in GetModalTransient()
|
/external/chromium_org/chrome/browser/ |
D | platform_util_aura.cc | 17 return view->GetToplevelWindow(); in GetTopLevel()
|
/external/chromium_org/ui/aura/client/ |
D | activation_client.h | 45 virtual Window* GetToplevelWindow(Window* window) = 0;
|
D | default_activation_client.h | 41 virtual Window* GetToplevelWindow(Window* window) OVERRIDE;
|
D | default_activation_client.cc | 84 Window* DefaultActivationClient::GetToplevelWindow(Window* window) { in GetToplevelWindow() function in aura::client::DefaultActivationClient
|
/external/chromium_org/ash/accelerators/ |
D | accelerator_filter.cc | 50 aura::Window* top_level = views::corewm::GetToplevelWindow(target); in CanConsumeSystemKeys()
|
/external/chromium_org/ash/wm/ |
D | video_detector.cc | 125 aura::Window* toplevel_window = views::corewm::GetToplevelWindow(window); in MaybeNotifyObservers()
|
D | system_gesture_event_filter.cc | 35 system_target = system_target->GetToplevelWindow(); in GetTargetForSystemGestureEvent()
|
/external/chromium_org/ui/aura/ |
D | window.h | 315 Window* GetToplevelWindow();
|
D | window_unittest.cc | 624 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()
|
D | window.cc | 752 Window* Window::GetToplevelWindow() { in GetToplevelWindow() function in aura::Window
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | event_rewriter.cc | 301 aura::Window* top_level = views::corewm::GetToplevelWindow(target); in TopRowKeysAreFunctionKeys()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_aura.cc | 2084 aura::Window* top_level = window_->GetToplevelWindow(); in GetBoundsInRootWindow() 2103 return window_->GetToplevelWindow()->GetBoundsInScreen(); in GetBoundsInRootWindow()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura.cc | 1211 return window_->GetToplevelWindow(); in GetTopLevelNativeWindow()
|