Searched defs:RemoveTransientChild (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dtransient_window_controller.cc22 void TransientWindowController::RemoveTransientChild(aura::Window* parent, function in class:wm::TransientWindowController
24 TransientWindowManager::Get(parent)->RemoveTransientChild(child);
H A Dwindow_util.cc115 void RemoveTransientChild(aura::Window* parent, aura::Window* child) { function in namespace:wm
116 TransientWindowManager::Get(parent)->RemoveTransientChild(child);
H A Dtransient_window_manager.cc58 Get(child_manager->transient_parent_)->RemoveTransientChild(child);
73 void TransientWindowManager::RemoveTransientChild(Window* child) { function in class:wm::TransientWindowManager
170 TransientWindowManager::Get(transient_parent_)->RemoveTransientChild(

Completed in 75 milliseconds