OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAppearance
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CachedUAStyle.h
36
:
hasAppearance
(false)
41
:
hasAppearance
(style->
hasAppearance
())
46
// so we cheat and don't bother to copy them when !
hasAppearance
.
47
if (!
hasAppearance
)
54
bool
hasAppearance
;
RenderStyle.h
393
bool
hasAppearance
() const { return appearance() != NoControlPart; }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
ProgressShadowElement.cpp
56
return progressRenderer && !progressRenderer->style()->
hasAppearance
() && HTMLDivElement::rendererIsNeeded(style);
75
return progressRenderer && !progressRenderer->style()->
hasAppearance
() && HTMLDivElement::rendererIsNeeded(style);
SliderThumbElement.cpp
92
if (style()->
hasAppearance
())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderProgress.cpp
84
bool animating = style()->
hasAppearance
() && m_animationDuration > 0;
RenderTheme.cpp
109
if (uaStyle.
hasAppearance
&& isControlStyled(style, uaStyle)) {
117
if (!style->
hasAppearance
())
681
if (!renderer->style()->
hasAppearance
())
695
return (style->
hasAppearance
() && style->appearance() != TextFieldPart && style->appearance() != TextAreaPart && style->appearance() != MenulistButtonPart && style->appearance() != ListboxPart);
[
all
...]
RenderRegion.cpp
598
|| object->style()->
hasAppearance
()
RenderBox.cpp
[
all
...]
RenderBoxModelObject.cpp
178
setHasBoxDecorations(hasBackground() || styleToUse->hasBorder() || styleToUse->
hasAppearance
() || styleToUse->boxShadow());
[
all
...]
CompositedLayerMapping.cpp
119
return style->hasBorder() || style->hasBorderRadius() || style->hasOutline() || style->
hasAppearance
() || style->boxShadow() || style->hasFilter();
[
all
...]
RenderThemeChromiumMac.mm
757
bool useNSTextFieldCell = o->style()->
hasAppearance
()
[
all
...]
RenderBlock.cpp
[
all
...]
RenderLayer.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.cpp
143
if (style->
hasAppearance
())
StyleAdjuster.cpp
348
if (style->
hasAppearance
())
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.cpp
62
if (!style->
hasAppearance
() || hasAuthorShadowRoot())
HTMLFormControlElement.cpp
147
if (renderer() && renderer()->style()->
hasAppearance
())
167
if (renderer() && renderer()->style()->
hasAppearance
())
HTMLOptionElement.cpp
187
if (renderer() && renderer()->style()->
hasAppearance
())
HTMLInputElement.cpp
870
if (renderer() && renderer()->style()->
hasAppearance
())
905
if (renderer() && renderer()->style()->
hasAppearance
())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp
807
if (renderer() && renderer()->style()->
hasAppearance
())
835
if (renderStyle()->
hasAppearance
())
857
if (renderer() && renderer()->style()->
hasAppearance
())
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp
478
if (obj->style()->
hasAppearance
())
Completed in 306 milliseconds