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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.h152 void setLayerTreeId(int layerTreeId) { m_layerTreeId = layerTreeId; } function in class:WebCore::InspectorTimelineAgent
H A DInspectorController.cpp245 void InspectorController::setLayerTreeId(int id) function in class:WebCore::InspectorController
247 m_timelineAgent->setLayerTreeId(id);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDevToolsAgentImpl.cpp588 void WebDevToolsAgentImpl::setLayerTreeId(int layerTreeId) function in class:blink::WebDevToolsAgentImpl
590 inspectorController()->setLayerTreeId(layerTreeId);

Completed in 434 milliseconds