Searched defs:url_db (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dextension_app_provider_unittest.cc56 history::URLDatabase* url_db = history_service_->InMemoryDatabase(); local
67 url_db->AddURL(info);
H A Dextension_app_provider.cc161 history::URLDatabase* url_db = history_service ? local
163 if (url_db) {
165 url_db->GetRowForURL(url, &info);
H A Dhistory_url_provider.cc623 history::URLDatabase* url_db = history_service->InMemoryDatabase(); local
624 // url_db can be NULL if it hasn't finished initializing (or failed to
631 if (url_db) {
632 DoAutocomplete(NULL, url_db, params.get());
H A Dsearch_provider.cc294 history::URLDatabase* url_db = history_service ? local
296 if (!url_db)
301 url_db->GetMostRecentKeywordSearchTerms(
308 url_db->GetMostRecentKeywordSearchTerms(
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index_unittest.cc240 history::URLDatabase* url_db = history_service->InMemoryDatabase(); local
258 url_db->AddURL(info);
266 url_db->GetRowForURL(data[0].url, &result1);
270 url_db->GetRowForURL(data[1].url, &result2);
274 url_db->GetRowForURL(data[2].url, &result3);
278 url_db->GetRowForURL(data[3].url, &result4);
H A Dbookmark_index.cc115 history::URLDatabase* url_db = history_service ? local
119 ExtractBookmarkNodePairs(url_db, *i, node_typed_counts);
126 history::URLDatabase* url_db,
133 if (url_db)
134 url_db->GetRowForURL((*i)->GetURL(), &url);
125 ExtractBookmarkNodePairs( history::URLDatabase* url_db, const Match& match, NodeTypedCountPairs* node_typed_counts) const argument
/external/chromium/chrome/browser/history/
H A Dthumbnail_database.cc58 URLDatabase* url_db) {
107 if (!UpgradeToVersion4() || !MigrateIconMappingData(url_db)) {
557 bool ThumbnailDatabase::MigrateIconMappingData(URLDatabase* url_db) { argument
559 if (!url_db->InitIconMappingEnumeratorForEverything(&e))
55 Init( const FilePath& db_name, const HistoryPublisher* history_publisher, URLDatabase* url_db) argument
H A Dhistory_backend.cc1190 void HistoryBackend::QueryHistoryBasic(URLDatabase* url_db, argument
1207 if (!url_db->GetURLRow(visit.url_id, &url_result)) {
1223 if (url_db == db_.get()) {

Completed in 105 milliseconds