Home
last modified time | relevance | path

Searched refs:ActivateLayerTree (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentation.h130 extern const char ActivateLayerTree[];
DInspectorInstrumentation.cpp247 const char ActivateLayerTree[] = "ActivateLayerTree"; variable
DInspectorTimelineAgent.cpp132 static const char ActivateLayerTree[] = "ActivateLayerTree"; variable
409 …dispatcher->addListener(InstrumentationEvents::ActivateLayerTree, TRACE_EVENT_PHASE_INSTANT, Inspe… in innerStart()
1029 …ck.addInstantRecord(createRecordForEvent(event, TimelineRecordType::ActivateLayerTree, TimelineRec… in onActivateLayerTree()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineFrameModel.js300 else if (record.type() === recordTypes.ActivateLayerTree)
433 else if (event.name === eventNames.ActivateLayerTree)
DTimelineModel.js50 ActivateLayerTree: "ActivateLayerTree", property
DTimelineModelImpl.js62 WebInspector.TimelineModel.RecordType.ActivateLayerTree ];
DTracingTimelineModel.js34 ActivateLayerTree: "ActivateLayerTree", property
DTimelineUIUtilsImpl.js162 recordTypes.ActivateLayerTree,