HomeSort by relevance Sort by last modified time
    Searched full:m_heapprofileragent (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp 56 InspectorHeapProfilerAgent* m_heapProfilerAgent;
129 : m_heapProfilerAgent(heapProfilerAgent)
136 // The timer is stopped on m_heapProfilerAgent destruction,
137 // so this method will never be called after m_heapProfilerAgent has been destroyed.
138 m_heapProfilerAgent->requestHeapStatsUpdate();
150 : m_heapProfilerAgent(heapProfilerAgent)
158 m_heapProfilerAgent->pushHeapStatsUpdate(chunk, size);
161 InspectorHeapProfilerAgent* m_heapProfilerAgent;

Completed in 35 milliseconds