Searched refs:pushCurrentRecord (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/inspector/ |
D | InspectorTimelineAgent.cpp | 160 …pushCurrentRecord(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() 211 …pushCurrentRecord(TimelineRecordFactory::createParseHTMLData(length, startLine), TimelineRecordTyp… in willWriteHTML() 241 …pushCurrentRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::Time… in willFireTimer() 251 …pushCurrentRecord(TimelineRecordFactory::createXHRReadyStateChangeData(url, readyState), TimelineR… in willChangeXHRReadyState() 261 pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(url), TimelineRecordType::XHRLoad); in willLoadXHR() 271 …pushCurrentRecord(TimelineRecordFactory::createEvaluateScriptData(url, lineNumber), TimelineRecord… in willEvaluateScript() [all …]
|
D | InspectorTimelineAgent.h | 138 void pushCurrentRecord(PassRefPtr<InspectorObject>, const String& type);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 26186 (WebCore::InspectorTimelineAgent::pushCurrentRecord): 42969 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
|
D | ChangeLog-2010-12-06 | 46034 (WebCore::InspectorTimelineAgent::pushCurrentRecord): 105086 (WebCore::InspectorTimelineAgent::pushCurrentRecord): 106558 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
|
D | ChangeLog-2010-01-29 | 7986 (WebCore::InspectorTimelineAgent::pushCurrentRecord): 41002 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
|
D | ChangeLog | 35093 (WebCore::InspectorTimelineAgent::pushCurrentRecord):
|