Searched refs:locationAndLengthFromRange (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | TextIterator.h | 105 static bool locationAndLengthFromRange(const Range*, size_t& location, size_t& length);
|
D | TextIterator.cpp | 2452 bool TextIterator::locationAndLengthFromRange(const Range* range, size_t& location, size_t& length) in locationAndLengthFromRange() function in WebCore::TextIterator
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | WebPageMac.mm | 283 if (range && TextIterator::locationAndLengthFromRange(range.get(), locationSize, lengthSize)) { 300 if (range && TextIterator::locationAndLengthFromRange(range.get(), locationSize, lengthSize)) { 350 if (TextIterator::locationAndLengthFromRange(range.get(), location, length))
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrame.mm | 678 if (!TextIterator::locationAndLengthFromRange(range, location, length))
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 28095 … (WebCore::TextIterator::locationAndLengthFromRange): New method from duplicated code in WebKits
|