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

  /external/webkit/Source/WebCore/rendering/style/
StyleBackgroundData.cpp 31 : m_background(BackgroundFillLayer)
38 , m_background(o.m_background)
46 return m_background == o.m_background && m_color == o.m_color && m_outline == o.m_outline;
StyleBackgroundData.h 48 const FillLayer& background() const { return m_background; }
58 FillLayer m_background; member in class:WebCore::StyleBackgroundData
RenderStyle.h 143 DataRef<StyleBackgroundData> m_background; member in class:WebCore::RenderStyle
349 bool hasBackgroundImage() const { return m_background->background().hasImage(); }
350 bool hasFixedBackgroundImage() const { return m_background->background().hasFixedImage(); }
450 if (m_background->outline().style() == BNONE)
452 return m_background->outline().width();
455 EBorderStyle outlineStyle() const { return m_background->outline().style(); }
456 bool outlineStyleIsAuto() const { return m_background->outline().isAuto(); }
567 EFillRepeat backgroundRepeatX() const { return static_cast<EFillRepeat>(m_background->background().repeatX()); }
568 EFillRepeat backgroundRepeatY() const { return static_cast<EFillRepeat>(m_background->background().repeatY()); }
569 CompositeOperator backgroundComposite() const { return static_cast<CompositeOperator>(m_background->background().composite());
    [all...]
RenderStyle.cpp 87 , m_background(defaultStyle()->m_background)
117 m_background.init();
148 , m_background(o.m_background)
183 && m_background == o.m_background
554 || *m_background.get() != *other->m_background.get()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.h 92 Color m_background; member in class:WebCore::Surface
Surface.cpp 162 m_background = static_cast<BaseLayerAndroid*>(layer)->getBackgroundColor();
194 && (!m_background.alpha()
195 || !m_background.hasAlpha());
412 if (!isBase() || !m_background.isValid())
414 return &m_background;

Completed in 156 milliseconds