OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:try_again_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
online_attempt.h
68
bool
try_again_
;
member in class:chromeos::OnlineAttempt
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.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/chromeos/login/
online_attempt.h
70
bool
try_again_
;
member in class:chromeos::OnlineAttempt
/external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc
63
views::NativeButton*
try_again_
;
member in class:__anon4856::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/ui/views/
speech_recognition_bubble_views.cc
82
views::LabelButton*
try_again_
;
member in class:__anon9062::SpeechRecognitionBubbleView
104
try_again_
(NULL),
160
try_again_
= new views::LabelButton(
162
try_again_
->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
163
AddChildView(
try_again_
);
180
try_again_
->SetVisible(is_message);
188
try_again_
->SetEnabled(
try_again_
->visible());
217
} else if (source ==
try_again_
) {
234
if (
try_again_
->visible())
[
all
...]
Completed in 243 milliseconds