Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentation.h130 extern const char ActivateLayerTree[];
DInspectorInstrumentation.cpp236 const char ActivateLayerTree[] = "ActivateLayerTree"; variable
DInspectorTimelineAgent.h91 extern const char ActivateLayerTree[];
DInspectorTimelineAgent.cpp128 const char ActivateLayerTree[] = "ActivateLayerTree"; variable
361 …dispatcher->addListener(InstrumentationEvents::ActivateLayerTree, TRACE_EVENT_PHASE_INSTANT, this,… in innerStart()
979 …ck.addInstantRecord(createRecordForEvent(event, TimelineRecordType::ActivateLayerTree, TimelineRec… in onActivateLayerTree()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineFrameController.js92 } else if (record.type === WebInspector.TimelineModel.RecordType.ActivateLayerTree) {
DTimelineModel.js57 ActivateLayerTree: "ActivateLayerTree", property
DTimelinePresentationModel.js241 …elinePresentationModel._hiddenRecords[WebInspector.TimelineModel.RecordType.ActivateLayerTree] = 1;