OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_heapStatsUpdateTask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHeapProfilerAgent.cpp
166
if (
m_heapStatsUpdateTask
)
169
m_heapStatsUpdateTask
= adoptPtr(new HeapStatsUpdateTask(this));
170
m_heapStatsUpdateTask
->startTimer();
194
if (!
m_heapStatsUpdateTask
) {
205
if (!
m_heapStatsUpdateTask
)
208
m_heapStatsUpdateTask
->resetTimer();
209
m_heapStatsUpdateTask
.clear();
InspectorHeapProfilerAgent.h
95
OwnPtr<HeapStatsUpdateTask>
m_heapStatsUpdateTask
;
Completed in 28 milliseconds