OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:error_type_
(Results
1 - 7
of
7
) sorted by null
/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
/external/chromium_org/sync/api/
sync_error.h
99
ErrorType
error_type_
;
member in class:syncer::SyncError
/external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view_unittest.cc
22
error_type_
(TranslateErrors::NONE),
46
error_type_
= error_type;
115
TranslateErrors::Type
error_type_
;
member in class:__anon6393::MockTranslateBubbleModel
201
EXPECT_EQ(TranslateErrors::NETWORK, mock_model_->
error_type_
);
translate_bubble_view.h
191
TranslateErrors::Type
error_type_
;
member in class:TranslateBubbleView
/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
/external/chromium_org/chrome/browser/translate/
translate_infobar_delegate.h
87
TranslateErrors::Type error_type() const { return
error_type_
; }
210
TranslateErrors::Type
error_type_
;
member in class:TranslateInfoBarDelegate
/external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h
115
ErrorCode() :
error_type_
(ET_INVALID), err_(SECCOMP_RET_INVALID) {}
132
ErrorType error_type() const { return
error_type_
; }
168
ErrorType
error_type_
;
member in class:sandbox::ErrorCode
Completed in 249 milliseconds