Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp264 …setLogicalWidth(convertStyleLogicalWidthToComputedWidth(styleLogicalWidth, containerWidthInInlineD… in updateLogicalWidth()
285 …LayoutUnit computedMaxLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMaxLogicalWidth,… in updateLogicalWidth()
296 …LayoutUnit computedMinLogicalWidth = convertStyleLogicalWidthToComputedWidth(styleMinLogicalWidth,… in updateLogicalWidth()
327 LayoutUnit RenderTable::convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, La… in convertStyleLogicalWidthToComputedWidth() function in WebCore::RenderTable
DRenderTable.h300 …LayoutUnit convertStyleLogicalWidthToComputedWidth(const Length& styleLogicalWidth, LayoutUnit ava…