Home
last modified time | relevance | path

Searched refs:FindMatchRectsReply (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/android/
Dchrome_web_contents_delegate_android.h51 virtual void FindMatchRectsReply(content::WebContents* web_contents,
Dchrome_web_contents_delegate_android.cc181 void ChromeWebContentsDelegateAndroid::FindMatchRectsReply( in FindMatchRectsReply() function in chrome::android::ChromeWebContentsDelegateAndroid
/external/chromium_org/content/public/browser/
Dweb_contents_delegate.h392 virtual void FindMatchRectsReply(WebContents* web_contents, in FindMatchRectsReply() function
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc2377 delegate_->FindMatchRectsReply(this, version, rects, active_rect); in OnFindMatchRectsReply()