Searched refs:m_uniqueId (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTrackBase.cpp42 , m_uniqueId(++s_uniqueId)
H A DTrackBase.h65 virtual int uniqueId() const { return m_uniqueId; }
90 int m_uniqueId; member in class:WebCore::TrackBase
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerRunLoop.h64 unsigned long createUniqueId() { return ++m_uniqueId; }
94 unsigned long m_uniqueId; member in class:WebCore::WorkerRunLoop
H A DWorkerRunLoop.cpp92 , m_uniqueId(0)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DPlatformTextTrack.h87 int uniqueId() const { return m_uniqueId; }
111 , m_uniqueId(uniqueId)
123 int m_uniqueId; member in class:WebCore::PlatformTextTrack
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSFontSelector.h59 virtual unsigned uniqueId() const override { return m_uniqueId; }
100 unsigned m_uniqueId; member in class:WebCore::final
H A DCSSFontSelector.cpp64 , m_uniqueId(++fontSelectorId)

Completed in 102 milliseconds