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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DTimer.cpp43 class TimerHeapReference;
59 TimerHeapReference operator*() const;
65 class TimerHeapReference { class in namespace:WebCore
67 TimerHeapReference(TimerBase*& reference) : m_reference(reference) { } function in class:WebCore::TimerHeapReference
70 TimerHeapReference& operator=(TimerBase*);
71 TimerHeapReference& operator=(TimerHeapReference);
76 inline TimerHeapReference TimerHeapPointer::operator*() const
81 inline TimerHeapReference& TimerHeapReference
[all...]

Completed in 83 milliseconds