Home
last modified time | relevance | path

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

/external/webkit/WebCore/history/
DCachedPage.h49 double timeStamp() const { return m_timeStamp; } in timeStamp()
56 double m_timeStamp; variable
DCachedPage.cpp50 : m_timeStamp(currentTime()) in CachedPage()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java100 … (Attributes.Name.SPECIFICATION_TITLE, "instrumented on " + new Date (m_timeStamp) + " [" + Prope… in handleArchiveStart()
243 entry.setTime (m_timeStamp); in handleArchiveEntry()
268 entry.setTime (m_timeStamp); in handleArchiveEntry()
331 entry.setTime (m_timeStamp); in handleArchiveEntry()
654 m_timeStamp = start; in _run()
1032 private long m_timeStamp; field in InstrProcessorST