Searched defs:ErrorType (Results 1 - 21 of 21) sorted by relevance

/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/sync/api/
H A Dsync_error.h29 enum ErrorType { enum in class:syncer::SyncError
48 ErrorType error_type,
73 ErrorType error_type() const;
90 ErrorType error_type);
99 ErrorType error_type_;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLErrors.h44 enum ErrorType { warning, nonFatal, fatal }; enum in class:WebCore::XMLErrors
45 void handleError(ErrorType, const char* message, int lineNumber, int columnNumber);
46 void handleError(ErrorType, const char* message, TextPosition);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebServiceWorkerError.h39 enum ErrorType { enum in struct:blink::WebServiceWorkerError
47 WebServiceWorkerError(ErrorType errorType, const WebString& message)
50 ErrorType errorType;
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DNumberParseException.java26 public enum ErrorType { enum in class:NumberParseException
43 private ErrorType errorType;
46 public NumberParseException(ErrorType errorType, String message) {
55 public ErrorType getErrorType() {
/external/chromium/chrome/browser/ssl/
H A Dssl_error_info.h23 enum ErrorType { enum in class:SSLErrorInfo
39 // Converts a network error code to an ErrorType.
40 static ErrorType NetErrorToErrorType(int net_error);
42 static SSLErrorInfo CreateError(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
217 void HandleWalletError(ErrorType error_type);
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_url_fetcher.h31 enum ErrorType { enum in class:local_discovery::PrivetURLFetcher
50 virtual void OnError(PrivetURLFetcher* fetcher, ErrorType error) = 0;
/external/chromium_org/chrome/browser/net/
H A Dnet_error_tab_helper_unittest.cc59 enum ErrorType { DNS_ERROR, OTHER_ERROR }; enum in class:NetErrorTabHelperTest
88 void FailProvisionalLoad(MainFrame main_frame, ErrorType error_type) {
/external/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/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_unittest.cc81 enum ErrorType { OTHER_ERROR, DNS_ERROR }; enum in class:NetErrorHelperTest
87 void FailLoad(MainFrame main_frame, 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.h103 enum ErrorType { enum in class:sandbox::ErrorCode
132 ErrorType error_type() const { return error_type_; }
168 ErrorType error_type_;
/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/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h61 enum ErrorType { enum in class:clang::ast_matchers::dynamic::Diagnostics
140 ArgStream addError(const SourceRange &Range, ErrorType Error);
154 ErrorType Type;
/external/chromium_org/gpu/config/
H A Dgpu_test_expectations_parser.cc103 enum ErrorType { enum in namespace:gpu::__anon8874
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSParser.h84 enum ErrorType { enum in class:WebCore::CSSParser
420 void endProperty(bool isImportantFound, bool isPropertyParsed, ErrorType = NoError);
424 void reportError(const CSSParserLocation&, ErrorType = GeneralError);
658 virtual void endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParser::ErrorType) = 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/ ...

Completed in 1909 milliseconds