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

  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos_unittest.cc 513 window(2)->RemoveTransientChild(window(3));
514 window(4)->RemoveTransientChild(window(6));
517 window(0)->RemoveTransientChild(window(1));
518 window(1)->RemoveTransientChild(window(2));
519 window(4)->RemoveTransientChild(window(5));
520 window(7)->RemoveTransientChild(window(8));
521 window(7)->RemoveTransientChild(window(9));
  /external/chromium_org/ui/aura/
window.h 223 void RemoveTransientChild(Window* child);
window.cc 255 transient_parent_->RemoveTransientChild(this);
610 child->transient_parent_->RemoveTransientChild(child);
619 void Window::RemoveTransientChild(Window* child) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 526 popup_parent_host_view_->window_->RemoveTransientChild(old_child->window_);
    [all...]

Completed in 32 milliseconds