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

  /external/webkit/WebCore/inspector/
InspectorTimelineAgent.cpp 59 pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(m_frontend, event),
70 pushCurrentRecord(m_frontend->newScriptObject(), LayoutTimelineRecordType);
80 pushCurrentRecord(m_frontend->newScriptObject(), RecalculateStylesTimelineRecordType);
90 pushCurrentRecord(TimelineRecordFactory::createPaintData(m_frontend, rect), PaintTimelineRecordType);
100 pushCurrentRecord(TimelineRecordFactory::createParseHTMLData(m_frontend, length, startLine), ParseHTMLTimelineRecordType);
128 pushCurrentRecord(TimelineRecordFactory::createGenericTimerData(m_frontend, timerId), TimerFireTimelineRecordType);
138 pushCurrentRecord(TimelineRecordFactory::createXHRReadyStateChangeData(m_frontend, url, readyState), XHRReadyStateChangeRecordType);
148 pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(m_frontend, url), XHRLoadRecordType);
158 pushCurrentRecord(TimelineRecordFactory::createEvaluateScriptData(m_frontend, url, lineNumber), EvaluateScriptTimelineRecordType);
241 void InspectorTimelineAgent::pushCurrentRecord(ScriptObject data, TimelineRecordType type
    [all...]
InspectorTimelineAgent.h 121 void pushCurrentRecord(ScriptObject, TimelineRecordType);

Completed in 140 milliseconds