Searched refs:ShowConnectingIndicator (Results 1 – 7 of 7) sorted by relevance
144 void ErrorScreen::ShowConnectingIndicator(bool show) { in ShowConnectingIndicator() function in chromeos::ErrorScreen146 actor_->ShowConnectingIndicator(show); in ShowConnectingIndicator()
40 MOCK_METHOD1(ShowConnectingIndicator, void(bool show));
80 virtual void ShowConnectingIndicator(bool show) = 0;
93 void ShowConnectingIndicator(bool show);
49 virtual void ShowConnectingIndicator(bool show) OVERRIDE;
153 void ErrorScreenHandler::ShowConnectingIndicator(bool show) { in ShowConnectingIndicator() function in chromeos::ErrorScreenHandler
129 error_screen->ShowConnectingIndicator( in UpdateState()