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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 130 extern const char ActivateLayerTree[];
InspectorInstrumentation.cpp 247 const char ActivateLayerTree[] = "ActivateLayerTree";
InspectorTimelineAgent.cpp 132 static const char ActivateLayerTree[] = "ActivateLayerTree";
409 dispatcher->addListener(InstrumentationEvents::ActivateLayerTree, TRACE_EVENT_PHASE_INSTANT, InspectorTimelineAgentTraceEventListener::create(this, &InspectorTimelineAgent::onActivateLayerTree), m_client);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameModel.js 300 else if (record.type() === recordTypes.ActivateLayerTree)
433 else if (event.name === eventNames.ActivateLayerTree)
TimelineModel.js 50 ActivateLayerTree: "ActivateLayerTree",
TracingTimelineModel.js 34 ActivateLayerTree: "ActivateLayerTree",
    [all...]
TimelineModelImpl.js 62 WebInspector.TimelineModel.RecordType.ActivateLayerTree ];
TimelineUIUtilsImpl.js 162 recordTypes.ActivateLayerTree,

Completed in 315 milliseconds