Home
last modified time | relevance | path

Searched refs:WordAwareIterator (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/editing/
DTextIterator.h256 class WordAwareIterator {
258 WordAwareIterator();
259 explicit WordAwareIterator(const Range*);
DTextIterator.cpp1333 WordAwareIterator::WordAwareIterator() in WordAwareIterator() function in WebCore::WordAwareIterator
1339 WordAwareIterator::WordAwareIterator(const Range* r) in WordAwareIterator() function in WebCore::WordAwareIterator
1356 void WordAwareIterator::advance() in advance()
1405 int WordAwareIterator::length() const in length()
1414 const UChar* WordAwareIterator::characters() const in characters()
DEditor.cpp1508 WordAwareIterator it(searchRange); in findFirstMisspellingInRange()
/external/webkit/WebCore/
DChangeLog-2006-05-10232 (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):
DChangeLog-2005-08-2316724 (khtml::WordAwareIterator::WordAwareIterator):
16725 (khtml::WordAwareIterator::advance):
16731 (khtml::WordAwareIterator::range):
39550 (khtml::WordAwareIterator::WordAwareIterator): Now that this is fixed, we no
39552 (khtml::WordAwareIterator::advance): Always set range, even when atEnd, now that
39645 (khtml::WordAwareIterator::WordAwareIterator): New class that iterates over
39647 (khtml::WordAwareIterator::advance):
39648 (khtml::WordAwareIterator::length):
39649 (khtml::WordAwareIterator::characters):
39663 (khtml::WordAwareIterator::atEnd):
[all …]
DChangeLog-2007-10-1449427 (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 work
63572 kind RUNFINDER, so WordAwareIterator needs to do so also.
DChangeLog-2005-12-193038 (khtml::WordAwareIterator::range):
18069 (khtml::WordAwareIterator::length):
DChangeLog-2008-08-1047586 (WebCore::WordAwareIterator::advance): Switch to using Vector functions.
47587 (WebCore::WordAwareIterator::length): Ditto.
47588 (WebCore::WordAwareIterator::characters): Ditto.
55269 (WebCore::WordAwareIterator::advance):
DChangeLog-2009-06-1659327 (WebCore::WordAwareIterator::advance): Use the versions of the Range functions that