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() {
22 AndroidHistoryProviderService::QueryHistoryAndBookmarks(
51 AndroidHistoryProviderService::UpdateHistoryAndBookmarks(
78 AndroidHistoryProviderService::DeleteHistoryAndBookmarks(
103 AndroidHistoryProviderService::InsertHistoryAndBookmark(
126 AndroidHistoryProviderService::DeleteHistory(
151 AndroidHistoryProviderService::MoveStatement
    [all...]
android_history_provider_service.h 20 class AndroidHistoryProviderService {
22 explicit AndroidHistoryProviderService(Profile* profile);
23 virtual ~AndroidHistoryProviderService();
117 // Closes the statement in db thread. The AndroidHistoryProviderService takes
173 DISALLOW_COPY_AND_ASSIGN(AndroidHistoryProviderService);

Completed in 1151 milliseconds