HomeSort by relevance Sort by last modified time
    Searched defs:GetViewByID (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]
  /external/chromium_org/ui/views/
view.cc 610 const View* View::GetViewByID(int id) const {
615 const View* view = child_at(i)->GetViewByID(id);
622 View* View::GetViewByID(int id) {
623 return const_cast<View*>(const_cast<const View*>(this)->GetViewByID(id));
    [all...]

Completed in 91 milliseconds