Home
last modified time | relevance | path

Searched refs:pushCurrentRecord (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorTimelineAgent.cpp160pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineR… in willCallFunction()
170 pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), in willDispatchEvent()
181 pushCurrentRecord(InspectorObject::create(), TimelineRecordType::Layout); in willLayout()
191 pushCurrentRecord(InspectorObject::create(), TimelineRecordType::RecalculateStyles); in willRecalculateStyle()
201 pushCurrentRecord(TimelineRecordFactory::createPaintData(rect), TimelineRecordType::Paint); in willPaint()
211pushCurrentRecord(TimelineRecordFactory::createParseHTMLData(length, startLine), TimelineRecordTyp… in willWriteHTML()
241pushCurrentRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::Time… in willFireTimer()
251pushCurrentRecord(TimelineRecordFactory::createXHRReadyStateChangeData(url, readyState), TimelineR… in willChangeXHRReadyState()
261 pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(url), TimelineRecordType::XHRLoad); in willLoadXHR()
271pushCurrentRecord(TimelineRecordFactory::createEvaluateScriptData(url, lineNumber), TimelineRecord… in willEvaluateScript()
[all …]
DInspectorTimelineAgent.h138 void pushCurrentRecord(PassRefPtr<InspectorObject>, const String& type);
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2426186 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
42969 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
DChangeLog-2010-12-0646034 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
105086 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
106558 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
DChangeLog-2010-01-297986 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
41002 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
DChangeLog35093 (WebCore::InspectorTimelineAgent::pushCurrentRecord):