Home
last modified time | relevance | path

Searched refs:borderObscuresBackgroundEdge (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h259 bool borderObscuresBackgroundEdge(const FloatSize& contextScale) const;
DRenderBoxModelObject.cpp2381 bool RenderBoxModelObject::borderObscuresBackgroundEdge(const FloatSize& contextScale) const in borderObscuresBackgroundEdge() function in WebCore::RenderBoxModelObject
DRenderBox.cpp1252 if (borderObscuresBackgroundEdge(contextScaling)) in determineBackgroundBleedAvoidance()