Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp1317 …xInsideBlockWithSameDirectionality(const InlineBox* box, WordBoundaryVector& orderedWordBoundaries) in collectWordBreaksInBoxInsideBlockWithSameDirectionality() argument
1319 orderedWordBoundaries.clear(); in collectWordBreaksInBoxInsideBlockWithSameDirectionality()
1328 orderedWordBoundaries.append(wordBoundaryEntry); in collectWordBreaksInBoxInsideBlockWithSameDirectionality()
1332 …ideBlockWithDifferntDirectionality(const InlineBox* box, WordBoundaryVector& orderedWordBoundaries) in collectWordBreaksInBoxInsideBlockWithDifferntDirectionality() argument
1334 orderedWordBoundaries.clear(); in collectWordBreaksInBoxInsideBlockWithDifferntDirectionality()
1343 orderedWordBoundaries.append(wordBoundaryEntry); in collectWordBreaksInBoxInsideBlockWithDifferntDirectionality()
1366 …er(int offset, bool boxAndBlockAreInSameDirection, const WordBoundaryVector& orderedWordBoundaries) in greatestValueUnder() argument
1368 if (!orderedWordBoundaries.size()) in greatestValueUnder()
1372 for (unsigned i = 0; i < orderedWordBoundaries.size(); ++i) { in greatestValueUnder()
1373 if (orderedWordBoundaries[i].offsetInInlineBox < offset) in greatestValueUnder()
[all …]