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

  /external/webkit/Source/WebCore/inspector/
InspectorTimelineAgent.cpp 160 pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineRecordType::FunctionCall);
170 pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event),
181 pushCurrentRecord(InspectorObject::create(), TimelineRecordType::Layout);
191 pushCurrentRecord(InspectorObject::create(), TimelineRecordType::RecalculateStyles);
201 pushCurrentRecord(TimelineRecordFactory::createPaintData(rect), TimelineRecordType::Paint);
211 pushCurrentRecord(TimelineRecordFactory::createParseHTMLData(length, startLine), TimelineRecordType::ParseHTML);
241 pushCurrentRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::TimerFire);
251 pushCurrentRecord(TimelineRecordFactory::createXHRReadyStateChangeData(url, readyState), TimelineRecordType::XHRReadyStateChange);
261 pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(url), TimelineRecordType::XHRLoad);
271 pushCurrentRecord(TimelineRecordFactory::createEvaluateScriptData(url, lineNumber), TimelineRecordType::EvaluateScri (…)
    [all...]
InspectorTimelineAgent.h 138 void pushCurrentRecord(PassRefPtr<InspectorObject>, const String& type);

Completed in 49 milliseconds