Searched defs:ErrorType (Results 1 - 25 of 29) sorted by path

12

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator.h40 enum ErrorType { kOtherError, kCRXExists }; enum in class:extensions::ExtensionCreator
51 ErrorType error_type() { return error_type_; }
98 ErrorType error_type_;
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_url_fetcher.h31 enum ErrorType { enum in class:local_discovery::PrivetURLFetcher
54 virtual void OnError(PrivetURLFetcher* fetcher, ErrorType error) = 0;
/external/chromium_org/chrome/browser/net/
H A Dnet_error_tab_helper_unittest.cc55 enum ErrorType { DNS_ERROR, OTHER_ERROR }; enum in class:NetErrorTabHelperTest
82 void FailProvisionalLoad(MainFrame main_frame, ErrorType error_type) {
/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_info.h24 enum ErrorType { enum in class:SSLErrorInfo
44 // Converts a network error code to an ErrorType.
45 static ErrorType NetErrorToErrorType(int net_error);
47 static SSLErrorInfo CreateError(ErrorType error_type,
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dform_field_error.h22 enum ErrorType { enum in class:autofill::wallet::FormFieldError
56 FormFieldError(ErrorType error_type, Location location);
59 ErrorType error_type() const { return error_type_; }
77 ErrorType error_type_;
H A Dwallet_client.h72 enum ErrorType { enum in class:autofill::wallet::WalletClient
223 void HandleWalletError(ErrorType error_type);
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache.h40 enum ErrorType { enum in class:content::ServiceWorkerCache
47 typedef base::Callback<void(ErrorType)> ErrorCallback;
48 typedef base::Callback<void(ErrorType,
53 typedef base::Callback<void(ErrorType, scoped_ptr<Requests>)>
128 void InitDone(ErrorType error);
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_auth_util.h18 enum ErrorType { enum in struct:extensions::core_api::cast_channel::AuthResult
38 ErrorType error_type);
40 ErrorType error_type,
46 ErrorType error_type;
51 ErrorType error_type,
/external/chromium_org/gpu/config/
H A Dgpu_test_expectations_parser.cc105 enum ErrorType { enum in namespace:gpu::__anon8461
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_file_io_impl.h74 enum ErrorType { enum in class:media::CdmFileIOImpl
156 void OnError(ErrorType error_type);
159 void NotifyClientOfError(int32_t result, ErrorType error_type);
/external/chromium_org/remoting/protocol/
H A Djingle_messages.h93 enum ErrorType { enum in struct:remoting::protocol::JingleMessageReply
103 JingleMessageReply(ErrorType error);
104 JingleMessageReply(ErrorType error, const std::string& text);
114 ErrorType error_type;
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.h101 enum ErrorType { enum in class:sandbox::ErrorCode
130 ErrorType error_type() const { return error_type_; }
166 ErrorType error_type_;
/external/chromium_org/sync/api/
H A Dsync_error.h29 enum ErrorType { enum in class:syncer::SyncError
62 ErrorType error_type,
87 ErrorType error_type() const;
109 ErrorType error_type);
118 ErrorType error_type_;
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLErrors.h47 enum ErrorType { ErrorTypeWarning, ErrorTypeNonFatal, ErrorTypeFatal }; enum in class:blink::XMLErrors
48 void handleError(ErrorType, const char* message, int lineNumber, int columnNumber);
49 void handleError(ErrorType, const char* message, TextPosition);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchResponseData.h24 enum Type { BasicType, CORSType, DefaultType, ErrorType, OpaqueType }; enumerator in enum:blink::FINAL::Type
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCredentialManagerError.h15 enum ErrorType { enum in struct:blink::WebCredentialManagerError
21 WebCredentialManagerError(ErrorType type, WebString message)
27 ErrorType errorType;
H A DWebGeofencingError.h13 enum ErrorType { enum in struct:blink::WebGeofencingError
19 WebGeofencingError(ErrorType errorType, const WebString& message)
25 ErrorType errorType;
H A DWebPushError.h13 enum ErrorType { enum in struct:blink::WebPushError
19 WebPushError(ErrorType errorType, const WebString& message)
25 ErrorType errorType;
H A DWebServiceWorkerError.h39 enum ErrorType { enum in struct:blink::WebServiceWorkerError
51 WebServiceWorkerError(ErrorType errorType, const WebString& message)
54 ErrorType errorType;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py3301 class ErrorType(PyrexType): class in inherits:PyrexType
3345 error_type = ErrorType()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h136 enum ErrorType { enum in class:i18n::phonenumbers::PhoneNumberUtil
519 ErrorType Parse(const string& number_to_parse,
526 ErrorType ParseAndKeepRawInput(const string& number_to_parse,
770 ErrorType MaybeExtractCountryCode(
780 ErrorType ParseHelper(const string& number_to_parse,
/external/chromium_org/third_party/skia/gm/
H A Dgm_error.h22 enum ErrorType { enum in namespace:skiagm
39 * Returns the name of the given ErrorType.
41 static const char *getErrorTypeName(ErrorType type) {
64 * Fills in "type" with the ErrorType associated with name "name".
67 static bool getErrorTypeByName(const char name[], ErrorType *type) {
69 ErrorType thisType = static_cast<ErrorType>(typeInt);
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {}
95 * Adds this ErrorType to this ErrorCombination.
97 void add(const ErrorType typ
[all...]
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h60 enum ErrorType { enum in class:clang::ast_matchers::dynamic::Diagnostics
140 ArgStream addError(const SourceRange &Range, ErrorType Error);
154 ErrorType Type;
/external/deqp/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp566 enum ErrorType enum in class:deqp::gles31::Functional::__anon20275::LayoutBindingNegativeCase
580 ErrorType errorType,
598 const ErrorType m_errorType;
617 ErrorType errorType,
1028 ErrorType errorType,
1044 ErrorType errorType,
1327 ErrorType errorType,
1343 ErrorType errorType,
1577 ErrorType errorType);
1589 ErrorType errorTyp
[all...]

Completed in 630 milliseconds

12