Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableElement.cpp496 static PassRefPtrWillBeRawPtr<StylePropertySet> createGroupBorderStyle(int rows) in createGroupBorderStyle() function
519 …NE_STATIC_REF_WILL_BE_PERSISTENT(StylePropertySet, rowBorderStyle, (createGroupBorderStyle(true))); in additionalGroupStyle()
522 …TATIC_REF_WILL_BE_PERSISTENT(StylePropertySet, columnBorderStyle, (createGroupBorderStyle(false))); in additionalGroupStyle()