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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxDecorationData.cpp 17 hasBackground = backgroundColor.alpha() || style.hasBackgroundImage();
18 ASSERT(hasBackground == style.hasBackground());
27 if (!hasBackground || !hasBorder || !style.hasBorderRadius() || canRenderBorderImage)
BoxDecorationData.h 22 bool hasBackground;
BoxPainter.cpp 97 && !documentElementRenderer->hasBackground()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 310 if (o->hasBackground())
355 if (o->hasBackground())
RenderScrollbar.cpp 150 if (result && m_owningFrame && m_owningFrame->view() && !m_owningFrame->view()->isTransparent() && !result->hasBackground())
RenderObject.h 272 return !style()->hasVisualOverflowingEffect() && !style()->hasBorder() && !style()->hasBackground();
566 bool hasBackground() const { return style()->hasBackground(); }
    [all...]
RenderImage.cpp 337 if (!hasBackground())
RenderBoxModelObject.cpp 128 return hasBackground() || styleToUse->hasBorder() || styleToUse->hasAppearance() || styleToUse->boxShadow();
RenderBox.cpp 89 && !documentElementRenderer->hasBackground()
    [all...]
AutoTableLayout.cpp 67 bool cellHasContent = cell->children()->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding() || cell->style()->hasBackground();
    [all...]
RenderObject.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 125 if (!renderer->style()->hasBackground())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 396 bool hasBackground() const
    [all...]

Completed in 311 milliseconds