Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp1299 struct WordBoundaryEntry { struct
1300 WordBoundaryEntry() in WordBoundaryEntry() argument
1305 WordBoundaryEntry(const VisiblePosition& position, int offset) in WordBoundaryEntry() function
1315 typedef Vector<WordBoundaryEntry, 50> WordBoundaryVector;
1327 WordBoundaryEntry wordBoundaryEntry(wordBreak, offsetOfWordBreak); in collectWordBreaksInBoxInsideBlockWithSameDirectionality()
1342 WordBoundaryEntry wordBoundaryEntry(wordBreak, offsetOfWordBreak); in collectWordBreaksInBoxInsideBlockWithDifferntDirectionality()
/external/webkit/Source/WebCore/
DChangeLog24855 (WebCore::WordBoundaryEntry::WordBoundaryEntry):