OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveChildImpl
(Results
1 - 3
of
3
) 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.h
427
void
RemoveChildImpl
(Window* child, Window* new_parent);
window.cc
559
child->parent()->
RemoveChildImpl
(child, this);
594
RemoveChildImpl
(child, NULL);
[
all
...]
Completed in 25 milliseconds