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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.h130 extern const char ActivateLayerTree[];
H A DInspectorInstrumentation.cpp236 const char ActivateLayerTree[] = "ActivateLayerTree"; member in namespace:WebCore::InstrumentationEvents
H A DInspectorTimelineAgent.h91 extern const char ActivateLayerTree[];
H A DInspectorTimelineAgent.cpp128 const char ActivateLayerTree[] = "ActivateLayerTree"; member in namespace:WebCore::TimelineRecordType
361 dispatcher->addListener(InstrumentationEvents::ActivateLayerTree, TRACE_EVENT_PHASE_INSTANT, this, &InspectorTimelineAgent::onActivateLayerTree, m_client);
979 state.recordStack.addInstantRecord(createRecordForEvent(event, TimelineRecordType::ActivateLayerTree, TimelineRecordFactory::createFrameData(frameId)));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTimelineFrameController.js92 } else if (record.type === WebInspector.TimelineModel.RecordType.ActivateLayerTree) {
H A DTimelineModel.js57 ActivateLayerTree: "ActivateLayerTree",
H A DTimelinePresentationModel.js241 WebInspector.TimelinePresentationModel._hiddenRecords[WebInspector.TimelineModel.RecordType.ActivateLayerTree] = 1;

Completed in 189 milliseconds