Home
last modified time | relevance | path

Searched refs:nextMatch (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DURLPatternMatcher.cpp197 MatchTester nextMatch(*this); in test() local
198 nextMatch.m_patternIndex++; in test()
199 if (nextMatch.test()) in test()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp1172 RefPtrWillBeRawPtr<Range> nextMatch = rangeOfString(target, previousMatch, options); in findStringAndScrollToVisible() local
1173 if (!nextMatch) in findStringAndScrollToVisible()
1176 nextMatch->firstNode()->renderer()->scrollRectToVisible(nextMatch->boundingBox(), in findStringAndScrollToVisible()
1179 return nextMatch.release(); in findStringAndScrollToVisible()
DTextIterator.cpp2187 nextMatch: in search()
2219 goto nextMatch; in search()