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

  /external/chromium_org/ui/v2/src/
view.cc 109 void RemoveChildImpl(View* child, View::Children* children) {
231 RemoveChildImpl(child, &child->parent_->children_);
239 RemoveChildImpl(child, &children_);
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view.cc 85 void RemoveChildImpl(View* child, View::Children* children) {
381 RemoveChildImpl(child, &child->parent_->children_);
389 RemoveChildImpl(child, &children_);
  /external/chromium_org/ui/aura/
window.h 380 void RemoveChildImpl(Window* child, Window* new_parent);
window.cc 533 child->parent()->RemoveChildImpl(child, this);
569 RemoveChildImpl(child, NULL);
    [all...]

Completed in 120 milliseconds