HomeSort by relevance Sort by last modified time
    Searched refs:hasBackground (Results 1 - 13 of 13) 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/LegacyCamera/src/com/android/camera/ui/
EffectSettingPopup.java 102 boolean hasBackground = mBackgroundItem.size() > 0;
117 if (hasSillyFaces && hasBackground) {
122 if (hasBackground) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 316 if (o->hasBackground())
363 if (o->hasBackground())
RenderScrollbar.cpp 159 if (result && m_owningFrame && m_owningFrame->view() && !m_owningFrame->view()->isTransparent() && !result->hasBackground())
RenderImage.cpp 500 if (!hasBackground())
RenderObject.h 527 bool hasBackground() const { return style()->hasBackground(); }
    [all...]
AutoTableLayout.cpp 69 bool cellHasContent = cell->children()->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding() || cell->style()->hasBackground();
    [all...]
RenderBox.cpp 91 && !documentElementRenderer->hasBackground()
    [all...]
RenderObject.cpp     [all...]
RenderBoxModelObject.cpp 135 return hasBackground() || styleToUse->hasBorder() || styleToUse->hasAppearance() || styleToUse->boxShadow();
    [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 129 if (!renderer->style()->hasBackground())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 412 bool hasBackground() const
    [all...]

Completed in 371 milliseconds