HomeSort by relevance Sort by last modified time
    Searched defs:preservePhase (Results 1 - 2 of 2) 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) {

Completed in 33 milliseconds