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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRunIterator.h36 class TextRunIterator { class in namespace:blink
38 TextRunIterator() function in class:blink::TextRunIterator
44 TextRunIterator(const TextRun* textRun, unsigned offset) function in class:blink::TextRunIterator
50 TextRunIterator(const TextRunIterator& other) function in class:blink::TextRunIterator
63 bool operator==(const TextRunIterator& other)
68 bool operator!=(const TextRunIterator& other) { return !operator==(other); }

Completed in 714 milliseconds