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

  /packages/apps/Camera/src/com/android/camera/ui/
EffectSettingPopup.java 104 boolean hasBackground = mBackgroundItem.size() > 0;
119 if (hasSillyFaces && hasBackground) {
124 if (hasBackground) {
  /packages/apps/Gallery2/src/com/android/camera/ui/
EffectSettingPopup.java 104 boolean hasBackground = mBackgroundItem.size() > 0;
119 if (hasSillyFaces && hasBackground) {
124 if (hasBackground) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
EffectSettingPopup.java 102 boolean hasBackground = mBackgroundItem.size() > 0;
117 if (hasSillyFaces && hasBackground) {
122 if (hasBackground) {
  /external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp 140 if (renderer->hasBackground() && (!parentRenderer->hasBackground() || style->visitedDependentColor(CSSPropertyBackgroundColor) != parentStyle->visitedDependentColor(CSSPropertyBackgroundColor)))
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumLinux.cpp 232 if (o->hasBackground())
279 if (o->hasBackground())
RenderLayerBacking.cpp 730 return hasBorderOutlineOrShadow(renderer->style()) || renderer->hasBackground();
746 if (htmlObject->hasBackground())
753 return bodyObject->hasBackground();
756 return renderer()->hasBackground();
764 if (htmlObject->hasBackground())
    [all...]
RenderScrollbar.cpp 165 if (result && m_owningFrame && m_owningFrame->view() && !m_owningFrame->view()->isTransparent() && !result->hasBackground())
RenderObject.h 418 bool hasBackground() const { return style()->hasBackground(); }
    [all...]
RenderTable.cpp 625 else if (!isBody() || document()->documentElement()->renderer()->hasBackground())
    [all...]
RenderBox.cpp 802 if (!hasBackground() && node() && node()->hasTagName(HTMLNames::htmlTag)) {
843 else if (!isBody() || document()->documentElement()->renderer()->hasBackground()) {
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBoxModelObject.cpp 373 setHasBoxDecorations(hasBackground() || style()->hasBorder() || style()->hasAppearance() || style()->boxShadow());
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 353 bool hasBackground() const
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 830 if (style->hasBackground()) {
    [all...]

Completed in 614 milliseconds