Searched defs:orderedWordBoundaries (Results 1 - 1 of 1) sorted by relevance

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

Completed in 77 milliseconds