Searched refs:originalPhase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h507 void popContentsClip(PaintInfo&, PaintPhase originalPhase, const LayoutPoint& accumulatedOffset);
H A DRenderBox.cpp1405 void RenderBox::popContentsClip(PaintInfo& paintInfo, PaintPhase originalPhase, const LayoutPoint& accumulatedOffset) argument
1410 if (originalPhase == PaintPhaseOutline) {
1413 paintInfo.phase = originalPhase;
1414 } else if (originalPhase == PaintPhaseChildBlockBackground)
1415 paintInfo.phase = originalPhase;

Completed in 417 milliseconds