Home
last modified time | relevance | path

Searched refs:GetTransientParent (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/ash/wm/
Dstacking_controller.cc42 return ::wm::GetTransientParent(window) && in HasTransientParentWindow()
43 ::wm::GetTransientParent(window)->type() != in HasTransientParentWindow()
69 aura::Window* transient_parent = ::wm::GetTransientParent(window); in GetDefaultParent()
84 ::wm::GetTransientParent(window)); in GetDefaultParent()
122 !::wm::GetTransientParent(window)) { in GetSystemModalContainer()
129 ::wm::GetTransientParent(window)->parent()->id(); in GetSystemModalContainer()
Dsystem_modal_container_layout_manager_unittest.cc209 EXPECT_EQ(parent.get(), ::wm::GetTransientParent(transient)); in TEST_F()
226 EXPECT_EQ(parent.get(), ::wm::GetTransientParent(t1)); in TEST_F()
244 EXPECT_EQ(t1, ::wm::GetTransientParent(t2)); in TEST_F()
265 EXPECT_EQ(NULL, ::wm::GetTransientParent(t1.get())); in TEST_F()
284 EXPECT_EQ(t1, ::wm::GetTransientParent(t2)); in TEST_F()
Ddrag_window_resizer.cc208 !::wm::GetTransientParent(GetTarget()) && in ShouldAllowMouseWarp()
Dwindow_positioner.cc214 while (::wm::GetTransientParent(window)) in GetReferenceWindow()
215 window = ::wm::GetTransientParent(window); in GetReferenceWindow()
Dwindow_state.cc177 ::wm::GetTransientParent(window_)) in CanSnap()
Dimmersive_fullscreen_controller.cc83 window = ::wm::GetTransientParent(window)) { in IsWindowTransientChildOf()
/external/chromium_org/ui/wm/core/
Dtransient_window_controller.cc27 aura::Window* TransientWindowController::GetTransientParent( in GetTransientParent() function in wm::TransientWindowController
29 return const_cast<aura::Window*>(GetTransientParent( in GetTransientParent()
33 const aura::Window* TransientWindowController::GetTransientParent( in GetTransientParent() function in wm::TransientWindowController
Dwindow_util.cc91 aura::Window* GetTransientParent(aura::Window* window) { in GetTransientParent() function
92 return const_cast<aura::Window*>(GetTransientParent( in GetTransientParent()
96 const aura::Window* GetTransientParent(const aura::Window* window) { in GetTransientParent() function
121 const aura::Window* transient_parent = GetTransientParent(window); in HasTransientAncestor()
Dtransient_window_controller.h26 virtual aura::Window* GetTransientParent(aura::Window* window) OVERRIDE;
27 virtual const aura::Window* GetTransientParent(
Dbase_focus_rules.cc122 if (wm::GetTransientParent(child)) { in GetActivatableWindow()
126 GetModalTransient(wm::GetTransientParent(child)); in GetActivatableWindow()
130 return GetActivatableWindow(wm::GetTransientParent(child)); in GetActivatableWindow()
Deasy_resize_window_targeter.cc58 !transient_window_client->GetTransientParent(window) || in ShouldUseExtendedBounds()
59 transient_window_client->GetTransientParent(window) == container_; in ShouldUseExtendedBounds()
Dwindow_util.h52 WM_EXPORT aura::Window* GetTransientParent(aura::Window* window);
53 WM_EXPORT const aura::Window* GetTransientParent(
Dwindow_modality_controller.cc155 ui::GestureRecognizer::Get()->TransferEventsTo(GetTransientParent(window), in OnWindowPropertyChanged()
165 ui::GestureRecognizer::Get()->TransferEventsTo(GetTransientParent(window), in OnWindowVisibilityChanged()
Dfocus_controller.cc29 aura::Window* transient_parent = wm::GetTransientParent(window); in StackTransientParentsBelowModalWindow()
32 transient_parent = wm::GetTransientParent(transient_parent); in StackTransientParentsBelowModalWindow()
Dtransient_window_stacking_client.cc22 for (; window; window = GetTransientParent(window)) { in GetAllTransientAncestors()
Dtransient_window_manager.cc129 Window* transient_parent = wm::GetTransientParent(window); in OnWindowParentChanged()
/external/chromium_org/ui/wm/public/
Dtransient_window_client.h31 virtual Window* GetTransientParent(Window* window) = 0;
32 virtual const Window* GetTransientParent(const Window* window) = 0;
/external/chromium_org/chrome/browser/ui/views/
Djavascript_app_modal_event_blocker_x11.cc19 while (topmost && wm::GetTransientParent(topmost)) in GetTopmostTransientParent()
20 topmost = wm::GetToplevelWindow(wm::GetTransientParent(topmost)); in GetTopmostTransientParent()
/external/chromium_org/ash/wm/overview/
Dscoped_transform_overview_window.cc85 return ::wm::GetTransientParent(window); in GetModalTransientParent()
247 while (::wm::GetTransientParent(window)) in SetTransformOnWindowAndTransientChildren()
248 window = ::wm::GetTransientParent(window); in SetTransformOnWindowAndTransientChildren()
Dwindow_selector.cc425 !::wm::GetTransientParent(new_window)) { in OnWindowAdded()
/external/chromium_org/chrome/browser/ui/ash/multi_user/
Dmulti_user_window_manager_chromeos.cc626 aura::Window* parent = wm::GetTransientParent(window); in GetOwningWindowInTransientChain()
630 parent = wm::GetTransientParent(parent); in GetOwningWindowInTransientChain()
/external/chromium_org/ash/display/
Dscreen_position_controller.cc168 if (!::wm::GetTransientParent(window) && in SetBounds()
/external/chromium_org/athena/screen/
Dscreen_manager_impl.cc96 aura::Window* transient_parent = wm::GetTransientParent(window); in GetDefaultParent()
/external/chromium_org/ui/views/widget/
Dnative_widget_aura.cc319 if (wm::GetTransientParent(window_)) { in CenterWindow()
321 wm::GetTransientParent(window_)->GetBoundsInRootWindow(); in CenterWindow()
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer_unittest.cc1440 EXPECT_EQ(window.get(), ::wm::GetTransientParent(child.get())); in TEST_P()
1488 EXPECT_EQ(window.get(), ::wm::GetTransientParent(child.get())); in TEST_P()
1506 EXPECT_EQ(window.get(), ::wm::GetTransientParent(child.get())); in TEST_P()

12