Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp79 m_snapshots.clear(); in clearProfiles()
92 if (m_snapshots.isEmpty()) in resetFrontendProfiles()
237 IdToHeapSnapshotMap::iterator it = m_snapshots.find(uid); in getHeapSnapshot()
238 if (it == m_snapshots.end()) { in getHeapSnapshot()
252 if (m_snapshots.contains(uid)) in removeProfile()
253 m_snapshots.remove(uid); in removeProfile()
282 m_snapshots.add(snapshot->uid(), snapshot); in takeHeapSnapshot()
DInspectorHeapProfilerAgent.h94 IdToHeapSnapshotMap m_snapshots; variable