Home
last modified time | relevance | path

Searched refs:GetViewByID (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/accessibility/
Dbrowser_views_accessibility_browsertest.cc189 GetToolbarView()->GetViewByID(VIEW_ID_BACK_BUTTON), in IN_PROC_BROWSER_TEST_F()
199 GetToolbarView()->GetViewByID(VIEW_ID_FORWARD_BUTTON), in IN_PROC_BROWSER_TEST_F()
209 GetToolbarView()->GetViewByID(VIEW_ID_RELOAD_BUTTON), in IN_PROC_BROWSER_TEST_F()
218 GetToolbarView()->GetViewByID(VIEW_ID_HOME_BUTTON), in IN_PROC_BROWSER_TEST_F()
228 GetToolbarView()->GetViewByID(VIEW_ID_STAR_BUTTON), in IN_PROC_BROWSER_TEST_F()
238 GetToolbarView()->GetViewByID(VIEW_ID_APP_MENU), in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/chromeos/status/
Dinput_method_menu_button_browsertest.cc33 GetViewByID(VIEW_ID_STATUS_AREA))->input_method_view(); in GetInputMethodMenuButton()
Dclock_menu_button_browsertest.cc34 GetViewByID(VIEW_ID_STATUS_AREA))->clock_view(); in GetClockMenuButton()
Dpower_menu_button_browsertest.cc40 GetViewByID(VIEW_ID_STATUS_AREA))->power_view(); in GetPowerMenuButton()
/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker.h118 views::View* GetViewByID(int id);
Dscreen_locker.cc300 screen_locker_->GetViewByID(VIEW_ID_SCREEN_LOCKER_SIGNOUT_LINK); in Show()
301 shutdown_ = screen_locker_->GetViewByID(VIEW_ID_SCREEN_LOCKER_SHUTDOWN); in Show()
989 views::View* ScreenLocker::GetViewByID(int id) { in GetViewByID() function in chromeos::ScreenLocker
990 return lock_widget_->GetRootView()->GetViewByID(id); in GetViewByID()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_views.cc129 views::View* view = root_view->GetViewByID(view_id); in WindowGetViewBounds()
/external/chromium/chrome/browser/ui/views/tabs/
Dtab_strip.h73 virtual const views::View* GetViewByID(int id) const OVERRIDE;
Dtab_strip.cc337 const views::View* TabStrip::GetViewByID(int view_id) const { in GetViewByID() function in TabStrip
351 return View::GetViewByID(view_id); in GetViewByID()