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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
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...]
TimelineTraceEventProcessor.cpp 285 RefPtr<JSONObject> record = createRecord(event, TimelineRecordType::Rasterize);
295 ASSERT(state.recordStack.isOpenRecordOfType(TimelineRecordType::Rasterize));
330 state.recordStack.addScopedRecord(createRecord(event, TimelineRecordType::DecodeImage));
338 ASSERT(state.recordStack.isOpenRecordOfType(TimelineRecordType::DecodeImage));
364 RefPtr<JSONObject> paintSetupRecord = TimelineRecordFactory::createGenericRecord(paintSetupStart, 0, TimelineRecordType::PaintSetup);
InspectorTimelineAgent.h 80 namespace TimelineRecordType {

Completed in 137 milliseconds