Searched refs:GetViewByID (Results 1 – 9 of 9) sorted by relevance
189 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()
33 GetViewByID(VIEW_ID_STATUS_AREA))->input_method_view(); in GetInputMethodMenuButton()
34 GetViewByID(VIEW_ID_STATUS_AREA))->clock_view(); in GetClockMenuButton()
40 GetViewByID(VIEW_ID_STATUS_AREA))->power_view(); in GetPowerMenuButton()
118 views::View* GetViewByID(int id);
300 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::ScreenLocker990 return lock_widget_->GetRootView()->GetViewByID(id); in GetViewByID()
129 views::View* view = root_view->GetViewByID(view_id); in WindowGetViewBounds()
73 virtual const views::View* GetViewByID(int id) const OVERRIDE;
337 const views::View* TabStrip::GetViewByID(int view_id) const { in GetViewByID() function in TabStrip351 return View::GetViewByID(view_id); in GetViewByID()