Home
last modified time | relevance | path

Searched defs:borderTop (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableElement.cpp253 static bool getBordersFromFrameAttributeValue(const AtomicString& value, bool& borderTop, bool& bor… in getBordersFromFrameAttributeValue()
326 bool borderTop; in collectStyleForPresentationAttribute() local
360 bool borderTop; in parseAttribute() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h105 virtual int borderTop() const { return style()->borderTopWidth(); } in borderTop() function
DRenderTable.h74 virtual int borderTop() const OVERRIDE in borderTop() function
DRenderTableCell.cpp896 int RenderTableCell::borderTop() const in borderTop() function in blink::RenderTableCell
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h479 const BorderValue& borderTop() const { return surround->border.top(); } in borderTop() function