HomeSort by relevance Sort by last modified time
    Searched defs:RemoveTransientChild (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/wm/core/
transient_window_controller.cc 22 void TransientWindowController::RemoveTransientChild(aura::Window* parent,
24 TransientWindowManager::Get(parent)->RemoveTransientChild(child);
transient_window_manager.cc 58 Get(child_manager->transient_parent_)->RemoveTransientChild(child);
73 void TransientWindowManager::RemoveTransientChild(Window* child) {
170 TransientWindowManager::Get(transient_parent_)->RemoveTransientChild(
window_util.cc 116 void RemoveTransientChild(aura::Window* parent, aura::Window* child) {
117 TransientWindowManager::Get(parent)->RemoveTransientChild(child);

Completed in 383 milliseconds