Searched refs:PaintPhase (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | PaintInfo.h | 53 …PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, PaintBehavior … 117 PaintPhase phase;
|
D | PaintPhase.h | 40 enum PaintPhase { enum
|
D | GraphicsContextAnnotator.cpp | 50 static const char* paintPhaseName(blink::PaintPhase phase) in paintPhaseName()
|
D | RenderLayer.h | 578 …void paintForegroundForFragmentsWithPhase(PaintPhase, const LayerFragments&, GraphicsContext*, con…
|
D | RenderBox.h | 507 … void popContentsClip(PaintInfo&, PaintPhase originalPhase, const LayoutPoint& accumulatedOffset);
|
D | RenderLayer.cpp | 2185 void RenderLayer::paintForegroundForFragmentsWithPhase(PaintPhase phase, const LayerFragments& laye… in paintForegroundForFragmentsWithPhase()
|
D | RenderBox.cpp | 1405 void RenderBox::popContentsClip(PaintInfo& paintInfo, PaintPhase originalPhase, const LayoutPoint& … in popContentsClip()
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | TablePainter.cpp | 23 PaintPhase paintPhase = paintInfo.phase; in paint() 41 PaintPhase paintPhase = paintInfo.phase; in paintObject()
|
D | TableRowPainter.cpp | 33 PaintPhase paintPhase = paintInfo.phase; in paintOutlineForRowIfNeeded()
|
D | TableSectionPainter.cpp | 35 PaintPhase phase = paintInfo.phase; in paint() 161 PaintPhase paintPhase = paintInfo.phase; in paintCell()
|
D | BlockPainter.cpp | 35 PaintPhase phase = paintInfo.phase; in paint() 142 PaintPhase paintPhase = paintInfo.phase; in paintObject() 415 …PaintPhase newPhase = (paintInfo.phase == PaintPhaseChildOutlines) ? PaintPhaseOutline : paintInfo… in paintContents()
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | perf_report_output.txt | 2317 ….] WebCore::RenderLayer::paintForegroundForFragmentsWithPhase(WebCore::PaintPhase, WTF::Vector<Web… 2319 …--- WebCore::RenderLayer::paintForegroundForFragmentsWithPhase(WebCore::PaintPhase, WTF::Vector<We…
|