HomeSort by relevance Sort by last modified time
    Searched refs:m_maxCallStackDepth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 254 RefPtr<JSONObject> record = TimelineRecordFactory::createGenericRecord(m_timeConverter.fromMonotonicallyIncreasingTime(i->startTime), m_maxCallStackDepth, TimelineRecordType::GCEvent);
323 m_maxCallStackDepth = *maxCallStackDepth;
325 m_maxCallStackDepth = 5;
330 m_state->setLong(TimelineAgentState::timelineMaxCallStackDepth, m_maxCallStackDepth);
    [all...]
InspectorTimelineAgent.h 318 int m_maxCallStackDepth;

Completed in 40 milliseconds