HomeSort by relevance Sort by last modified time
    Searched defs:m_layerTreeId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.h 126 void setLayerTreeId(int layerTreeId) { m_layerTreeId = layerTreeId; }
127 int layerTreeId() const { return m_layerTreeId; }
292 int m_layerTreeId;
TimelineTraceEventProcessor.h 250 int m_layerTreeId;

Completed in 26 milliseconds