Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp478 CSSValueID verticalAlignValue = CSSValueInvalid; in applyAlignmentAttributeToStyle() local
481 verticalAlignValue = CSSValueMiddle; in applyAlignmentAttributeToStyle()
483 verticalAlignValue = CSSValueBottom; in applyAlignmentAttributeToStyle()
486 verticalAlignValue = CSSValueTop; in applyAlignmentAttributeToStyle()
489 verticalAlignValue = CSSValueTop; in applyAlignmentAttributeToStyle()
491 verticalAlignValue = CSSValueTop; in applyAlignmentAttributeToStyle()
493 verticalAlignValue = CSSValueWebkitBaselineMiddle; in applyAlignmentAttributeToStyle()
495 verticalAlignValue = CSSValueMiddle; in applyAlignmentAttributeToStyle()
497 verticalAlignValue = CSSValueBaseline; in applyAlignmentAttributeToStyle()
499 verticalAlignValue = CSSValueTextTop; in applyAlignmentAttributeToStyle()
[all …]