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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
error_screen_actor.h 40 ErrorScreen::UIState ui_state() const { return ui_state_; }
74 ErrorScreen::UIState ui_state_; member in class:chromeos::ErrorScreenActor
error_screen_actor.cc 24 : ui_state_(ErrorScreen::UI_STATE_UNKNOWN),
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chatapp.cc 46 ui_state_(STATE_BASE) {
153 ui_state_ = STATE_PROMPTJID;
168 ui_state_ = STATE_BASE;
177 ui_state_ = STATE_CHATTING;
183 ui_state_ = STATE_BASE;
238 switch (ui_state_) {
chatapp.h 76 // Called when ui_state_ == STATE_BASE.
85 // Called when when ui_state_ == STATE_PROMPTJID.
89 // Called when when ui_state_ == STATE_CHATTING.
105 // Receives input when ui_state_ == STATE_BASE. Handles choices from the
109 // Receives input when ui_state_ == STATE_PROMPTJID. Handles selection
113 // Receives input when ui_state_ == STATE_CHATTING. Handles text messages.
167 UIState ui_state_; member in class:ChatApp
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.cc 90 ui_state_ = ui_state;
92 CallJS("setUIState", static_cast<int>(ui_state_));
186 params.SetInteger("uiState", static_cast<int>(ui_state_));
signin_screen_handler.cc 323 : ui_state_(UI_STATE_UNKNOWN),
526 ui_state_ = UI_STATE_GAIA_SIGNIN;
530 ui_state_ = UI_STATE_ACCOUNT_PICKER;
    [all...]
signin_screen_handler.h 434 UIState ui_state_; member in class:chromeos::SigninScreenHandler
  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 65 ui_state_(UI_STATE_NORMAL),
141 if (ui_state_ == state)
144 ui_state_ = state;
147 switch (ui_state_) {
161 switch (ui_state_) {
306 } else if (ui_state_ == UI_STATE_DROPPING_IN_FOLDER) {
414 if (ui_state_ != UI_STATE_DRAGGING &&
app_list_item_view.h 129 UIState ui_state_; member in class:app_list::AppListItemView

Completed in 2793 milliseconds