Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp1161 …VisiblePosition wordBreak = hasSeenWordBreakInThisBox ? previousWordBreak : Position(box->renderer… in previousWordBreakInBoxInsideBlockWithSameDirectionality() local
1165 wordBreak = previousWordPosition(wordBreak); in previousWordBreakInBoxInsideBlockWithSameDirectionality()
1166 if (previousWordBreak == wordBreak) in previousWordBreakInBoxInsideBlockWithSameDirectionality()
1170 wordBreak.getInlineBoxAndOffset(boxContainingPreviousWordBreak, offsetOfWordBreak); in previousWordBreakInBoxInsideBlockWithSameDirectionality()
1173 return wordBreak; in previousWordBreakInBoxInsideBlockWithSameDirectionality()
1240 VisiblePosition wordBreak = nextWordPosition(boundaryPosition); in lastWordBreakInBox() local
1241 if (wordBreak != boundaryPosition) in lastWordBreakInBox()
1242 wordBreak = previousWordPosition(wordBreak); in lastWordBreakInBox()
1245 wordBreak.getInlineBoxAndOffset(boxOfWordBreak, offsetOfWordBreak); in lastWordBreakInBox()
1247 return wordBreak; in lastWordBreakInBox()
[all …]
/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp45 , wordBreak(RenderStyle::initialWordBreak()) in StyleRareInheritedData()
81 , wordBreak(o.wordBreak) in StyleRareInheritedData()
132 && wordBreak == o.wordBreak in operator ==()
DStyleRareInheritedData.h78 unsigned wordBreak : 2; // EWordBreak variable
DRenderStyle.h564 return wordBreak() == BreakWordBreak || wordWrap() == BreakWordWrap; in breakWords()
694 EWordBreak wordBreak() const { return static_cast<EWordBreak>(rareInheritedData->wordBreak); } in wordBreak() function
1055 void setWordBreak(EWordBreak b) { SET_VAR(rareInheritedData, wordBreak, b); } in setWordBreak()
DRenderStyle.cpp395 || rareInheritedData->wordBreak != other->rareInheritedData->wordBreak in diff()
/external/harfbuzz/tests/linebreaking/
Dharfbuzz-qt.cpp65 return (HB_WordClass) prop->wordBreak; in HB_GetWordClass()
/external/webkit/Source/WebCore/rendering/
DRenderText.cpp809 …bool breakAll = (style()->wordBreak() == BreakAllWordBreak || style()->wordBreak() == BreakWordBre… in computePreferredLogicalWidths()
DRenderBlockLineLayout.cpp2035 bool breakAll = o->style()->wordBreak() == BreakAllWordBreak && autoWrap; in findNextLineBreak()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp1434 return primitiveValueCache->createValue(style->wordBreak()); in getPropertyCSSValue()
DCSSStyleSelector.cpp4025 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(wordBreak, WordBreak) in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1443628 (WebCore::RenderStyle::wordBreak):