HomeSort by relevance Sort by last modified time
    Searched defs:m_background (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleBackgroundData.h 50 const FillLayer& background() const { return m_background; }
60 FillLayer m_background; member in class:blink::StyleBackgroundData
RenderStyle.h 138 DataRef<StyleBackgroundData> m_background; member in class:blink::RenderStyle
389 bool hasBackgroundImage() const { return m_background->background().hasImage(); }
390 bool hasFixedBackgroundImage() const { return m_background->background().hasFixedImage(); }
520 if (m_background->outline().style() == BNONE)
522 return m_background->outline().width();
525 EBorderStyle outlineStyle() const { return m_background->outline().style(); }
526 OutlineIsAuto outlineStyleIsAuto() const { return static_cast<OutlineIsAuto>(m_background->outline().isAuto()); }
643 EFillRepeat backgroundRepeatX() const { return static_cast<EFillRepeat>(m_background->background().repeatX()); }
644 EFillRepeat backgroundRepeatY() const { return static_cast<EFillRepeat>(m_background->background().repeatY()); }
645 CompositeOperator backgroundComposite() const { return static_cast<CompositeOperator>(m_background->background().composite());
    [all...]

Completed in 71 milliseconds