Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp74 , overflowWrap(RenderStyle::initialOverflowWrap()) in StyleRareInheritedData()
130 , overflowWrap(o.overflowWrap) in StyleRareInheritedData()
194 && overflowWrap == o.overflowWrap in operator ==()
DStyleRareInheritedData.h113 unsigned overflowWrap : 1; // EOverflowWrap variable
DRenderStyle.h640 return wordBreak() == BreakWordBreak || overflowWrap() == BreakOverflowWrap; in breakWords()
830 …EOverflowWrap overflowWrap() const { return static_cast<EOverflowWrap>(rareInheritedData->overflow… in overflowWrap() function
1316 void setOverflowWrap(EOverflowWrap b) { SET_VAR(rareInheritedData, overflowWrap, b); } in setOverflowWrap()
DRenderStyle.cpp490 || rareInheritedData->overflowWrap != other.rareInheritedData->overflowWrap in diffNeedsFullLayoutAndPaintInvalidation()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControl.cpp137 … (style()->overflowX() == OAUTO && innerEditor->renderer()->style()->overflowWrap() == NormalOver… in computeLogicalHeight()
138 … (style()->overflowY() == OAUTO && innerEditor->renderer()->style()->overflowWrap() == NormalOver… in computeLogicalHeight()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2113 return cssValuePool().createValue(style->overflowWrap()); in getPropertyCSSValue()
2299 return cssValuePool().createValue(style->overflowWrap()); in getPropertyCSSValue()