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

  /external/chromium/chrome/browser/autocomplete/
extension_app_provider.cc 161 history::URLDatabase* url_db = history_service ? local
163 if (url_db) {
165 url_db->GetRowForURL(url, &info);
extension_app_provider_unittest.cc 56 history::URLDatabase* url_db = history_service_->InMemoryDatabase(); local
67 url_db->AddURL(info);
history_url_provider.cc 623 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());
    [all...]
search_provider.cc 294 history::URLDatabase* url_db = history_service ? local
296 if (!url_db)
301 url_db->GetMostRecentKeywordSearchTerms(
308 url_db->GetMostRecentKeywordSearchTerms(
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 115 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);
bookmark_index_unittest.cc 240 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);

Completed in 92 milliseconds