Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/browser/
Dfind_helper.h43 void ClearMatches();
Dfind_helper.cc82 void FindHelper::ClearMatches() { in ClearMatches() function in android_webview::FindHelper
/external/chromium_org/android_webview/native/
Daw_contents.h137 void ClearMatches(JNIEnv* env, jobject obj);
Daw_contents.cc550 void AwContents::ClearMatches(JNIEnv* env, jobject obj) { in ClearMatches() function in android_webview::AwContents
552 GetFindHelper()->ClearMatches(); in ClearMatches()