Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp192 …InspectorHeapProfilerAgent::stopTrackingHeapObjects(ErrorString* error, const bool* reportProgress) in stopTrackingHeapObjects() argument
199 takeHeapSnapshot(error, reportProgress); in stopTrackingHeapObjects()
256 void InspectorHeapProfilerAgent::takeHeapSnapshot(ErrorString*, const bool* reportProgress) in takeHeapSnapshot() argument
279 HeapSnapshotProgress progress(reportProgress && *reportProgress ? m_frontend : 0); in takeHeapSnapshot()
DInspectorHeapProfilerAgent.h65 virtual void stopTrackingHeapObjects(ErrorString*, const bool* reportProgress);
71 virtual void takeHeapSnapshot(ErrorString*, const bool* reportProgress);