Home
last modified time | relevance | path

Searched refs:TimerHeapElement (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
DTimer.cpp59 class TimerHeapElement { class
61 explicit TimerHeapElement(int i) in TimerHeapElement() function in WebCore::TimerHeapElement
68 TimerHeapElement(const TimerHeapElement&);
69 TimerHeapElement& operator=(const TimerHeapElement&);
80 TimerHeapElement();
86 inline TimerHeapElement::TimerHeapElement(const TimerHeapElement& o) in TimerHeapElement() function in WebCore::TimerHeapElement
91 inline TimerHeapElement& TimerHeapElement::operator=(const TimerHeapElement& o) in operator =()
103 inline bool operator<(const TimerHeapElement& a, const TimerHeapElement& b) in operator <()
122 class TimerHeapIterator : public iterator<random_access_iterator_tag, TimerHeapElement, int> {
136 TimerHeapElement operator*() const { return TimerHeapElement(m_index); } in operator *()
[all …]
DTimer.h36 class TimerHeapElement; variable
87 friend class TimerHeapElement; variable
89 friend bool operator<(const TimerHeapElement&, const TimerHeapElement&);
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1646438 (WebCore::TimerHeapElement::TimerHeapElement):
46439 (WebCore::TimerHeapElement::checkConsistency):
46440 (WebCore::TimerHeapElement::operator=):