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

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPerformanceUserTiming.h59 Vector<RefPtr<PerformanceEntry> > getMarks() const;
62 Vector<RefPtr<PerformanceEntry> > getMarks(const String& name) const;
H A DPerformance.cpp109 entries->appendAll(m_userTiming->getMarks());
131 entries->appendAll(m_userTiming->getMarks());
155 entries->appendAll(m_userTiming->getMarks(name));
H A DPerformanceUserTiming.cpp189 Vector<RefPtr<PerformanceEntry> > UserTiming::getMarks() const function in class:WebCore::UserTiming
194 Vector<RefPtr<PerformanceEntry> > UserTiming::getMarks(const String& name) const function in class:WebCore::UserTiming

Completed in 60 milliseconds