Searched defs:error_type (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_registration_status.cc16 blink::WebServiceWorkerError::ErrorType* error_type,
18 *error_type = WebServiceWorkerError::ErrorTypeUnknown;
27 *error_type = WebServiceWorkerError::ErrorTypeInstall;
31 *error_type = WebServiceWorkerError::ErrorTypeActivate;
35 *error_type = WebServiceWorkerError::ErrorTypeNotFound;
39 *error_type = WebServiceWorkerError::ErrorTypeNetwork;
43 *error_type = WebServiceWorkerError::ErrorTypeSecurity;
14 GetServiceWorkerRegistrationStatusResponse( ServiceWorkerStatusCode status, blink::WebServiceWorkerError::ErrorType* error_type, base::string16* message) argument
/external/chromium_org/components/translate/core/browser/
H A Dpage_translated_details.h18 TranslateErrors::Type error_type; member in struct:translate::PageTranslatedDetails
H A Dtranslate_infobar_delegate.h45 // Factory method to create a translate infobar. |error_type| must be
64 TranslateErrors::Type error_type,
84 TranslateErrors::Type error_type() const { return error_type_; } function in class:translate::TranslateInfoBarDelegate
187 TranslateErrors::Type error_type,
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator.h51 ErrorType error_type() { return error_type_; } function in class:extensions::ExtensionCreator
H A Dpack_extension_job.cc72 creator.error_message(), creator.error_type()));
75 creator.error_type());
87 ExtensionCreator::ErrorType error_type) {
89 client_->OnPackFailure(error, error_type);
85 ReportFailureOnClientThread( const std::string& error, ExtensionCreator::ErrorType error_type) argument
/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_factory.cc15 translate::TranslateErrors::Type error_type) {
19 window->ShowTranslateBubble(web_contents, step, error_type, false);
31 translate::TranslateErrors::Type error_type) {
34 window, web_contents, step, error_type);
38 ShowDefault(window, web_contents, step, error_type);
12 ShowDefault(BrowserWindow* window, content::WebContents* web_contents, translate::TranslateStep step, translate::TranslateErrors::Type error_type) argument
28 Show(BrowserWindow* window, content::WebContents* web_contents, translate::TranslateStep step, translate::TranslateErrors::Type error_type) argument
H A Dtranslate_bubble_model_impl.cc50 translate::TranslateErrors::Type error_type) {
51 ui_delegate_->OnErrorShown(error_type);
49 ShowError( translate::TranslateErrors::Type error_type) argument
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dform_field_error.cc17 FormFieldError::ErrorType ErrorTypeFromString(const std::string& error_type) { argument
18 if (LowerCaseEqualsASCII(error_type, "unknown_error"))
20 if (LowerCaseEqualsASCII(error_type, "invalid_phone_number"))
22 if (LowerCaseEqualsASCII(error_type, "invalid_postal_code"))
24 if (LowerCaseEqualsASCII(error_type, "invalid_address"))
26 if (LowerCaseEqualsASCII(error_type, "invalid_card_details"))
28 if (LowerCaseEqualsASCII(error_type, "invalid_city"))
30 if (LowerCaseEqualsASCII(error_type, "invalid_instrument"))
32 if (LowerCaseEqualsASCII(error_type, "invalid_state"))
34 if (LowerCaseEqualsASCII(error_type, "required_field_not_se
53 FormFieldError(ErrorType error_type, Location location) argument
138 std::string error_type; local
[all...]
H A Dform_field_error.h56 FormFieldError(ErrorType error_type, Location location);
59 ErrorType error_type() const { return error_type_; } function in class:autofill::wallet::FormFieldError
62 // Gets the appropriate field type for |location| and |error_type|.
66 // |error_type|.
/external/chromium_org/content/child/webcrypto/
H A Dstatus.h35 blink::WebCryptoErrorType error_type() const { return error_type_; } function in class:content::webcrypto::Status
217 Status(blink::WebCryptoErrorType error_type,
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_auth_util.cc11 AuthResult::AuthResult() : error_type(ERROR_NONE), nss_error_code(0) {
19 ErrorType error_type) {
20 return AuthResult(error_message, error_type, 0);
25 ErrorType error_type,
27 return AuthResult(error_message, error_type, nss_error_code);
31 ErrorType error_type,
34 error_type(error_type),
18 Create(const std::string& error_message, ErrorType error_type) argument
24 CreateWithNSSError(const std::string& error_message, ErrorType error_type, int nss_error_code) argument
30 AuthResult(const std::string& error_message, ErrorType error_type, int nss_error_code) argument
H A Dcast_auth_util.h38 ErrorType error_type);
40 ErrorType error_type,
43 bool success() const { return error_type == ERROR_NONE; }
46 ErrorType error_type; member in struct:extensions::core_api::cast_channel::AuthResult
51 ErrorType error_type,
/external/fio/
H A Dtd_error.h14 enum error_type { enum
/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_info.cc29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type, argument
33 switch (error_type) {
/external/chromium_org/components/translate/content/browser/
H A Dcontent_translate_driver.h47 translate::TranslateErrors::Type error_type) {};
104 TranslateErrors::Type error_type);
44 OnPageTranslated( const std::string& original_lang, const std::string& translated_lang, translate::TranslateErrors::Type error_type) argument
/external/chromium_org/media/base/android/
H A Dmedia_player_android.cc49 void MediaPlayerAndroid::OnMediaError(int error_type) { argument
50 manager_->OnError(player_id(), error_type); local
H A Dmedia_player_listener.cc54 JNIEnv* /* env */, jobject /* obj */, jint error_type) {
56 &MediaPlayerAndroid::OnMediaError, media_player_, error_type));
53 OnMediaError( JNIEnv* , jobject , jint error_type) argument
/external/chromium_org/sync/api/
H A Dsync_error.cc20 ErrorType error_type,
23 DCHECK(error_type != UNSET);
24 Init(location, message, model_type, error_type);
48 other.error_type());
71 ErrorType error_type) {
75 error_type_ = error_type;
98 SyncError::ErrorType SyncError::error_type() const { function in class:syncer::SyncError
19 SyncError(const tracked_objects::Location& location, ErrorType error_type, const std::string& message, ModelType model_type) argument
68 Init(const tracked_objects::Location& location, const std::string& message, ModelType model_type, ErrorType error_type) argument
/external/chromium_org/chrome/browser/net/
H A Dnet_error_tab_helper_unittest.cc82 void FailProvisionalLoad(MainFrame main_frame, ErrorType error_type) { argument
85 if (error_type == DNS_ERROR)
/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.cc141 const char* GetErrorTypeString(sync_pb::SyncEnums::ErrorType error_type) { argument
143 switch (error_type) {
H A Dsync_protocol_error.h84 SyncProtocolErrorType error_type; member in struct:syncer::SyncProtocolError
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpeerkey_auth.c52 u16 mui, u16 error_type)
70 error.error_type = host_to_be16(error_type);
332 u16 mui, error_type; local
359 error_type = be_to_host16(error.error_type);
363 MAC2STR(kde.mac_addr), mui, error_type);
365 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type);
50 wpa_smk_send_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *peer, u16 mui, u16 error_type) argument
/external/wpa_supplicant_8/src/ap/
H A Dpeerkey_auth.c52 u16 mui, u16 error_type)
70 error.error_type = host_to_be16(error_type);
332 u16 mui, error_type; local
359 error_type = be_to_host16(error.error_type);
363 MAC2STR(kde.mac_addr), mui, error_type);
365 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type);
50 wpa_smk_send_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *peer, u16 mui, u16 error_type) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpeerkey_auth.c52 u16 mui, u16 error_type)
70 error.error_type = host_to_be16(error_type);
332 u16 mui, error_type; local
359 error_type = be_to_host16(error.error_type);
363 MAC2STR(kde.mac_addr), mui, error_type);
365 wpa_smk_send_error(wpa_auth, search.sm, sm->addr, mui, error_type);
50 wpa_smk_send_error(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *peer, u16 mui, u16 error_type) argument
/external/chromium_org/chrome/browser/translate/
H A Dchrome_translate_client.cc168 translate::TranslateErrors::Type error_type,
171 if (error_type != translate::TranslateErrors::NONE)
189 ShowBubble(step, error_type);
202 error_type,
293 translate::TranslateErrors::Type error_type) {
300 details.error_type = error_type;
309 translate::TranslateErrors::Type error_type) {
317 TranslateBubbleFactory::Show(NULL, web_contents(), step, error_type);
342 browser->window(), web_contents(), step, error_type);
164 ShowTranslateUI( translate::TranslateStep step, const std::string source_language, const std::string target_language, translate::TranslateErrors::Type error_type, bool triggered_from_menu) argument
290 OnPageTranslated( const std::string& original_lang, const std::string& translated_lang, translate::TranslateErrors::Type error_type) argument
307 ShowBubble( translate::TranslateStep step, translate::TranslateErrors::Type error_type) argument
[all...]

Completed in 400 milliseconds

123