Searched defs:self_type (Results 1 - 7 of 7) sorted by last modified time

/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h62 typedef rect_base<T> self_type; typedef in struct:agg::rect_base
70 const self_type& normalize()
85 bool clip(const self_type& r)
H A Dagg_color_gray.h42 typedef gray8 self_type; typedef in struct:agg::gray8
H A Dagg_scanline_u.h32 typedef scanline_u<CoverT> self_type; typedef in class:agg::scanline_u
137 scanline_u(const self_type&);
138 const self_type& operator = (const self_type&);
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1109 Type *self_type = self_var->GetType(); local
1111 if (!self_type)
1114 ClangASTType self_clang_type = self_type->GetClangFullType();
1129 ASTDumper ast_dumper(self_type->GetClangFullType());
1137 TypeFromUser self_user_type(self_type->GetClangFullType());
H A DClangUserExpression.cpp292 Type *self_type = self_variable_sp->GetType(); local
294 if (!self_type)
300 ClangASTType self_clang_type = self_type->GetClangForwardType();
/external/chromium_org/content/browser/indexed_db/
H A Dlist_set.h68 typedef iterator self_type; typedef in class:list_set::iterator
76 inline self_type& operator++() {
80 inline self_type operator++(int /*ignored*/) {
81 self_type result(*this);
85 inline self_type& operator--() {
89 inline self_type operator--(int /*ignored*/) {
90 self_type result(*this);
107 typedef const_iterator self_type; typedef in class:list_set::const_iterator
116 inline self_type& operator++() {
120 inline self_type operato
[all...]
/external/chromium_org/content/browser/
H A Dquota_dispatcher_host.cc100 typedef RequestQuotaDispatcher self_type; typedef in class:content::QuotaDispatcherHost::RequestQuotaDispatcher
126 base::Bind(&self_type::DidGetPersistentUsageAndQuota,
131 base::Bind(&self_type::DidGetTemporaryUsageAndQuota,
161 base::Bind(&self_type::DidGetPermissionResponse,
183 base::Bind(&self_type::DidSetHostQuota, weak_factory_.GetWeakPtr()));
209 base::WeakPtrFactory<self_type> weak_factory_;

Completed in 1839 milliseconds