pushCurrentRecord  464 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptId, scriptName, scriptLine), TimelineRecordType::FunctionCall, true, frameForExecutionContext(context));
pushCurrentRecord  478 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, document->frame());
pushCurrentRecord  486 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, window->frame());
pushCurrentRecord  512 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createLayoutData(needsLayoutObjects, totalObjects, isPartial), TimelineRecordType::Layout, true, frame);
pushCurrentRecord  539 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createNodeData(nodeId(renderer)), TimelineRecordType::AutosizeText, false, renderer->frame());
pushCurrentRecord  559 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(JSONObject::create(), TimelineRecordType::RecalculateStyles, true, document->frame());
pushCurrentRecord  598 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(JSONObject::create(), TimelineRecordType::Paint, true, frame, true);
pushCurrentRecord  629 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createLayerData(nodeId(renderer)), TimelineRecordType::ScrollLayer, false, renderer->frame());
pushCurrentRecord  642 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(data, TimelineRecordType::DecodeImage, true, 0);
pushCurrentRecord  655 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(data, TimelineRecordType::ResizeImage, true, 0);
pushCurrentRecord  665 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(JSONObject::create(), TimelineRecordType::CompositeLayers, false, 0);
pushCurrentRecord  679 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createParseHTMLData(startLine), TimelineRecordType::ParseHTML, true, document->frame());
pushCurrentRecord  704 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createGenericTimerData(timerId), TimelineRecordType::TimerFire, false, frameForExecutionContext(context));
pushCurrentRecord  717 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createXHRReadyStateChangeData(request->url().string(), request->readyState()), TimelineRecordType::XHRReadyStateChange, false, frameForExecutionContext(context));
pushCurrentRecord  730 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createXHRLoadData(request->url().string()), TimelineRecordType::XHRLoad, true, frameForExecutionContext(context));
pushCurrentRecord  741 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createEvaluateScriptData(url, lineNumber), TimelineRecordType::EvaluateScript, true, frame);
pushCurrentRecord  795 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createConsoleTimeData(message), TimelineRecordType::ConsoleTime, false, frameForExecutionContext(context));
pushCurrentRecord  879 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(TimelineRecordFactory::createAnimationFrameData(callbackId), TimelineRecordType::FireAnimationFrame, false, document->frame());
pushCurrentRecord  890 Source/core/inspector/InspectorTimelineAgent.cpp     pushCurrentRecord(JSONObject::create(), TimelineRecordType::Program, false, 0);
pushCurrentRecord  264 Source/core/inspector/InspectorTimelineAgent.h     void pushCurrentRecord(PassRefPtr<JSONObject> data, const String& type, bool captureCallStack, LocalFrame*, bool hasLowLevelDetails = false);