OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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/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/
RenderScrollbar.cpp
158
if (result && m_owningFrame && m_owningFrame->view() && !m_owningFrame->view()->isTransparent() && !result->
hasBackground
())
RenderThemeChromiumDefault.cpp
314
if (o->
hasBackground
())
360
if (o->
hasBackground
())
CompositedLayerMapping.cpp
135
if (!renderer->style()->
hasBackground
())
[
all
...]
RenderObject.h
534
bool
hasBackground
() const { return style()->
hasBackground
(); }
[
all
...]
RenderImage.cpp
518
if (!
hasBackground
())
RenderLayerStackingNode.cpp
493
if (nodeBeforePromote != nodeAfterPromote && (nodeAfterPromote != this || renderer()->
hasBackground
()))
RenderRegion.cpp
596
|| object->style()->
hasBackground
()
RenderObject.cpp
[
all
...]
RenderBox.cpp
92
&& !documentElementRenderer->
hasBackground
()
[
all
...]
RenderBoxModelObject.cpp
178
setHasBoxDecorations(
hasBackground
() || styleToUse->hasBorder() || styleToUse->hasAppearance() || styleToUse->boxShadow());
[
all
...]
RenderLayer.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h
395
bool
hasBackground
() const
[
all
...]
Completed in 496 milliseconds