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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CachedUAStyle.h 40 bool hasAppearance;
47 : hasAppearance(true)
52 ASSERT(style->hasAppearance());
RenderStyle.h 394 bool hasAppearance() const { return appearance() != NoControlPart; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxDecorationData.h 24 bool hasAppearance;
BoxDecorationData.cpp 20 hasAppearance = style.hasAppearance();
51 if (!hasAppearance && style.borderObscuresBackground() && backgroundHasOpaqueTopLayer)
BoxPainter.cpp 71 bool themePainted = boxDecorationData.hasAppearance && !RenderTheme::theme().paint(&m_renderBox, paintInfo, snappedPaintRect);
78 if (boxDecorationData.hasAppearance)
85 && (!boxDecorationData.hasAppearance || (!themePainted && RenderTheme::theme().paintBorderOnly(&m_renderBox, paintInfo, snappedPaintRect)))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSliderThumb.cpp 57 if (style()->hasAppearance())
RenderProgress.cpp 91 bool animating = style()->hasAppearance() && m_animationDuration > 0;
RenderTheme.cpp 102 if (uaStyle && uaStyle->hasAppearance && isControlStyled(style, uaStyle)) {
110 if (!style->hasAppearance())
607 if (!renderer->style()->hasAppearance() && !node->isLink())
618 return (style->hasAppearance() && style->appearance() != TextFieldPart && style->appearance() != TextAreaPart && style->appearance() != MenulistButtonPart && style->appearance() != ListboxPart);
    [all...]
RenderBoxModelObject.cpp 128 return hasBackground() || styleToUse->hasBorder() || styleToUse->hasAppearance() || styleToUse->boxShadow();
409 if (style()->hasAppearance())
RenderLayerScrollableArea.cpp     [all...]
RenderBlock.cpp     [all...]
RenderThemeChromiumMac.mm 720 bool useNSTextFieldCell = o->style()->hasAppearance()
    [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
ProgressShadowElement.cpp 56 return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::rendererIsNeeded(style);
77 return progressRenderer && !progressRenderer->style()->hasAppearance() && HTMLDivElement::rendererIsNeeded(style);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h 98 if (!style()->hasAppearance())
MatchedPropertiesCache.cpp 186 if (style->hasAppearance())
StyleAdjuster.cpp 215 if (style->hasAppearance())
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.cpp 63 if (!style->hasAppearance() || hasAuthorShadowRoot())
HTMLFormControlElement.cpp 155 if (renderer() && renderer()->style()->hasAppearance())
176 if (renderer() && renderer()->style()->hasAppearance())
HTMLOptionElement.cpp 188 if (renderer() && renderer()->style()->hasAppearance())
HTMLInputElement.cpp 852 if (renderer() && renderer()->style()->hasAppearance())
889 if (renderer() && renderer()->style()->hasAppearance())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 471 if (obj->style()->hasAppearance())

Completed in 277 milliseconds