HomeSort by relevance Sort by last modified time
    Searched refs:GetTransientParent (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/ui/wm/public/
transient_window_client.h 31 virtual Window* GetTransientParent(Window* window) = 0;
32 virtual const Window* GetTransientParent(const Window* window) = 0;
  /external/chromium_org/ui/wm/core/
transient_window_controller.cc 27 aura::Window* TransientWindowController::GetTransientParent(
29 return const_cast<aura::Window*>(GetTransientParent(
33 const aura::Window* TransientWindowController::GetTransientParent(
transient_window_controller.h 26 virtual aura::Window* GetTransientParent(aura::Window* window) OVERRIDE;
27 virtual const aura::Window* GetTransientParent(
easy_resize_window_targeter.cc 58 !transient_window_client->GetTransientParent(window) ||
59 transient_window_client->GetTransientParent(window) == container_;
window_util.h 52 WM_EXPORT aura::Window* GetTransientParent(aura::Window* window);
53 WM_EXPORT const aura::Window* GetTransientParent(
window_util.cc 91 aura::Window* GetTransientParent(aura::Window* window) {
92 return const_cast<aura::Window*>(GetTransientParent(
96 const aura::Window* GetTransientParent(const aura::Window* window) {
121 const aura::Window* transient_parent = GetTransientParent(window);
base_focus_rules.cc 122 if (wm::GetTransientParent(child)) {
126 GetModalTransient(wm::GetTransientParent(child));
130 return GetActivatableWindow(wm::GetTransientParent(child));
transient_window_stacking_client.cc 22 for (; window; window = GetTransientParent(window)) {
window_modality_controller.cc 155 ui::GestureRecognizer::Get()->TransferEventsTo(GetTransientParent(window),
165 ui::GestureRecognizer::Get()->TransferEventsTo(GetTransientParent(window),
transient_window_manager.cc 129 Window* transient_parent = wm::GetTransientParent(window);
focus_controller.cc 29 aura::Window* transient_parent = wm::GetTransientParent(window);
32 transient_parent = wm::GetTransientParent(transient_parent);
  /external/chromium_org/ash/wm/
stacking_controller.cc 42 return ::wm::GetTransientParent(window) &&
43 ::wm::GetTransientParent(window)->type() !=
69 aura::Window* transient_parent = ::wm::GetTransientParent(window);
84 ::wm::GetTransientParent(window));
122 !::wm::GetTransientParent(window)) {
129 ::wm::GetTransientParent(window)->parent()->id();
system_modal_container_layout_manager_unittest.cc 209 EXPECT_EQ(parent.get(), ::wm::GetTransientParent(transient));
226 EXPECT_EQ(parent.get(), ::wm::GetTransientParent(t1));
244 EXPECT_EQ(t1, ::wm::GetTransientParent(t2));
265 EXPECT_EQ(NULL, ::wm::GetTransientParent(t1.get()));
284 EXPECT_EQ(t1, ::wm::GetTransientParent(t2));
drag_window_resizer.cc 208 !::wm::GetTransientParent(GetTarget()) &&
window_positioner.cc 214 while (::wm::GetTransientParent(window))
215 window = ::wm::GetTransientParent(window);
window_state.cc 177 ::wm::GetTransientParent(window_))
immersive_fullscreen_controller.cc 83 window = ::wm::GetTransientParent(window)) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
javascript_app_modal_event_blocker_x11.cc 19 while (topmost && wm::GetTransientParent(topmost))
20 topmost = wm::GetToplevelWindow(wm::GetTransientParent(topmost));
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 85 return ::wm::GetTransientParent(window);
247 while (::wm::GetTransientParent(window))
248 window = ::wm::GetTransientParent(window);
window_selector.cc 425 !::wm::GetTransientParent(new_window)) {
  /external/chromium_org/ash/display/
screen_position_controller.cc 168 if (!::wm::GetTransientParent(window) &&
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 626 aura::Window* parent = wm::GetTransientParent(window);
630 parent = wm::GetTransientParent(parent);
  /external/chromium_org/athena/screen/
screen_manager_impl.cc 96 aura::Window* transient_parent = wm::GetTransientParent(window);
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 319 if (wm::GetTransientParent(window_)) {
321 wm::GetTransientParent(window_)->GetBoundsInRootWindow();
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc     [all...]

Completed in 1799 milliseconds

1 2