/external/chromium_org/chrome/browser/history/ |
history_backend_android.cc | 75 void HistoryBackend::DeleteHistory( 85 result = android_provider_backend_->DeleteHistory(selection, selection_args,
|
history_backend.h | 351 void DeleteHistory(scoped_refptr<DeleteRequest> request, [all...] |
/external/chromium_org/chrome/browser/history/android/ |
android_history_provider_service.h | 111 Handle DeleteHistory(const std::string& selection,
|
android_provider_backend.h | 101 bool DeleteHistory(const std::string& selection, 238 bool DeleteHistory(const std::string& selection,
|
android_history_provider_service.cc | 103 AndroidHistoryProviderService::DeleteHistory( 114 &HistoryBackend::DeleteHistory, NULL, request, selection,
|
android_provider_backend.cc | 206 bool AndroidProviderBackend::DeleteHistory( 214 if (!DeleteHistory(selection, selection_args, deleted_count, 438 bool AndroidProviderBackend::DeleteHistory( [all...] |
android_provider_backend_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/android/provider/ |
chrome_browser_provider.cc | 855 base::Bind(&AndroidHistoryProviderService::DeleteHistory, [all...] |