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

  /external/chromium_org/ui/aura/
window.h 394 void RemoveChildImpl(Window* child, Window* new_parent);
window.cc 392 child->parent()->RemoveChildImpl(child, this);
421 RemoveChildImpl(child, NULL);
830 void Window::RemoveChildImpl(Window* child, Window* new_parent) {
    [all...]

Completed in 214 milliseconds