OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RunLoopTimerBase
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/
RunLoopTimer.h
39
class
RunLoopTimerBase
{
40
WTF_MAKE_NONCOPYABLE(
RunLoopTimerBase
);
42
RunLoopTimerBase
() { }
43
virtual ~
RunLoopTimerBase
();
64
template <typename TimerFiredClass> class RunLoopTimer : public
RunLoopTimerBase
{
/external/webkit/Source/WebCore/platform/cf/
RunLoopTimerCF.cpp
37
RunLoopTimerBase
::~
RunLoopTimerBase
()
44
RunLoopTimerBase
* timer = static_cast<
RunLoopTimerBase
*>(context);
48
void
RunLoopTimerBase
::start(double nextFireInterval, double repeatInterval)
56
void
RunLoopTimerBase
::schedule(const SchedulePair* schedulePair)
63
void
RunLoopTimerBase
::schedule(const SchedulePairHashSet& schedulePairs)
70
void
RunLoopTimerBase
::stop()
78
bool
RunLoopTimerBase
::isActive() const
Completed in 121 milliseconds