Searched refs:preservePhase (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGForeignObject.cpp76 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip; local
78 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
80 if (!preservePhase) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h279 virtual void paintFloats(PaintInfo&, const LayoutPoint&, bool preservePhase = false) OVERRIDE FINAL;
H A DRenderBlockFlow.cpp2008 void RenderBlockFlow::paintFloats(PaintInfo& paintInfo, const LayoutPoint& paintOffset, bool preservePhase) argument
2020 currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
2024 if (!preservePhase) {
H A DRenderBlock.cpp1976 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
1978 info.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
1980 if (!preservePhase) {

Completed in 383 milliseconds