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 274 if (o->hasBackground())
321 if (o->hasBackground())
RenderScrollbar.cpp 158 if (result && m_owningFrame && m_owningFrame->view() && !m_owningFrame->view()->isTransparent() && !result->hasBackground())
RenderLayerBacking.cpp 135 if (!renderer->style()->hasBackground())
    [all...]
RenderImage.cpp 494 if (!hasBackground())
RenderRegion.cpp 586 || object->style()->hasBackground()
RenderObject.h 540 bool hasBackground() const
    [all...]
RenderBox.cpp 90 && !documentElementRenderer->hasBackground()
    [all...]
RenderObject.cpp     [all...]
RenderLayer.cpp 546 if (layerBeforePromote != layerAfterPromote && (layerAfterPromote != this || renderer()->hasBackground()))
    [all...]
RenderBoxModelObject.cpp 186 setHasBoxDecorations(hasBackground() || styleToUse->hasBorder() || styleToUse->hasAppearance() || styleToUse->boxShadow());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 374 bool hasBackground() const
    [all...]

Completed in 128 milliseconds