Searched refs:TimerHeapReference (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DTimer.cpp44 class TimerHeapReference;
60 TimerHeapReference operator*() const;
66 class TimerHeapReference { class in namespace:WebCore
68 TimerHeapReference(TimerBase*& reference) : m_reference(reference) { } function in class:WebCore::TimerHeapReference
71 TimerHeapReference& operator=(TimerBase*);
72 TimerHeapReference& operator=(TimerHeapReference);
77 inline TimerHeapReference TimerHeapPointer::operator*() const
82 inline TimerHeapReference& TimerHeapReference
[all...]
H A DTimer.h102 friend class TimerHeapReference;
/macosx-10.9.5/WebCore-7537.78.1/
H A DWebCorePrefix.h94 class TimerHeapReference;
100 const WebCore::TimerHeapReference& move(const WebCore::TimerHeapReference& t)

Completed in 172 milliseconds