Searched refs:BorderData (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCachedUAStyle.h55 BorderData border;
H A DBorderData.h35 class BorderData { class in namespace:WebCore
38 BorderData() : m_topLeft(Length(0, Fixed), Length(0, Fixed)) function in class:WebCore::BorderData
91 bool operator==(const BorderData& o) const
97 bool operator!=(const BorderData& o) const
H A DStyleSurroundData.h29 #include "core/rendering/style/BorderData.h"
49 BorderData border;
H A DRenderStyle.cpp868 static RoundedRect::Radii calcRadiiFor(const BorderData& border, IntSize size, RenderView* renderView)
H A DRenderStyle.h95 class BorderData;
453 const BorderData& border() const { return surround->border; }

Completed in 101 milliseconds