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

123456

/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_factory.cc15 TranslateErrors::Type error_type) {
19 window->ShowTranslateBubble(web_contents, step, error_type);
31 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, TranslateErrors::Type error_type) argument
28 Show(BrowserWindow* window, content::WebContents* web_contents, translate::TranslateStep step, TranslateErrors::Type error_type) argument
H A Dtranslate_bubble_factory.h28 TranslateErrors::Type error_type);
39 TranslateErrors::Type error_type) = 0;
H A Dtranslate_bubble_model.h44 virtual void ShowError(TranslateErrors::Type error_type) = 0;
H A Dtranslate_bubble_model_impl.cc48 void TranslateBubbleModelImpl::ShowError(TranslateErrors::Type error_type) { argument
49 ui_delegate_->OnErrorShown(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;
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/translate/core/browser/
H A Dpage_translated_details.h16 TranslateErrors::Type error_type; member in struct:PageTranslatedDetails
H A Dtranslate_client.h57 TranslateErrors::Type 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|.
H A Dwallet_client_delegate.h76 virtual void OnWalletError(WalletClient::ErrorType error_type) = 0;
/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/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,
24 switch (error_type) {
44 Init(location, type_message + custom_message, model_type, error_type);
68 other.error_type());
91 ErrorType error_type) {
95 error_type_ = error_type;
118 SyncError::ErrorType SyncError::error_type() const { function in class:syncer::SyncError
19 SyncError(const tracked_objects::Location& location, ErrorType error_type, const std::string& custom_message, ModelType model_type) argument
88 Init(const tracked_objects::Location& location, const std::string& message, ModelType model_type, ErrorType error_type) argument
H A Dsync_error.h48 // Create a new Sync error of type |error_type| triggered by |model_type|
52 ErrorType error_type,
77 ErrorType error_type() const;
94 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/sync/test/integration/
H A Dsync_errors_test.cc113 protocol_error.error_type = syncer::TRANSIENT_ERROR;
130 ASSERT_EQ(status.sync_protocol_error.error_type, protocol_error.error_type);
142 protocol_error.error_type = syncer::TRANSIENT_ERROR;
177 protocol_error.error_type = syncer::NOT_MY_BIRTHDAY;
189 ASSERT_EQ(status.sync_protocol_error.error_type, protocol_error.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_listener.h36 void OnMediaError(JNIEnv* /* env */, jobject /* obj */, jint error_type);
/external/chromium_org/chrome/browser/translate/
H A Dchrome_translate_client.cc165 TranslateErrors::Type error_type,
168 if (error_type != TranslateErrors::NONE)
179 ShowBubble(step, error_type);
192 error_type,
514 TranslateErrors::Type error_type) {
517 original_lang, translated_lang, error_type);
522 details.error_type = error_type;
530 TranslateErrors::Type error_type) {
538 TranslateBubbleFactory::Show(NULL, web_contents(), step, error_type);
162 ShowTranslateUI(translate::TranslateStep step, const std::string source_language, const std::string target_language, TranslateErrors::Type error_type, bool triggered_from_menu) argument
511 OnPageTranslated(int32 page_id, const std::string& original_lang, const std::string& translated_lang, TranslateErrors::Type error_type) argument
529 ShowBubble(translate::TranslateStep step, TranslateErrors::Type error_type) argument
[all...]
/external/chromium_org/content/child/webcrypto/
H A Dstatus.h35 blink::WebCryptoErrorType error_type() const { return error_type_; } function in class:content::webcrypto::Status
197 Status(blink::WebCryptoErrorType error_type,
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_file_io_impl.h120 void OnError(ErrorType error_type);
123 void NotifyClientOfError(int32_t result, ErrorType error_type);

Completed in 652 milliseconds

123456