HomeSort by relevance Sort by last modified time
    Searched refs:preservePhase (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 70 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
72 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
74 if (!preservePhase) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 210 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
212 info.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
214 if (!preservePhase) {
RenderBlock.h     [all...]
RenderBlock.cpp     [all...]

Completed in 2570 milliseconds