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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen.h 27 enum UIState {
81 void SetUIState(UIState ui_state);
83 UIState GetUIState() const;
error_screen_actor.h 41 ErrorScreen::UIState ui_state() const { return ui_state_; }
68 virtual void SetUIState(ErrorScreen::UIState ui_state) = 0;
80 ErrorScreen::UIState ui_state_;
mock_error_screen.h 32 MOCK_METHOD1(SetUIState, void(ErrorScreen::UIState ui_state));
error_screen.cc 113 void ErrorScreen::SetUIState(UIState ui_state) {
118 ErrorScreen::UIState ErrorScreen::GetUIState() const {
  /external/chromium_org/ui/app_list/views/
app_list_item_view.h 75 enum UIState {
87 void SetUIState(UIState state);
143 UIState ui_state_;
app_list_item_view.cc 154 void AppListItemView::SetUIState(UIState state) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.h 41 virtual void SetUIState(ErrorScreen::UIState ui_state) OVERRIDE;
signin_screen_handler.h 249 enum UIState {
264 void UpdateUIState(UIState ui_state, base::DictionaryValue* params);
417 UIState ui_state_;
error_screen_handler.cc 108 void ErrorScreenHandler::SetUIState(ErrorScreen::UIState ui_state) {
269 params.SetInteger("uiState", static_cast<int>(ui_state_));
signin_screen_handler.cc 461 void SigninScreenHandler::UpdateUIState(UIState ui_state,
    [all...]

Completed in 311 milliseconds