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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h 82 static void setPaintData(JSONObject* data, const FloatQuad&, long long layerRootNodeId, int graphicsLayerId);
TimelineRecordFactory.cpp 278 void TimelineRecordFactory::setPaintData(JSONObject* data, const FloatQuad& quad, long long layerRootNodeId, int graphicsLayerId)
282 data->setNumber("layerId", graphicsLayerId);
InspectorTraceEvents.cpp 312 int graphicsLayerId = graphicsLayer ? graphicsLayer->platformLayer()->id() : 0;
313 value->setInteger("layerId", graphicsLayerId);
InspectorTimelineAgent.cpp 623 int graphicsLayerId = graphicsLayer ? graphicsLayer->platformLayer()->id() : 0;
624 TimelineRecordFactory::setPaintData(entry.data.get(), quad, nodeId(renderer), graphicsLayerId);
    [all...]

Completed in 550 milliseconds