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.cpp68 , overflowWrap(RenderStyle::initialOverflowWrap()) in StyleRareInheritedData()
120 , overflowWrap(o.overflowWrap) in StyleRareInheritedData()
188 && overflowWrap == o.overflowWrap in operator ==()
DStyleRareInheritedData.h86 unsigned overflowWrap : 1; // EOverflowWrap variable
DRenderStyle.h630 return wordBreak() == BreakWordBreak || overflowWrap() == BreakOverflowWrap; in breakWords()
801 …EOverflowWrap overflowWrap() const { return static_cast<EOverflowWrap>(rareInheritedData->overflow… in overflowWrap() function
1264 void setOverflowWrap(EOverflowWrap b) { SET_VAR(rareInheritedData, overflowWrap, b); } in setOverflowWrap()
DRenderStyle.cpp461 || rareInheritedData->overflowWrap != other->rareInheritedData->overflowWrap in diff()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControl.cpp138 …|| (style()->overflowX() == OAUTO && innerText->renderer()->style()->overflowWrap() == NormalOver… in computeLogicalHeight()
139 …|| (style()->overflowY() == OAUTO && innerText->renderer()->style()->overflowWrap() == NormalOver… in computeLogicalHeight()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2220 return cssValuePool().createValue(style->overflowWrap()); in getPropertyCSSValue()
2393 return cssValuePool().createValue(style->overflowWrap()); in getPropertyCSSValue()