HomeSort by relevance Sort by last modified time
    Searched refs:PaintPhaseForeground (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h 45 PaintPhaseForeground,
RenderReplica.cpp 76 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask)
81 if (paintInfo.phase == PaintPhaseForeground) {
RenderHTMLCanvas.cpp 63 if (paintInfo.phase == PaintPhaseForeground)
RenderVideo.cpp 189 if (page && paintInfo.phase == PaintPhaseForeground)
196 if (page && paintInfo.phase == PaintPhaseForeground)
202 if (page && paintInfo.phase == PaintPhaseForeground)
RenderEmbeddedObject.cpp 130 if (page && paintInfo.phase == PaintPhaseForeground)
136 if (page && paintInfo.phase == PaintPhaseForeground)
RenderFileUploadControl.cpp 101 if (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseChildBlockBackgrounds) {
110 if (paintInfo.phase == PaintPhaseForeground) {
RenderDetailsMarker.cpp 116 if (paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) {
InlineBox.cpp 200 if (!paintInfo.shouldPaintWithinRoot(renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
219 info.phase = PaintPhaseForeground;
RenderWidget.cpp 266 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
277 if (!m_frameView || paintInfo.phase != PaintPhaseForeground)
RenderImage.cpp 295 if (page && paintInfo.phase == PaintPhaseForeground)
361 if (page && paintInfo.phase == PaintPhaseForeground)
371 if (cachedImage() && page && paintInfo.phase == PaintPhaseForeground) {
RenderReplaced.cpp 114 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
126 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && !canHaveChildren())
172 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseOutline && paintInfo.phase != PaintPhaseSelfOutline
RenderScrollbarPart.cpp 193 paintInfo.phase = PaintPhaseForeground;
RenderLineBoxList.cpp 200 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseOutline
RenderMultiColumnSet.cpp 332 if (!m_flowThread || !isValid() || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
RenderListBox.cpp 291 if (paintInfo.phase == PaintPhaseForeground) {
305 case PaintPhaseForeground:
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 50 || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
62 if (paintInfo.phase == PaintPhaseForeground) {
79 childPaintInfo.phase = PaintPhaseForeground;
SVGInlineFlowBox.cpp 38 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
52 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
RenderSVGContainer.cpp 132 if (childPaintInfo.phase == PaintPhaseForeground) {
RenderSVGImage.cpp 136 if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) {
140 if (childPaintInfo.phase == PaintPhaseForeground) {
RenderSVGRoot.cpp 282 if (page && paintInfo.phase == PaintPhaseForeground)
288 if (page && paintInfo.phase == PaintPhaseForeground)
308 if (childPaintInfo.phase == PaintPhaseForeground) {
RenderSVGShape.cpp 278 if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) {
282 if (childPaintInfo.phase == PaintPhaseForeground) {
SVGRenderingContext.cpp 265 PaintInfo info(image->context(), PaintInfo::infiniteRect(), PaintPhaseForeground, PaintBehaviorNormal);
SVGRootInlineBox.cpp 38 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
RenderSVGText.cpp 494 if (paintInfo.phase != PaintPhaseForeground
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContextAnnotation.cpp 59 case WebCore::PaintPhaseForeground:

Completed in 1798 milliseconds

1 2