Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp334 bool isCSSTable = !node() || !isHTMLTableElement(node()); in convertStyleLogicalWidthToComputedWidth() local
335 …if (isCSSTable && styleLogicalWidth.isSpecified() && styleLogicalWidth.isPositive() && style()->bo… in convertStyleLogicalWidthToComputedWidth()