Searched refs:willPaint (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorTimelineAgent.h89 void willPaint(const IntRect&);
H A DInspectorTimelineAgent.cpp199 void InspectorTimelineAgent::willPaint(const IntRect& rect) function in class:WebCore::InspectorTimelineAgent
H A DInspectorInstrumentation.h108 static InspectorInstrumentationCookie willPaint(Frame*, const IntRect& rect);
577 inline InspectorInstrumentationCookie InspectorInstrumentation::willPaint(Frame* frame, const IntRect& rect) function in class:WebCore::InspectorInstrumentation
H A DInspectorInstrumentation.cpp362 timelineAgent->willPaint(rect);
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1226 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willPaint(m_owningLayer->renderer()->frame(), clip);
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp2371 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willPaint(m_frame.get(), rect);

Completed in 195 milliseconds