OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveChildImpl
(Results
1 - 2
of
2
) 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/ui/aura/
window.cc
559
child->parent()->
RemoveChildImpl
(child, this);
594
RemoveChildImpl
(child, NULL);
[
all
...]
Completed in 41 milliseconds