Searched defs:GetChildById (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc286 View* View::GetChildById(Id id) { function in class:mojo::View
292 View* view = (*it)->GetChildById(id);
/external/chromium_org/ui/aura/
H A Dwindow.cc583 Window* Window::GetChildById(int id) { function in class:aura::Window
584 return const_cast<Window*>(const_cast<const Window*>(this)->GetChildById(id));
587 const Window* Window::GetChildById(int id) const { function in class:aura::Window
592 const Window* result = (*i)->GetChildById(id);

Completed in 105 milliseconds