HomeSort by relevance Sort by last modified time
    Searched refs:error_type_ (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc 15 error_type_ = ET_SIMPLE;
19 error_type_ = ET_SIMPLE;
28 : error_type_(ET_TRAP),
37 : error_type_(ET_COND),
51 if (error_type_ == ET_INVALID || err.error_type_ == ET_INVALID) {
54 if (error_type_ != err.error_type_) {
57 if (error_type_ == ET_SIMPLE || error_type_ == ET_TRAP)
    [all...]
errorcode.h 111 error_type_(ET_INVALID),
130 ErrorType error_type() const { return error_type_; }
162 ErrorType error_type_; member in class:playground2::ErrorCode
codegen.cc 166 if (err.error_type_ != ErrorCode::ET_SIMPLE &&
167 err.error_type_ != ErrorCode::ET_TRAP) {
sandbox_bpf.cc 765 if (err.error_type_ == ErrorCode::ET_COND) {
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.h 59 ErrorType error_type() const { return error_type_; }
77 ErrorType error_type_; member in class:autofill::wallet::FormFieldError
form_field_error.cc 54 : error_type_(error_type),
60 switch (error_type_) {
100 switch (error_type_) {
140 form_field_error.error_type_ = ErrorTypeFromString(error_type);
150 return error_type_ == other.error_type_ && location_ == other.location_;
  /external/chromium_org/sync/api/
sync_error.cc 75 error_type_ = UNSET;
92 error_type_ = error_type;
96 return error_type_ != UNSET;
117 return error_type_;
sync_error.h 99 ErrorType error_type_; member in class:syncer::SyncError
  /external/chromium_org/chrome/browser/extensions/
extension_creator.h 51 ErrorType error_type() { return error_type_; }
98 ErrorType error_type_; member in class:extensions::ExtensionCreator
extension_creator.cc 33 ExtensionCreator::ExtensionCreator() : error_type_(kOtherError) {
80 error_type_ = kCRXExists;
  /external/chromium_org/chrome/browser/translate/
translate_infobar_delegate.cc 227 error_type_,
229 switch (error_type_) {
257 } else if ((error_type_ != TranslateErrors::IDENTICAL_LANGUAGES) &&
258 (error_type_ != TranslateErrors::UNKNOWN_LANGUAGE)) {
260 (error_type_ == TranslateErrors::UNSUPPORTED_LANGUAGE) ?
268 if (error_type_ == TranslateErrors::UNSUPPORTED_LANGUAGE) {
351 error_type_(error_type),
355 (error_type_ == TranslateErrors::NONE));
translate_infobar_delegate.h 90 TranslateErrors::Type error_type() const { return error_type_; }
232 TranslateErrors::Type error_type_; member in class:TranslateInfoBarDelegate

Completed in 175 milliseconds