OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadTimers
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformThreadData.h
40
class
ThreadTimers
;
48
ThreadTimers
&
threadTimers
() { return *m_threadTimers; }
54
OwnPtr<
ThreadTimers
> m_threadTimers;
ThreadTimers.h
41
class PLATFORM_EXPORT
ThreadTimers
{
42
WTF_MAKE_NONCOPYABLE(
ThreadTimers
); WTF_MAKE_FAST_ALLOCATED;
44
ThreadTimers
();
ThreadTimers.cpp
28
#include "platform/
ThreadTimers
.h"
46
// Timers are created, started and fired on the same thread, and each thread has its own
ThreadTimers
55
ThreadTimers
::
ThreadTimers
()
66
void
ThreadTimers
::setSharedTimer(SharedTimer* sharedTimer)
77
m_sharedTimer->setFiredFunction(
ThreadTimers
::sharedTimerFired);
82
void
ThreadTimers
::updateSharedTimer()
103
void
ThreadTimers
::sharedTimerFired()
108
PlatformThreadData::current().
threadTimers
().sharedTimerFiredInternal();
113
void
ThreadTimers
::sharedTimerFiredInternal(
[
all
...]
PlatformThreadData.cpp
34
#include "platform/
ThreadTimers
.h"
43
: m_threadTimers(adoptPtr(new
ThreadTimers
))
Timer.h
103
friend class
ThreadTimers
;
blink_platform.target.darwin-arm.mk
87
third_party/WebKit/Source/platform/
ThreadTimers
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
86
third_party/WebKit/Source/platform/
ThreadTimers
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
86
third_party/WebKit/Source/platform/
ThreadTimers
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
87
third_party/WebKit/Source/platform/
ThreadTimers
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
86
third_party/WebKit/Source/platform/
ThreadTimers
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
86
third_party/WebKit/Source/platform/
ThreadTimers
.cpp \
[
all
...]
Completed in 78 milliseconds