OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
119
void fired(Timer<AsyncMethodRunner<
TargetClass
> >*) { (m_object->*m_method)(); }
121
Timer<AsyncMethodRunner<
TargetClass
> > m_timer;
123
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 50 milliseconds