Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/
Dwindow.cc630 Window* Window::GetChildById(int id) { in GetChildById() function in aura::Window
634 const Window* Window::GetChildById(int id) const { in GetChildById() function in aura::Window
Dwindow_unittest.cc257 TEST_F(WindowTest, GetChildById) { in TEST_F() argument