Home
last modified time | relevance | path

Searched refs:URLDatabase (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/components/history/core/browser/
Durl_database.cc21 const char URLDatabase::kURLRowFields[] = HISTORY_URL_ROW_FIELDS;
22 const int URLDatabase::kNumURLRowFields = 9;
24 URLDatabase::URLEnumeratorBase::URLEnumeratorBase() in URLEnumeratorBase()
28 URLDatabase::URLEnumeratorBase::~URLEnumeratorBase() { in ~URLEnumeratorBase()
31 URLDatabase::URLEnumerator::URLEnumerator() { in URLEnumerator()
34 bool URLDatabase::URLEnumerator::GetNextURL(URLRow* r) { in GetNextURL()
42 URLDatabase::URLDatabase() in URLDatabase() function in history::URLDatabase
46 URLDatabase::~URLDatabase() { in ~URLDatabase()
50 std::string URLDatabase::GURLToDatabaseURL(const GURL& gurl) { in GURLToDatabaseURL()
63 void URLDatabase::FillURLRow(sql::Statement& s, history::URLRow* i) { in FillURLRow()
[all …]
Durl_database.h33 class URLDatabase {
37 URLDatabase();
41 virtual ~URLDatabase();
127 friend class URLDatabase;
294 DISALLOW_COPY_AND_ASSIGN(URLDatabase);
Din_memory_database.h21 class InMemoryDatabase : public URLDatabase {
Din_memory_database.cc16 InMemoryDatabase::InMemoryDatabase() : URLDatabase() { in InMemoryDatabase()
Durl_row.h123 friend class URLDatabase;
Durl_database_unittest.cc37 public URLDatabase {
251 URLDatabase::URLEnumerator history_enum; in TEST_F()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.h29 class URLDatabase; variable
217 history::URLDatabase* db);
249 history::URLDatabase* db,
267 bool FixupExactSuggestion(history::URLDatabase* db,
274 bool CanFindIntranetURL(history::URLDatabase* db,
286 history::URLDatabase* db,
Dhistory_url_provider.cc405 history::URLDatabase* db);
415 history::URLDatabase* db_;
425 history::URLDatabase* db) in VisitClassifier()
560 history::URLDatabase* url_db = history_service->InMemoryDatabase(); in Start()
656 history::URLDatabase* db) { in ExecuteWithDB()
726 history::URLDatabase* db, in DoAutocomplete()
894 history::URLDatabase* db, in FixupExactSuggestion()
969 history::URLDatabase* db, in CanFindIntranetURL()
990 history::URLDatabase* db, in PromoteOrCreateShorterSuggestion()
Dchrome_autocomplete_provider_client.h32 virtual history::URLDatabase* InMemoryDatabase() OVERRIDE;
Dchrome_autocomplete_provider_client.cc68 history::URLDatabase* ChromeAutocompleteProviderClient::InMemoryDatabase() { in InMemoryDatabase()
/external/chromium_org/components/omnibox/
Dautocomplete_provider_client.h17 class URLDatabase; variable
58 virtual history::URLDatabase* InMemoryDatabase() = 0;
Dbase_search_provider_unittest.cc41 MOCK_METHOD0(InMemoryDatabase, history::URLDatabase*());
/external/chromium_org/chrome/browser/history/android/
Dbookmark_model_sql_handler.h20 explicit BookmarkModelSQLHandler(URLDatabase* url_database);
70 URLDatabase* url_database_;
Dbookmark_model_sql_handler.cc94 URLDatabase* url_database) in BookmarkModelSQLHandler()
/external/chromium_org/chrome/browser/predictors/
Dautocomplete_action_predictor.h39 class URLDatabase; variable
192 void DeleteOldEntries(history::URLDatabase* url_db);
197 history::URLDatabase* url_db,
Dautocomplete_action_predictor.cc497 history::URLDatabase* url_db = service->InMemoryDatabase(); in TryDeleteOldEntries()
506 history::URLDatabase* url_db) { in DeleteOldEntries()
525 history::URLDatabase* url_db, in DeleteOldIdsFromCaches()
Dautocomplete_action_predictor_unittest.cc134 history::URLDatabase* url_db = history->InMemoryDatabase(); in AddRowToHistory()
197 history::URLDatabase* url_db = history_service->InMemoryDatabase(); in DeleteOldIdsFromCaches()
/external/chromium_org/chrome/browser/history/
Dthumbnail_database.cc808 statement.BindString(0, URLDatabase::GURLToDatabaseURL(icon_url)); in GetFaviconIDForFaviconURL()
845 statement.BindString(0, URLDatabase::GURLToDatabaseURL(icon_url)); in AddFavicon()
918 statement.BindString(0, URLDatabase::GURLToDatabaseURL(page_url)); in GetIconMappingsForPageURL()
939 statement.BindString(0, URLDatabase::GURLToDatabaseURL(page_url)); in AddIconMapping()
961 statement.BindString(0, URLDatabase::GURLToDatabaseURL(page_url)); in DeleteIconMappings()
992 statement.BindString(0, URLDatabase::GURLToDatabaseURL(new_page_url)); in CloneIconMappings()
1001 statement.BindString(0, URLDatabase::GURLToDatabaseURL(new_page_url)); in CloneIconMappings()
1002 statement.BindString(1, URLDatabase::GURLToDatabaseURL(old_page_url)); in CloneIconMappings()
1046 statement.BindString(0, URLDatabase::GURLToDatabaseURL(*i)); in RetainDataForPageUrls()
Din_memory_history_backend.h43 class URLDatabase; variable
Dhistory_database.h45 public URLDatabase,
Dhistory_service.h71 class URLDatabase; variable
128 history::URLDatabase* InMemoryDatabase();
575 void(history::HistoryBackend*, history::URLDatabase*)>& callback);
/external/chromium_org/components/search_engines/
Dkeyword_table.cc109 history::URLDatabase::GURLToDatabaseURL(data.favicon_url) : in BindURLToStatement()
114 history::URLDatabase::GURLToDatabaseURL(data.originating_url) : in BindURLToStatement()
/external/chromium_org/chrome/browser/bookmarks/
Dchrome_bookmark_client.cc129 history::URLDatabase* url_db = in GetTypedCountForNodes()
/external/chromium_org/athena/main/
Durl_search_provider.cc96 virtual history::URLDatabase* InMemoryDatabase() OVERRIDE { return NULL; } in InMemoryDatabase()
/external/chromium_org/chrome/browser/ui/webui/omnibox/
Domnibox_ui_handler.cc170 history::URLDatabase* url_db = history_service->InMemoryDatabase(); in LookupIsTypedHost()

12