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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.cc 55 void ErrorScreen::SetUIState(UIState ui_state) {
57 actor_->SetUIState(ui_state);
error_screen_actor.h 38 ErrorScreen::UIState ui_state() const { return ui_state_; } function in class:chromeos::ErrorScreenActor
62 virtual void SetUIState(ErrorScreen::UIState ui_state) = 0;
mock_error_screen.h 31 MOCK_METHOD1(SetUIState, void(ErrorScreen::UIState ui_state));
error_screen.h 56 void SetUIState(UIState ui_state);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.h 40 virtual void SetUIState(ErrorScreen::UIState ui_state) OVERRIDE;
error_screen_handler.cc 96 void ErrorScreenHandler::SetUIState(ErrorScreen::UIState ui_state) {
97 ui_state_ = ui_state;
signin_screen_handler.h 218 // Updates current UI of the signin screen according to |ui_state|
221 void UpdateUIState(UIState ui_state, DictionaryValue* params);
signin_screen_handler.cc 558 void SigninScreenHandler::UpdateUIState(UIState ui_state,
560 switch (ui_state) {
    [all...]

Completed in 230 milliseconds