HomeSort by relevance Sort by last modified time
    Searched refs:ShowEstimatedTimeLeft (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen_actor.h 52 virtual void ShowEstimatedTimeLeft(bool visible) = 0;
mock_update_screen.h 36 MOCK_METHOD1(ShowEstimatedTimeLeft, void(bool enable));
update_screen.cc 146 actor_->ShowEstimatedTimeLeft(false);
206 actor_->ShowEstimatedTimeLeft(false);
434 actor_->ShowEstimatedTimeLeft(true);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
update_screen_handler.h 35 virtual void ShowEstimatedTimeLeft(bool visible) OVERRIDE;
update_screen_handler.cc 95 void UpdateScreenHandler::ShowEstimatedTimeLeft(bool visible) {
96 CallJS("showEstimatedTimeLeft", visible);

Completed in 653 milliseconds