Searched refs:BorderData (Results 1 – 25 of 26) sorted by relevance
12
/external/webkit/Source/WebCore/rendering/style/ |
D | BorderData.h | 35 class BorderData { 38 BorderData() : m_topLeft(Length(0, Fixed), Length(0, Fixed)) in BorderData() function 91 bool operator==(const BorderData& o) const 97 bool operator!=(const BorderData& o) const
|
D | StyleSurroundData.h | 49 BorderData border;
|
D | RenderStyle.h | 94 class BorderData; variable 410 const BorderData& border() const { return surround->border; } in border()
|
D | RenderStyle.cpp | 758 static RoundedIntRect::Radii calcRadiiFor(const BorderData& border, int width, int height) in calcRadiiFor()
|
/external/webkit/Source/WebCore/platform/wx/ |
D | RenderThemeWx.cpp | 89 virtual bool isControlStyled(const RenderStyle*, const BorderData&, 152 bool RenderThemeWx::isControlStyled(const RenderStyle* style, const BorderData& border, in isControlStyled()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTheme.h | 73 const BorderData&, const FillLayer&, const Color& backgroundColor); 109 …virtual bool isControlStyled(const RenderStyle*, const BorderData&, const FillLayer&, const Color&…
|
D | RenderThemeSafari.h | 65 virtual bool isControlStyled(const RenderStyle*, const BorderData&,
|
D | RenderThemeMac.h | 54 virtual bool isControlStyled(const RenderStyle*, const BorderData&,
|
D | RenderTheme.cpp | 72 …bool UAHasAppearance, const BorderData& border, const FillLayer& background, const Color& backgrou… in adjustStyle() 650 bool RenderTheme::isControlStyled(const RenderStyle* style, const BorderData& border, const FillLay… in isControlStyled()
|
D | RenderThemeSafari.cpp | 249 bool RenderThemeSafari::isControlStyled(const RenderStyle* style, const BorderData& border, in isControlStyled()
|
D | RenderThemeMac.mm | 485 bool RenderThemeMac::isControlStyled(const RenderStyle* style, const BorderData& border,
|
/external/webkit/Source/WebCore/platform/qt/ |
D | RenderThemeQt.h | 84 …virtual bool isControlStyled(const RenderStyle*, const BorderData&, const FillLayer&, const Color&…
|
D | RenderThemeQt.cpp | 207 bool RenderThemeQt::isControlStyled(const RenderStyle* style, const BorderData& border, const FillL… in isControlStyled() 234 bool RenderThemeQt::isControlStyled(const RenderStyle* style, const BorderData& border, const FillL… in isControlStyled()
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.h | 246 BorderData m_borderData;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 8056 (khtml::BorderData::operator!=): 9084 (KDOM::BorderData::BorderData): 9322 (khtml::BorderData::hasBorder): 24722 (khtml::BorderData::hasBorder): 24723 (khtml::BorderData::hasBorderRadius): 24724 (khtml::BorderData::borderLeftWidth): 24725 (khtml::BorderData::borderRightWidth): 24726 (khtml::BorderData::borderTopWidth): 24727 (khtml::BorderData::borderBottomWidth): 24728 (khtml::BorderData::operator==): [all …]
|
D | ChangeLog-2010-05-24 | 24115 * rendering/style/BorderData.h: 24116 (WebCore::BorderData::hasBorder): 24117 (WebCore::BorderData::hasBorderRadius): 24118 (WebCore::BorderData::borderLeftWidth): 24119 (WebCore::BorderData::borderRightWidth): 24120 (WebCore::BorderData::borderTopWidth): 24121 (WebCore::BorderData::borderBottomWidth): 24122 (WebCore::BorderData::operator==): 24123 (WebCore::BorderData::left): 24124 (WebCore::BorderData::right): [all …]
|
D | GNUmakefile.list.am | 2920 Source/WebCore/rendering/style/BorderData.h \
|
D | GNUmakefile.am | 2913 Source/WebCore/rendering/style/BorderData.h \
|
D | WebCore.gypi | 976 'rendering/style/BorderData.h',
|
D | ChangeLog-2006-05-10 | 15973 (khtml::BorderData::borderLeftWidth): 15974 (khtml::BorderData::borderRightWidth): 15975 (khtml::BorderData::borderTopWidth): 15976 (khtml::BorderData::borderBottomWidth):
|
D | ChangeLog-2009-06-16 | 89257 Split BorderData, BorderValue, CollapsedBorderValue, OutlineValue and StyleSurroundData 89265 * rendering/style/BorderData.h: Copied from rendering/style/RenderStyle.h. 89266 (WebCore::BorderData::hasBorderRadius): 89267 (WebCore::BorderData::borderLeftWidth): 89268 (WebCore::BorderData::borderRightWidth): 89269 (WebCore::BorderData::borderTopWidth): 89270 (WebCore::BorderData::borderBottomWidth): 89271 (WebCore::BorderData::operator!=):
|
D | ChangeLog-2011-02-16 | 23703 * rendering/style/BorderData.h: 23793 * rendering/style/BorderData.h: 24211 * rendering/style/BorderData.h: 24472 * rendering/style/BorderData.h:
|
D | ChangeLog-2010-12-06 | 64131 * rendering/style/BorderData.h: 64132 (WebCore::BorderData::BorderData): 64133 (WebCore::BorderData::hasBorderRadius): 64134 (WebCore::BorderData::topLeft): 64135 (WebCore::BorderData::topRight): 64136 (WebCore::BorderData::bottomLeft): 64137 (WebCore::BorderData::bottomRight):
|
D | ChangeLog-2005-08-23 | 36778 … * khtml/rendering/render_style.h: Get rid of Shared<BorderData>, since it's not used that way. 36779 This makes BorderData smaller, and allows it to compile with the change to Shared<>.
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 5004 …C5EB5E10E81BE8700B25965 /* BorderData.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5EB5E00E8… 11486 …65 /* BorderData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.… 18388 BC5EB5E00E81BE8700B25965 /* BorderData.h */, 20020 BC5EB5E10E81BE8700B25965 /* BorderData.h in Headers */,
|
12