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

/external/chromium_org/ui/aura/
H A Dwindow.cc630 Window* Window::GetChildById(int id) { function in class:aura::Window
631 return const_cast<Window*>(const_cast<const Window*>(this)->GetChildById(id));
634 const Window* Window::GetChildById(int id) const { function in class:aura::Window
639 const Window* result = (*i)->GetChildById(id);

Completed in 82 milliseconds