URLDatabase 214 chrome/browser/autocomplete/extension_app_provider.cc history::URLDatabase* url_db = history_service ? URLDatabase 67 chrome/browser/autocomplete/extension_app_provider_unittest.cc history::URLDatabase* url_db = history_service_->InMemoryDatabase(); URLDatabase 143 chrome/browser/autocomplete/history_quick_provider.cc history::URLDatabase* url_db = history_service->InMemoryDatabase(); URLDatabase 307 chrome/browser/autocomplete/history_url_provider.cc history::URLDatabase* db); URLDatabase 317 chrome/browser/autocomplete/history_url_provider.cc history::URLDatabase* db_; URLDatabase 327 chrome/browser/autocomplete/history_url_provider.cc history::URLDatabase* db) URLDatabase 475 chrome/browser/autocomplete/history_url_provider.cc history::URLDatabase* db, URLDatabase 498 chrome/browser/autocomplete/history_url_provider.cc history::URLDatabase* db, URLDatabase 749 chrome/browser/autocomplete/history_url_provider.cc history::URLDatabase* url_db = history_service->InMemoryDatabase(); URLDatabase 779 chrome/browser/autocomplete/history_url_provider.cc history::URLDatabase* db, URLDatabase 858 chrome/browser/autocomplete/history_url_provider.cc history::URLDatabase* db, URLDatabase 917 chrome/browser/autocomplete/history_url_provider.cc history::URLDatabase* db, URLDatabase 29 chrome/browser/autocomplete/history_url_provider.h class URLDatabase; URLDatabase 186 chrome/browser/autocomplete/history_url_provider.h history::URLDatabase* db, URLDatabase 192 chrome/browser/autocomplete/history_url_provider.h history::URLDatabase* db, URLDatabase 232 chrome/browser/autocomplete/history_url_provider.h bool FixupExactSuggestion(history::URLDatabase* db, URLDatabase 241 chrome/browser/autocomplete/history_url_provider.h bool CanFindIntranetURL(history::URLDatabase* db, URLDatabase 257 chrome/browser/autocomplete/history_url_provider.h history::URLDatabase* db, URLDatabase 561 chrome/browser/autocomplete/search_provider.cc history::URLDatabase* url_db = history_service ? URLDatabase 142 chrome/browser/bookmarks/bookmark_index.cc history::URLDatabase* url_db = history_service ? URLDatabase 157 chrome/browser/bookmarks/bookmark_index.cc history::URLDatabase* url_db, URLDatabase 25 chrome/browser/bookmarks/bookmark_index.h class URLDatabase; URLDatabase 73 chrome/browser/bookmarks/bookmark_index.h void ExtractBookmarkNodePairs(history::URLDatabase* url_db, URLDatabase 281 chrome/browser/bookmarks/bookmark_index_unittest.cc history::URLDatabase* url_db = history_service->InMemoryDatabase(); URLDatabase 93 chrome/browser/history/android/bookmark_model_sql_handler.cc URLDatabase* url_database) URLDatabase 20 chrome/browser/history/android/bookmark_model_sql_handler.h explicit BookmarkModelSQLHandler(URLDatabase* url_database); URLDatabase 70 chrome/browser/history/android/bookmark_model_sql_handler.h URLDatabase* url_database_; URLDatabase 26 chrome/browser/history/archived_database.h class ArchivedDatabase : public URLDatabase, URLDatabase 809 chrome/browser/history/history_backend.cc URLDatabase* url_database; URLDatabase 1270 chrome/browser/history/history_backend.cc void HistoryBackend::QueryHistoryBasic(URLDatabase* url_db, URLDatabase 1325 chrome/browser/history/history_backend.cc void HistoryBackend::QueryHistoryText(URLDatabase* url_db, URLDatabase 606 chrome/browser/history/history_backend.h void QueryHistoryBasic(URLDatabase* url_db, VisitDatabase* visit_db, URLDatabase 608 chrome/browser/history/history_backend.h void QueryHistoryText(URLDatabase* url_db, URLDatabase 46 chrome/browser/history/history_database.h public URLDatabase, URLDatabase 292 chrome/browser/history/history_service.cc history::URLDatabase* HistoryService::InMemoryDatabase() { URLDatabase 1174 chrome/browser/history/history_service.cc history::URLDatabase* db = InMemoryDatabase(); URLDatabase 71 chrome/browser/history/history_service.h class URLDatabase; URLDatabase 142 chrome/browser/history/history_service.h history::URLDatabase* InMemoryDatabase(); URLDatabase 36 chrome/browser/history/history_types.h class URLDatabase; URLDatabase 158 chrome/browser/history/history_types.h friend class URLDatabase; URLDatabase 16 chrome/browser/history/in_memory_database.cc InMemoryDatabase::InMemoryDatabase() : URLDatabase() { URLDatabase 21 chrome/browser/history/in_memory_database.h class InMemoryDatabase : public URLDatabase { URLDatabase 31 chrome/browser/history/in_memory_history_backend.cc URLDatabase* db) { URLDatabase 37 chrome/browser/history/in_memory_history_backend.h class URLDatabase; URLDatabase 49 chrome/browser/history/in_memory_history_backend.h bool Init(const base::FilePath& history_filename, URLDatabase* db); URLDatabase 811 chrome/browser/history/thumbnail_database.cc statement.BindString(0, URLDatabase::GURLToDatabaseURL(icon_url)); URLDatabase 848 chrome/browser/history/thumbnail_database.cc statement.BindString(0, URLDatabase::GURLToDatabaseURL(icon_url)); URLDatabase 921 chrome/browser/history/thumbnail_database.cc statement.BindString(0, URLDatabase::GURLToDatabaseURL(page_url)); URLDatabase 941 chrome/browser/history/thumbnail_database.cc statement.BindString(0, URLDatabase::GURLToDatabaseURL(page_url)); URLDatabase 963 chrome/browser/history/thumbnail_database.cc statement.BindString(0, URLDatabase::GURLToDatabaseURL(page_url)); URLDatabase 994 chrome/browser/history/thumbnail_database.cc statement.BindString(0, URLDatabase::GURLToDatabaseURL(new_page_url)); URLDatabase 1003 chrome/browser/history/thumbnail_database.cc statement.BindString(0, URLDatabase::GURLToDatabaseURL(new_page_url)); URLDatabase 1004 chrome/browser/history/thumbnail_database.cc statement.BindString(1, URLDatabase::GURLToDatabaseURL(old_page_url)); URLDatabase 1048 chrome/browser/history/thumbnail_database.cc statement.BindString(0, URLDatabase::GURLToDatabaseURL(*i)); URLDatabase 22 chrome/browser/history/url_database.cc const char URLDatabase::kURLRowFields[] = HISTORY_URL_ROW_FIELDS; URLDatabase 23 chrome/browser/history/url_database.cc const int URLDatabase::kNumURLRowFields = 9; URLDatabase 25 chrome/browser/history/url_database.cc URLDatabase::URLEnumeratorBase::URLEnumeratorBase() URLDatabase 29 chrome/browser/history/url_database.cc URLDatabase::URLEnumeratorBase::~URLEnumeratorBase() { URLDatabase 32 chrome/browser/history/url_database.cc URLDatabase::URLEnumerator::URLEnumerator() { URLDatabase 35 chrome/browser/history/url_database.cc bool URLDatabase::URLEnumerator::GetNextURL(URLRow* r) { URLDatabase 43 chrome/browser/history/url_database.cc URLDatabase::URLDatabase() URLDatabase 47 chrome/browser/history/url_database.cc URLDatabase::~URLDatabase() { URLDatabase 51 chrome/browser/history/url_database.cc std::string URLDatabase::GURLToDatabaseURL(const GURL& gurl) { URLDatabase 64 chrome/browser/history/url_database.cc void URLDatabase::FillURLRow(sql::Statement& s, history::URLRow* i) { URLDatabase 75 chrome/browser/history/url_database.cc bool URLDatabase::GetURLRow(URLID url_id, URLRow* info) { URLDatabase 91 chrome/browser/history/url_database.cc bool URLDatabase::GetAllTypedUrls(URLRows* urls) { URLDatabase 103 chrome/browser/history/url_database.cc URLID URLDatabase::GetRowForURL(const GURL& url, history::URLRow* info) { URLDatabase 117 chrome/browser/history/url_database.cc bool URLDatabase::UpdateURLRow(URLID url_id, URLDatabase 133 chrome/browser/history/url_database.cc URLID URLDatabase::AddURLInternal(const history::URLRow& info, URLDatabase 171 chrome/browser/history/url_database.cc bool URLDatabase::InsertOrUpdateURLRowByID(const history::URLRow& info) { URLDatabase 200 chrome/browser/history/url_database.cc bool URLDatabase::DeleteURLRow(URLID id) { URLDatabase 212 chrome/browser/history/url_database.cc bool URLDatabase::CreateTemporaryURLTable() { URLDatabase 216 chrome/browser/history/url_database.cc bool URLDatabase::CommitTemporaryURLTable() { URLDatabase 243 chrome/browser/history/url_database.cc bool URLDatabase::InitURLEnumeratorForEverything(URLEnumerator* enumerator) { URLDatabase 253 chrome/browser/history/url_database.cc bool URLDatabase::InitURLEnumeratorForSignificant(URLEnumerator* enumerator) { URLDatabase 268 chrome/browser/history/url_database.cc bool URLDatabase::AutocompleteForPrefix(const std::string& prefix, URLDatabase 314 chrome/browser/history/url_database.cc bool URLDatabase::IsTypedHost(const std::string& host) { URLDatabase 331 chrome/browser/history/url_database.cc bool URLDatabase::FindShortestURLFromBase(const std::string& base, URLDatabase 363 chrome/browser/history/url_database.cc bool URLDatabase::GetTextMatches(const base::string16& query, URLDatabase 399 chrome/browser/history/url_database.cc bool URLDatabase::InitKeywordSearchTermsTable() { URLDatabase 412 chrome/browser/history/url_database.cc bool URLDatabase::CreateKeywordSearchTermsIndices() { URLDatabase 436 chrome/browser/history/url_database.cc bool URLDatabase::DropKeywordSearchTermsTable() { URLDatabase 441 chrome/browser/history/url_database.cc bool URLDatabase::SetKeywordSearchTermsForURL(URLID url_id, URLDatabase 468 chrome/browser/history/url_database.cc bool URLDatabase::GetKeywordSearchTermRow(URLID url_id, URLDatabase 486 chrome/browser/history/url_database.cc bool URLDatabase::GetKeywordSearchTermRows( URLDatabase 506 chrome/browser/history/url_database.cc void URLDatabase::DeleteAllSearchTermsForKeyword( URLDatabase 516 chrome/browser/history/url_database.cc void URLDatabase::GetMostRecentKeywordSearchTerms( URLDatabase 555 chrome/browser/history/url_database.cc bool URLDatabase::DeleteKeywordSearchTerm(const base::string16& term) { URLDatabase 563 chrome/browser/history/url_database.cc bool URLDatabase::DeleteKeywordSearchTermForURL(URLID url_id) { URLDatabase 570 chrome/browser/history/url_database.cc bool URLDatabase::DropStarredIDFromURLs() { URLDatabase 596 chrome/browser/history/url_database.cc bool URLDatabase::CreateURLTable(bool is_temporary) { URLDatabase 619 chrome/browser/history/url_database.cc bool URLDatabase::CreateMainURLIndex() { URLDatabase 31 chrome/browser/history/url_database.h class URLDatabase { URLDatabase 35 chrome/browser/history/url_database.h URLDatabase(); URLDatabase 39 chrome/browser/history/url_database.h virtual ~URLDatabase(); URLDatabase 128 chrome/browser/history/url_database.h friend class URLDatabase; URLDatabase 295 chrome/browser/history/url_database.h DISALLOW_COPY_AND_ASSIGN(URLDatabase); URLDatabase 36 chrome/browser/history/url_database_unittest.cc public URLDatabase { URLDatabase 243 chrome/browser/history/url_database_unittest.cc URLDatabase::URLEnumerator history_enum; URLDatabase 446 chrome/browser/history/url_index_private_data.cc URLDatabase::URLEnumerator history_enum; URLDatabase 38 chrome/browser/history/visit_database_unittest.cc public URLDatabase, URLDatabase 469 chrome/browser/predictors/autocomplete_action_predictor.cc history::URLDatabase* url_db = service->InMemoryDatabase(); URLDatabase 478 chrome/browser/predictors/autocomplete_action_predictor.cc history::URLDatabase* url_db) { URLDatabase 497 chrome/browser/predictors/autocomplete_action_predictor.cc history::URLDatabase* url_db, URLDatabase 39 chrome/browser/predictors/autocomplete_action_predictor.h class URLDatabase; URLDatabase 185 chrome/browser/predictors/autocomplete_action_predictor.h void DeleteOldEntries(history::URLDatabase* url_db); URLDatabase 190 chrome/browser/predictors/autocomplete_action_predictor.h history::URLDatabase* url_db, URLDatabase 134 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc history::URLDatabase* url_db = history->InMemoryDatabase(); URLDatabase 197 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc history::URLDatabase* url_db = history_service->InMemoryDatabase(); URLDatabase 170 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc history::URLDatabase* url_db = history_service->InMemoryDatabase();