Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp73 , wordBreak(RenderStyle::initialWordBreak()) in StyleRareInheritedData()
129 , wordBreak(o.wordBreak) in StyleRareInheritedData()
193 && wordBreak == o.wordBreak in operator ==()
DStyleRareInheritedData.h112 unsigned wordBreak : 2; // EWordBreak variable
DRenderStyle.h640 return wordBreak() == BreakWordBreak || overflowWrap() == BreakOverflowWrap; in breakWords()
829 EWordBreak wordBreak() const { return static_cast<EWordBreak>(rareInheritedData->wordBreak); } in wordBreak() function
1315 void setWordBreak(EWordBreak b) { SET_VAR(rareInheritedData, wordBreak, b); } in setWordBreak()
DRenderStyle.cpp489 || rareInheritedData->wordBreak != other.rareInheritedData->wordBreak in diffNeedsFullLayoutAndPaintInvalidation()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp927 …bool breakAll = (styleToUse->wordBreak() == BreakAllWordBreak || styleToUse->wordBreak() == BreakW… in computePreferredLogicalWidths()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h572 bool breakAll = m_currentStyle->wordBreak() == BreakAllWordBreak && m_autoWrap; in handleText()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2295 return cssValuePool().createValue(style->wordBreak()); in getPropertyCSSValue()