Home | History | Annotate | Download | only in inspector

Lines Matching refs:graphicsLayer

60 #include "platform/graphics/GraphicsLayer.h"
550 void InspectorTimelineAgent::willPaint(RenderObject* renderer, const GraphicsLayer* graphicsLayer)
557 if (graphicsLayer) {
558 int layerIdentifier = graphicsLayer->platformLayer()->id();
571 void InspectorTimelineAgent::didPaint(RenderObject* renderer, const GraphicsLayer* graphicsLayer, GraphicsContext*, const LayoutRect& clipRect)
577 int graphicsLayerId = graphicsLayer ? graphicsLayer->platformLayer()->id() : 0;
580 if (m_mayEmitFirstPaint && !graphicsLayer) {