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

  /external/chromium_org/content/browser/indexed_db/
list_set.h 68 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 operator++(int ignored)
    [all...]
  /external/chromium_org/content/browser/
quota_dispatcher_host.cc 100 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_;
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Builtin.py 61 def declare_in_type(self, self_type):
67 entry = self_type.scope.declare(self.py_name, self.cname, field_type, None, 'private')
81 def declare_in_type(self, self_type):
85 self_arg = PyrexTypes.CFuncTypeArg("", self_type, None)
89 self_type.scope.declare_builtin_cfunction(
  /external/lldb/source/Expression/
ClangUserExpression.cpp 292 Type *self_type = self_variable_sp->GetType(); local
294 if (!self_type)
300 ClangASTType self_clang_type = self_type->GetClangForwardType();
    [all...]
ClangExpressionDeclMap.cpp 1109 Type *self_type = self_var->GetType(); local
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]

Completed in 454 milliseconds