Home
last modified time | relevance | path

Searched refs:m_times (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/inspector/
DInspectorController.cpp711 m_times.clear(); in didCommitLoad()
1449 m_times.add(title, currentTime() * 1000); in startTiming()
1454 HashMap<String, double>::iterator it = m_times.find(title); in stopTiming()
1455 if (it == m_times.end()) in stopTiming()
1459 m_times.remove(it); in stopTiming()
DInspectorController.h324 HashMap<String, double> m_times; variable