Searched defs:prompt_text (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/
H A Dsession.h65 scoped_ptr<std::string> prompt_text; member in struct:Session
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Djs_modal_dialog.cc143 void JavaScriptAppModalDialog::OnAccept(const std::wstring& prompt_text, argument
146 NotifyDelegate(true, prompt_text, suppress_js_messages);
154 const std::wstring& prompt_text,
159 delegate_->OnMessageBoxClosed(reply_msg_, success, prompt_text);
153 NotifyDelegate(bool success, const std::wstring& prompt_text, bool suppress_js_messages) argument
/external/chromium_org/android_webview/native/
H A Daw_contents_client_bridge.cc180 string16 prompt_text; local
182 prompt_text = ConvertJavaStringToUTF16(env, prompt);
184 callback->Run(true, prompt_text);
/external/chromium_org/chrome/browser/ui/android/
H A Djavascript_app_modal_dialog_android.cc113 string16 prompt_text; local
114 dialog_->OnAccept(prompt_text, false);
120 string16 prompt_text = base::android::ConvertJavaStringToUTF16(env, prompt); local
121 dialog_->OnAccept(prompt_text, should_suppress_js_dialogs);
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Djavascript_app_modal_dialog.cc131 void JavaScriptAppModalDialog::OnAccept(const string16& prompt_text, argument
133 string16 prompt_text_to_use = prompt_text;
/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.h129 std::string prompt_text; member in struct:GoogleServiceAuthError::SecondFactor
202 const std::string& prompt_text,
H A Dgoogle_service_auth_error.cc44 : token(token), prompt_text(prompt), alternate_text(alternate),
54 prompt_text == b.prompt_text &&
199 two_factor_value->SetString("promptText", second_factor_.prompt_text);
266 const std::string& prompt_text,
270 second_factor_(captcha_token, prompt_text, alternate_text, field_length),
263 GoogleServiceAuthError( State s, const std::string& captcha_token, const std::string& prompt_text, const std::string& alternate_text, int field_length) argument
/external/chromium_org/chrome/browser/ui/views/sync/
H A Dprofile_signin_confirmation_dialog_views.cc164 const string16 prompt_text = local
168 views::StyledLabel* prompt_label = new views::StyledLabel(prompt_text, this);
/external/chromium_org/chrome/test/automation/
H A Dautomation_json_requests.cc754 const std::string& prompt_text,
759 dict.SetString("prompt_text", prompt_text);
752 SendAcceptPromptAppModalDialogJSONRequest( AutomationMessageSender* sender, const std::string& prompt_text, Error* error) argument
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_automation.cc953 void Automation::AcceptPromptAppModalDialog(const std::string& prompt_text, argument
961 automation(), prompt_text, &auto_error)) {

Completed in 6510 milliseconds