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

/external/chromium_org/ui/v2/src/
H A Dview.cc109 void RemoveChildImpl(View* child, View::Children* children) { function in namespace:v2
231 RemoveChildImpl(child, &child->parent_->children_);
239 RemoveChildImpl(child, &children_);
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc85 void RemoveChildImpl(View* child, View::Children* children) { function in namespace:mojo::__anon8821
381 RemoveChildImpl(child, &child->parent_->children_);
389 RemoveChildImpl(child, &children_);
/external/chromium_org/ui/aura/
H A Dwindow.cc533 child->parent()->RemoveChildImpl(child, this);
569 RemoveChildImpl(child, NULL);
1023 void Window::RemoveChildImpl(Window* child, Window* new_parent) { function in class:aura::Window

Completed in 67 milliseconds