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

/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp193 void TextFinder::scopeStringMatches(int identifier, const WebString& searchText, const WebFindOptions& options, bool reset) function in class:blink::TextFinder
684 scopeStringMatches(identifier, searchText, options, reset);
H A DWebRemoteFrameImpl.cpp729 void WebRemoteFrameImpl::scopeStringMatches( function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1361 void WebLocalFrameImpl::scopeStringMatches(int identifier, const WebString& searchText, const WebFindOptions& options, bool reset) function in class:WebLocalFrameImpl
1363 ensureTextFinder().scopeStringMatches(identifier, searchText, options, reset);

Completed in 80 milliseconds