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

  /external/chromium_org/third_party/WebKit/Source/platform/
AsyncMethodRunner.h 40 template <typename TargetClass>
45 typedef void (TargetClass::*TargetMethod)();
47 AsyncMethodRunner(TargetClass* object, TargetMethod method)
48 : m_timer(this, &AsyncMethodRunner<TargetClass>::fired)
121 void fired(Timer<AsyncMethodRunner<TargetClass> >*) { (m_object->*m_method)(); }
123 Timer<AsyncMethodRunner<TargetClass> > m_timer;
129 TargetClass* m_object;
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 317 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl();
318 if (!TargetClass && !TargetType->isVoidType())
325 if (MRClass == TargetClass)
336 if (MRClass->isDerivedFrom(TargetClass, Paths))
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 1055 milliseconds