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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h 80 namespace TimelineRecordType {
InspectorTimelineAgent.cpp 70 namespace TimelineRecordType {
168 RefPtr<JSONObject> record = TimelineRecordFactory::createGenericRecord(m_timeConverter.toProtocolTimestamp(i->startTime), m_maxCallStackDepth, TimelineRecordType::GCEvent);
253 m_pendingFrameRecord = TimelineRecordFactory::createGenericRecord(timestamp(), 0, TimelineRecordType::BeginFrame);
263 pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineRecordType::FunctionCall, true, frameForScriptExecutionContext(context));
269 didCompleteCurrentRecord(TimelineRecordType::FunctionCall);
277 pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, document->frame());
285 pushCurrentRecord(TimelineRecordFactory::createEventDispatchData(event), TimelineRecordType::EventDispatch, false, window->frame());
291 didCompleteCurrentRecord(TimelineRecordType::EventDispatch);
301 appendRecord(JSONObject::create(), TimelineRecordType::InvalidateLayout, true, frame);
319 pushCurrentRecord(TimelineRecordFactory::createLayoutData(dirtyObjects, totalObjects, partialLayout), TimelineRecordType::Layout, true, frame)
    [all...]

Completed in 65 milliseconds