Home
last modified time | relevance | path

Searched defs:WordBoundaries (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DAbstractInlineTextBox.h61 struct WordBoundaries { struct
62WordBoundaries(int startIndex, int endIndex) : startIndex(startIndex), endIndex(endIndex) { } in WordBoundaries() function
82 void wordBoundaries(Vector<WordBoundaries>&) const; argument