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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxDecorationData.cpp 27 if (!hasBackground || !hasBorder || !style.hasBorderRadius() || canRenderBorderImage)
InlineFlowBoxPainter.cpp 100 if ((!hasFillImage && !m_inlineFlowBox.renderer().style()->hasBorderRadius()) || (!m_inlineFlowBox.prevLineBox() && !m_inlineFlowBox.nextLineBox()) || !m_inlineFlowBox.parent()) {
BoxPainter.cpp 284 bool hasRoundedBorder = obj.style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge);
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 106 bool hasBorderRadius;
WebThemeEngine.h 144 bool hasBorderRadius;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h 50 bool hasBorderRadius() const
RenderStyle.cpp     [all...]
RenderStyle.h 497 bool hasBorderRadius() const { return surround->border.hasBorderRadius(); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 219 if (style()->hasBorderRadius()) {
236 if (style()->hasBorderRadius())
RenderThemeChromiumDefault.cpp 321 if (o->style()->hasBorderRadius() || o->style()->hasBackgroundImage())
352 extraParams.menuList.hasBorderRadius = o->style()->hasBorderRadius();
395 extraParams.menuList.hasBorderRadius = o->style()->hasBorderRadius();
RenderLayerClipper.cpp 79 newOverflowClip.setHasRadius(renderer.style()->hasBorderRadius());
238 if (m_renderer.style()->hasBorderRadius())
RenderReplaced.cpp 146 if (style()->hasBorderRadius()) {
167 if (style()->hasBorderRadius())
RenderBoxModelObject.cpp 445 if (lastBackgroundLayer->image() && style()->hasBorderRadius())
RenderBox.cpp     [all...]
RenderLayerScrollableArea.cpp     [all...]
InlineFlowBox.cpp     [all...]
RenderBlock.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/content/child/
webfallbackthemeengine_impl.cc 126 extra_params->menuList.hasBorderRadius;
webthemeengine_impl_android.cc 119 extra_params->menuList.hasBorderRadius;
webthemeengine_impl_default.cc 126 extra_params->menuList.hasBorderRadius;
  /external/chromium_org/mojo/services/html_viewer/
webthemeengine_impl.cc 126 extra_params->menuList.hasBorderRadius;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 466 bool needsChildClippingMask = (hasClipPath || renderer->style()->hasBorderRadius()) && (hasChildClippingLayer || isAcceleratedContents(renderer) || hasScrollingLayer());
    [all...]

Completed in 184 milliseconds