Searched refs:hasBackground (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DDeleteButtonController.cpp140 if (renderer->hasBackground() && (!parentRenderer->hasBackground() || style->visitedDependentColor(CSSPropertyBackgroundColor) != parentStyle->visitedDependentColor(CSSPropertyBackgroundColor)))
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumLinux.cpp232 if (o->hasBackground())
279 if (o->hasBackground())
H A DRenderLayerBacking.cpp730 return hasBorderOutlineOrShadow(renderer->style()) || renderer->hasBackground();
746 if (htmlObject->hasBackground())
753 return bodyObject->hasBackground();
756 return renderer()->hasBackground();
764 if (htmlObject->hasBackground())
H A DRenderScrollbar.cpp165 if (result && m_owningFrame && m_owningFrame->view() && !m_owningFrame->view()->isTransparent() && !result->hasBackground())
H A DRenderObject.h418 bool hasBackground() const { return style()->hasBackground(); } function in class:WebCore::RenderObject
H A DRenderTable.cpp625 else if (!isBody() || document()->documentElement()->renderer()->hasBackground())
H A DRenderBox.cpp802 if (!hasBackground() && node() && node()->hasTagName(HTMLNames::htmlTag)) {
843 else if (!isBody() || document()->documentElement()->renderer()->hasBackground()) {
1021 bool drawingRootBackground = drawingBackground && (isRoot() || (isBody() && !document()->documentElement()->renderer()->hasBackground()));
H A DRenderBlockLineLayout.cpp781 (fontSize <= lineHeight) && !style()->hasBackground() &&
H A DRenderBoxModelObject.cpp373 setHasBoxDecorations(hasBackground() || style()->hasBorder() || style()->hasAppearance() || style()->boxShadow());
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h353 bool hasBackground() const function in class:WebCore::RenderStyle
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp828 if (style->hasBackground()) {

Completed in 655 milliseconds