Home
last modified time | relevance | path

Searched refs:willPaint (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.h181 void willPaint(RenderObject*, const GraphicsLayer*);
DInspectorInstrumentation.idl236 void willPaint([Keep] RenderObject*, const GraphicsLayer*);
DInspectorTimelineAgent.cpp555 void InspectorTimelineAgent::willPaint(RenderObject* renderer, const GraphicsLayer* graphicsLayer) in willPaint() function in WebCore::InspectorTimelineAgent
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp1896 InspectorInstrumentation::willPaint(m_owningLayer->renderer(), graphicsLayer); in paintContents()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2960 InspectorInstrumentation::willPaint(renderView, 0); in paintContents()