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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp2387 static size_t findPlainText(CharacterIterator& it, const String& target, FindOptions options, size_t& matchStart) function in namespace:WebCore
2433 PassRefPtr<Range> findPlainText(const Range* range, const String& target, FindOptions options) function in namespace:WebCore
2443 matchLength = findPlainText(findIterator, target, options, matchStart);

Completed in 157 milliseconds