Searched refs:error_type (Results 1 - 25 of 142) sorted by relevance

123456

/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/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
H A Dservice_worker_registration_status.h17 blink::WebServiceWorkerError::ErrorType* error_type,
/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/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_factory.h28 translate::TranslateErrors::Type error_type);
40 translate::TranslateErrors::Type error_type) = 0;
H A Dtranslate_bubble_model.h44 virtual void ShowError(translate::TranslateErrors::Type error_type) = 0;
/external/chromium_org/components/translate/core/browser/
H A Dpage_translated_details.h18 TranslateErrors::Type error_type; member in struct:translate::PageTranslatedDetails
/external/libcxx/test/re/re.const/re.err/
H A DAndroid.mk19 test_name := re/re.const/re.err/error_type
20 test_src := error_type.pass.cpp
/external/chromium_org/content/child/webcrypto/test/
H A Dstatus_unittest.cc43 EXPECT_EQ(blink::WebCryptoErrorTypeOperation, status.error_type());
48 EXPECT_EQ(blink::WebCryptoErrorTypeData, status.error_type());
53 EXPECT_EQ(blink::WebCryptoErrorTypeNotSupported, status.error_type());
59 EXPECT_EQ(blink::WebCryptoErrorTypeData, status.error_type());
65 EXPECT_EQ(blink::WebCryptoErrorTypeData, status.error_type());
71 EXPECT_EQ(blink::WebCryptoErrorTypeData, status.error_type());
/external/chromium_org/chrome/app/nibs/
H A DPRESUBMIT.py28 def _CheckXIBSystemAndXcodeVersions(input_api, output_api, error_type):
76 problems.append(error_type(
80 problems.append(error_type(
89 error_type=output_api.PresubmitPromptWarning)
93 error_type=output_api.PresubmitError)
/external/fio/
H A Dtd_error.h14 enum error_type { enum
/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
H A Dsync_error.h58 // Create a new Sync error of type |error_type| triggered by |model_type|
62 ErrorType error_type,
87 ErrorType error_type() const;
109 ErrorType error_type);
/external/chromium_org/chrome/browser/extensions/
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
H A Dpack_extension_job.h28 ExtensionCreator::ErrorType error_type) = 0;
61 ExtensionCreator::ErrorType error_type);
/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...]
H A Dchrome_translate_client.h93 translate::TranslateErrors::Type error_type,
105 translate::TranslateErrors::Type error_type) OVERRIDE;
117 translate::TranslateErrors::Type error_type);
/external/chromium_org/sync/protocol/
H A Dsync_protocol_error.h84 SyncProtocolErrorType error_type; member in struct:syncer::SyncProtocolError
H A Dsync_protocol_error.cc50 : error_type(UNKNOWN_ERROR),
60 GetSyncErrorTypeString(error_type));
/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
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_errors_test.cc138 protocol_error.error_type = syncer::TRANSIENT_ERROR;
155 ASSERT_EQ(status.sync_protocol_error.error_type, protocol_error.error_type);
167 protocol_error.error_type = syncer::TRANSIENT_ERROR;
202 protocol_error.error_type = syncer::NOT_MY_BIRTHDAY;
214 ASSERT_EQ(status.sync_protocol_error.error_type, protocol_error.error_type);
/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_info.h47 static SSLErrorInfo CreateError(ErrorType error_type,

Completed in 589 milliseconds

123456