Searched refs:graphicsLayerId (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DTimelineRecordFactory.h97 static PassRefPtr<JSONObject> createPaintData(const FloatQuad&, long long layerRootNodeId, int graphicsLayerId);
H A DTimelineRecordFactory.cpp260 PassRefPtr<JSONObject> TimelineRecordFactory::createPaintData(const FloatQuad& quad, long long layerRootNodeId, int graphicsLayerId) argument
264 data->setNumber("layerId", graphicsLayerId);
H A DInspectorTimelineAgent.cpp583 int graphicsLayerId = graphicsLayer ? graphicsLayer->platformLayer()->id() : 0; local
584 entry.data = TimelineRecordFactory::createPaintData(quad, nodeId(renderer), graphicsLayerId);

Completed in 223 milliseconds