HomeSort by relevance Sort by last modified time
    Searched defs:ErrorType (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/public/platform/
WebLockOrientationCallback.h 20 enum ErrorType {
32 virtual void onError(ErrorType) { }
WebPushError.h 13 enum ErrorType {
19 WebPushError(ErrorType errorType, const WebString& message)
20 : errorType(errorType)
25 ErrorType errorType;
WebServiceWorkerError.h 39 enum ErrorType {
50 WebServiceWorkerError(ErrorType errorType, const WebString& message)
51 : errorType(errorType), message(message) { }
53 ErrorType errorType;
  /external/chromium_org/chrome/browser/extensions/
extension_creator.h 40 enum ErrorType { kOtherError, kCRXExists };
51 ErrorType error_type() { return error_type_; }
98 ErrorType error_type_;
  /external/chromium_org/sync/api/
sync_error.h 29 enum ErrorType {
52 ErrorType error_type,
77 ErrorType error_type() const;
94 ErrorType error_type);
103 ErrorType error_type_;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLErrors.h 47 enum ErrorType { ErrorTypeWarning, ErrorTypeNonFatal, ErrorTypeFatal };
48 void handleError(ErrorType, const char* message, int lineNumber, int columnNumber);
49 void handleError(ErrorType, const char* message, TextPosition);
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
NumberParseException.java 25 public enum ErrorType {
42 private ErrorType errorType;
45 public NumberParseException(ErrorType errorType, String message) {
48 this.errorType = errorType;
54 public ErrorType getErrorType() {
55 return errorType;
60 return "Error type: " + errorType + ". " + message
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
error_type_utils.h 28 // ErrorType is mainly decided by CorrectionType but it is also depending on if
30 typedef uint32_t ErrorType;
32 static const ErrorType NOT_AN_ERROR;
33 static const ErrorType MATCH_WITH_CASE_ERROR;
34 static const ErrorType MATCH_WITH_ACCENT_ERROR;
35 static const ErrorType MATCH_WITH_DIGRAPH;
38 static const ErrorType INTENTIONAL_OMISSION;
40 static const ErrorType EDIT_CORRECTION;
42 static const ErrorType PROXIMITY_CORRECTION;
44 static const ErrorType COMPLETION
    [all...]
  /external/chromium_org/chrome/browser/ssl/
ssl_error_info.h 24 enum ErrorType {
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/
form_field_error.h 22 enum ErrorType {
56 FormFieldError(ErrorType error_type, Location location);
59 ErrorType error_type() const { return error_type_; }
77 ErrorType error_type_;
wallet_client.h 72 enum ErrorType {
220 void HandleWalletError(ErrorType error_type);
  /external/chromium_org/third_party/skia/gm/
gm_error.h 22 enum ErrorType {
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 type)
    [all...]
  /external/skia/gm/
gm_error.h 22 enum ErrorType {
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 type)
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher.h 31 enum ErrorType {
50 virtual void OnError(PrivetURLFetcher* fetcher, ErrorType error) = 0;
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper_unittest.cc 59 enum ErrorType { DNS_ERROR, OTHER_ERROR };
88 void FailProvisionalLoad(MainFrame main_frame, ErrorType error_type) {
  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_impl.h 57 enum ErrorType {
120 void OnError(ErrorType error_type);
123 void NotifyClientOfError(int32_t result, ErrorType error_type);
  /external/chromium_org/remoting/protocol/
jingle_messages.h 93 enum ErrorType {
103 JingleMessageReply(ErrorType error);
104 JingleMessageReply(ErrorType error, const std::string& text);
114 ErrorType error_type;
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 110 enum ErrorType {
139 ErrorType error_type() const { return error_type_; }
175 ErrorType error_type_;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.h 136 enum ErrorType {
519 ErrorType Parse(const string& number_to_parse,
526 ErrorType ParseAndKeepRawInput(const string& number_to_parse,
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 60 enum ErrorType {
140 ArgStream addError(const SourceRange &Range, ErrorType Error);
154 ErrorType Type;
  /external/chromium_org/gpu/config/
gpu_test_expectations_parser.cc 105 enum ErrorType {
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 566 enum ErrorType
580 ErrorType errorType,
598 const ErrorType m_errorType;
617 ErrorType errorType,
627 , m_errorType (errorType)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlibint.h 850 typedef int (*ErrorType) (
891 ErrorType error; /* who to call when an error occurs */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 850 typedef int (*ErrorType) (
891 ErrorType error; /* who to call when an error occurs */
    [all...]
  /external/lldb/include/lldb/
lldb-enumerations.h 213 typedef enum ErrorType
219 } ErrorType;

Completed in 2468 milliseconds

1 2