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

  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 300 screen_locker_->GetViewByID(VIEW_ID_SCREEN_LOCKER_SIGNOUT_LINK);
301 shutdown_ = screen_locker_->GetViewByID(VIEW_ID_SCREEN_LOCKER_SHUTDOWN);
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 337 const views::View* TabStrip::GetViewByID(int view_id) const {
351 return View::GetViewByID(view_id);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]
  /external/chromium_org/ui/views/
view.cc 631 const View* View::GetViewByID(int id) const {
636 const View* view = child_at(i)->GetViewByID(id);
643 View* View::GetViewByID(int id) {
644 return const_cast<View*>(const_cast<const View*>(this)->GetViewByID(id));
    [all...]

Completed in 309 milliseconds