Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLTableCellElement.cpp101 …document()->frame()) || document()->frame()->settings()->layoutAlgorithm() != Settings::kLayoutSSR) in parseMappedAttribute()
/external/webkit/Source/WebCore/rendering/
DRenderImage.cpp506 if (document()->settings()->layoutAlgorithm() == Settings::kLayoutSSR) { in computeReplacedLogicalWidth()
536 if (logicalHeight && document()->settings()->layoutAlgorithm() == Settings::kLayoutSSR) { in computeReplacedLogicalHeight()
DRenderTable.cpp261 if (document()->settings()->layoutAlgorithm() == Settings::kLayoutSSR) in computeLogicalWidth()
310 && document()->settings()->layoutAlgorithm() == Settings::kLayoutSSR) { in layout()
DRenderBox.cpp1611 document()->frame()->settings()->layoutAlgorithm() == Settings::kLayoutSSR) { in computeLogicalWidth()
1662 document()->settings()->layoutAlgorithm() == Settings::kLayoutSSR) { in computeLogicalWidth()
1844 if (document()->settings()->layoutAlgorithm() == Settings::kLayoutSSR) in computeLogicalHeight()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1102 if (settings && settings->layoutAlgorithm() == Settings::kLayoutSSR) in getPropertyCSSValue()
1280 if (settings && settings->layoutAlgorithm() == Settings::kLayoutSSR) in getPropertyCSSValue()
1313 if (settings && settings->layoutAlgorithm() == Settings::kLayoutSSR) in getPropertyCSSValue()
1406 if (settings && settings->layoutAlgorithm() == Settings::kLayoutSSR) in getPropertyCSSValue()
1412 if (settings && settings->layoutAlgorithm() == Settings::kLayoutSSR) in getPropertyCSSValue()
/external/webkit/Source/WebCore/page/
DSettings.h65 kLayoutSSR, enumerator