Searched defs:setLayerTreeId (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTracingAgent.cpp70 setLayerTreeId(m_layerTreeId);
74 void InspectorTracingAgent::setLayerTreeId(int layerTreeId) function in class:blink::InspectorTracingAgent
H A DInspectorTimelineAgent.h134 void setLayerTreeId(int layerTreeId) { m_layerTreeId = layerTreeId; } function in class:blink::FINAL
H A DInspectorController.cpp315 void InspectorController::setLayerTreeId(int id) function in class:blink::InspectorController
317 m_timelineAgent->setLayerTreeId(id);
318 m_tracingAgent->setLayerTreeId(id);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDevToolsAgentImpl.cpp593 void WebDevToolsAgentImpl::setLayerTreeId(int layerTreeId) function in class:blink::WebDevToolsAgentImpl
596 inspectorController()->setLayerTreeId(layerTreeId);

Completed in 733 milliseconds