Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp178 SnapshotObjectId lastSeenObjectId = ScriptProfiler::requestHeapStatsUpdate(&stream); in requestHeapStatsUpdate() local
179 m_frontend->lastSeenObjectId(lastSeenObjectId, WTF::currentTimeMS()); in requestHeapStatsUpdate()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DHeapSnapshotView.js761 lastSeenObjectId: function(lastSeenObjectId, timestamp) argument
867 lastSeenObjectId: function(lastSeenObjectId, timestamp) method in WebInspector.HeapSnapshotProfileType
1024 lastSeenObjectId: function(lastSeenObjectId, timestamp) method in WebInspector.TrackingHeapSnapshotProfileType
1030 profileSamples.ids[currentIndex] = lastSeenObjectId;