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/
node.cc 72 void RemoveChildImpl(Node* child, Node::Children* children) {
400 RemoveChildImpl(child, &child->parent_->children_);
408 RemoveChildImpl(child, &children_);
  /external/chromium_org/ui/aura/
window.h 380 void RemoveChildImpl(Window* child, Window* new_parent);
window.cc 526 child->parent()->RemoveChildImpl(child, this);
562 RemoveChildImpl(child, NULL);
    [all...]

Completed in 528 milliseconds