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

  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxDecorationData.h 19 BoxDecorationData(const RenderStyle&, bool canRenderBorderImage, bool backgroundHasOpaqueTopLayer, GraphicsContext*);
28 BackgroundBleedAvoidance determineBackgroundBleedAvoidance(const RenderStyle&, bool canRenderBorderImage, bool backgroundHasOpaqueTopLayer, GraphicsContext*);
BoxDecorationData.cpp 14 BoxDecorationData::BoxDecorationData(const RenderStyle& style, bool canRenderBorderImage, bool backgroundHasOpaqueTopLayer, GraphicsContext* context)
22 m_bleedAvoidance = determineBackgroundBleedAvoidance(style, canRenderBorderImage, backgroundHasOpaqueTopLayer, context);
25 BackgroundBleedAvoidance BoxDecorationData::determineBackgroundBleedAvoidance(const RenderStyle& style, bool canRenderBorderImage, bool backgroundHasOpaqueTopLayer, GraphicsContext* context)
51 if (!hasAppearance && style.borderObscuresBackground() && backgroundHasOpaqueTopLayer)
BoxPainter.cpp 54 BoxDecorationData boxDecorationData(*style, m_renderBox.canRenderBorderImage(), m_renderBox.backgroundHasOpaqueTopLayer(), paintInfo.context);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 164 BoxDecorationData boxDecorationData(*style(), canRenderBorderImage(), backgroundHasOpaqueTopLayer(), paintInfo.context);
RenderBox.h     [all...]
RenderBox.cpp     [all...]

Completed in 51 milliseconds