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

  /external/chromium/chrome/browser/chromeos/login/
online_attempt.h 68 bool try_again_; member in class:chromeos::OnlineAttempt
online_attempt.cc 35 try_again_(true) {
88 if (try_again_) {
89 try_again_ = false;
auth_attempt_state.h 77 bool try_again_; // True if we're willing to retry the login attempt. member in class:chromeos::AuthAttemptState
google_authenticator.cc 61 try_again_(true),
208 if (try_again_) {
209 try_again_ = false;
google_authenticator.h 197 bool try_again_; // True if we're willing to retry the login attempt. member in class:chromeos::GoogleAuthenticator
  /external/chromium_org/chrome/browser/ui/views/
speech_recognition_bubble_views.cc 85 views::LabelButton* try_again_; member in class:__anon8811::SpeechRecognitionBubbleView
107 try_again_(NULL),
163 try_again_ = new views::LabelButton(
165 try_again_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
166 AddChildView(try_again_);
183 try_again_->SetVisible(is_message);
191 try_again_->SetEnabled(try_again_->visible());
220 } else if (source == try_again_) {
237 if (try_again_->visible())
    [all...]
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 63 views::NativeButton* try_again_; member in class:__anon4853::ContentView
105 try_again_ = new views::NativeButton(
108 AddChildView(try_again_);
124 try_again_->SetVisible(is_message);
152 } else if (source == try_again_) {
167 if (try_again_->IsVisible()) {
168 control_width += try_again_->GetPreferredSize().width() +
204 DCHECK(try_again_->IsVisible());
206 int control_height = try_again_->GetPreferredSize().height();
207 int try_again_width = try_again_->GetPreferredSize().width()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt.cc 39 try_again_(true) {
89 if (try_again_) {
90 try_again_ = false;
online_attempt.h 70 bool try_again_; member in class:chromeos::OnlineAttempt

Completed in 623 milliseconds