HomeSort by relevance Sort by last modified time
    Searched full:preservephase (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/paint/
BlockFlowPainter.h 18 void paintFloats(PaintInfo&, const LayoutPoint&, bool preservePhase);
BlockFlowPainter.cpp 14 void BlockFlowPainter::paintFloats(PaintInfo& paintInfo, const LayoutPoint& paintOffset, bool preservePhase)
26 currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
33 if (!preservePhase) {
SVGForeignObjectPainter.cpp 38 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
40 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
42 if (!preservePhase) {
BlockPainter.cpp 124 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
126 info.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
128 if (!preservePhase) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 266 virtual void paintFloats(PaintInfo&, const LayoutPoint&, bool preservePhase = false) OVERRIDE FINAL;
RenderBlockFlow.cpp     [all...]

Completed in 865 milliseconds