Searched refs:WordAwareIterator (Results 1 – 9 of 9) sorted by relevance
256 class WordAwareIterator {258 WordAwareIterator();259 explicit WordAwareIterator(const Range*);
1333 WordAwareIterator::WordAwareIterator() in WordAwareIterator() function in WebCore::WordAwareIterator1339 WordAwareIterator::WordAwareIterator(const Range* r) in WordAwareIterator() function in WebCore::WordAwareIterator1356 void WordAwareIterator::advance() in advance()1405 int WordAwareIterator::length() const in length()1414 const UChar* WordAwareIterator::characters() const in characters()
1508 WordAwareIterator it(searchRange); in findFirstMisspellingInRange()
232 (WebCore::WordAwareIterator::advance): Ditto.233 (WebCore::WordAwareIterator::length): Ditto.234 (WebCore::WordAwareIterator::characters): Ditto.11540 (WebCore::WordAwareIterator::advance):11541 (WebCore::WordAwareIterator::length):11542 (WebCore::WordAwareIterator::characters):21439 (WebCore::WordAwareIterator::range):37345 (khtml::WordAwareIterator::range):
16724 (khtml::WordAwareIterator::WordAwareIterator):16725 (khtml::WordAwareIterator::advance):16731 (khtml::WordAwareIterator::range):39550 (khtml::WordAwareIterator::WordAwareIterator): Now that this is fixed, we no39552 (khtml::WordAwareIterator::advance): Always set range, even when atEnd, now that39645 (khtml::WordAwareIterator::WordAwareIterator): New class that iterates over39647 (khtml::WordAwareIterator::advance):39648 (khtml::WordAwareIterator::length):39649 (khtml::WordAwareIterator::characters):39663 (khtml::WordAwareIterator::atEnd):[all …]
49427 (WebCore::WordAwareIterator::WordAwareIterator):49430 (WebCore::WordAwareIterator::advance):63569 (WebCore::WordAwareIterator::WordAwareIterator):63570 … We were creating a TextIterator with the default kind, but WordAwareIterator is designed to work63572 kind RUNFINDER, so WordAwareIterator needs to do so also.
3038 (khtml::WordAwareIterator::range):18069 (khtml::WordAwareIterator::length):
47586 (WebCore::WordAwareIterator::advance): Switch to using Vector functions.47587 (WebCore::WordAwareIterator::length): Ditto.47588 (WebCore::WordAwareIterator::characters): Ditto.55269 (WebCore::WordAwareIterator::advance):
59327 (WebCore::WordAwareIterator::advance): Use the versions of the Range functions that