HomeSort by relevance Sort by last modified time
    Searched defs:AndroidHistoryProviderService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/android/
android_history_provider_service.cc 14 AndroidHistoryProviderService::AndroidHistoryProviderService(Profile* profile)
18 AndroidHistoryProviderService::~AndroidHistoryProviderService() {
21 AndroidHistoryProviderService::Handle
22 AndroidHistoryProviderService::QueryHistoryAndBookmarks(
43 AndroidHistoryProviderService::Handle
44 AndroidHistoryProviderService::UpdateHistoryAndBookmarks(
64 AndroidHistoryProviderService::Handle
65 AndroidHistoryProviderService::DeleteHistoryAndBookmarks
    [all...]
android_history_provider_service.h 20 class AndroidHistoryProviderService : public CancelableRequestProvider {
22 explicit AndroidHistoryProviderService(Profile* profile);
23 virtual ~AndroidHistoryProviderService();
126 // Closes the statement in db thread. The AndroidHistoryProviderService takes
177 DISALLOW_COPY_AND_ASSIGN(AndroidHistoryProviderService);

Completed in 172 milliseconds