Searched defs:clearHistory (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSearchRecentSuggestions.java218 public void clearHistory() { method in class:SearchRecentSuggestions
H A DBrowser.java450 public static final void clearHistory(ContentResolver cr) { method in class:Browser
496 clearHistory(cr);
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java202 public void clearHistory() { method in class:WebView
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java199 public void clearHistory(); method in interface:WebViewProvider
H A DWebView.java1477 public void clearHistory() { method in class:WebView
1479 if (TRACE) Log.d(LOGTAG, "clearHistory");
1480 mProvider.clearHistory();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1172 public void clearHistory() { method in class:WebViewChromium
1177 clearHistory();
1182 mAwContents.clearHistory();

Completed in 456 milliseconds