/external/chromium_org/components/history/core/browser/ |
D | url_database.cc | 21 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 …]
|
D | url_database.h | 33 class URLDatabase { 37 URLDatabase(); 41 virtual ~URLDatabase(); 127 friend class URLDatabase; 294 DISALLOW_COPY_AND_ASSIGN(URLDatabase);
|
D | in_memory_database.h | 21 class InMemoryDatabase : public URLDatabase {
|
D | in_memory_database.cc | 16 InMemoryDatabase::InMemoryDatabase() : URLDatabase() { in InMemoryDatabase()
|
D | url_row.h | 123 friend class URLDatabase;
|
D | url_database_unittest.cc | 37 public URLDatabase { 251 URLDatabase::URLEnumerator history_enum; in TEST_F()
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | history_url_provider.h | 29 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,
|
D | history_url_provider.cc | 405 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()
|
D | chrome_autocomplete_provider_client.h | 32 virtual history::URLDatabase* InMemoryDatabase() OVERRIDE;
|
D | chrome_autocomplete_provider_client.cc | 68 history::URLDatabase* ChromeAutocompleteProviderClient::InMemoryDatabase() { in InMemoryDatabase()
|
/external/chromium_org/components/omnibox/ |
D | autocomplete_provider_client.h | 17 class URLDatabase; variable 58 virtual history::URLDatabase* InMemoryDatabase() = 0;
|
D | base_search_provider_unittest.cc | 41 MOCK_METHOD0(InMemoryDatabase, history::URLDatabase*());
|
/external/chromium_org/chrome/browser/history/android/ |
D | bookmark_model_sql_handler.h | 20 explicit BookmarkModelSQLHandler(URLDatabase* url_database); 70 URLDatabase* url_database_;
|
D | bookmark_model_sql_handler.cc | 94 URLDatabase* url_database) in BookmarkModelSQLHandler()
|
/external/chromium_org/chrome/browser/predictors/ |
D | autocomplete_action_predictor.h | 39 class URLDatabase; variable 192 void DeleteOldEntries(history::URLDatabase* url_db); 197 history::URLDatabase* url_db,
|
D | autocomplete_action_predictor.cc | 497 history::URLDatabase* url_db = service->InMemoryDatabase(); in TryDeleteOldEntries() 506 history::URLDatabase* url_db) { in DeleteOldEntries() 525 history::URLDatabase* url_db, in DeleteOldIdsFromCaches()
|
D | autocomplete_action_predictor_unittest.cc | 134 history::URLDatabase* url_db = history->InMemoryDatabase(); in AddRowToHistory() 197 history::URLDatabase* url_db = history_service->InMemoryDatabase(); in DeleteOldIdsFromCaches()
|
/external/chromium_org/chrome/browser/history/ |
D | thumbnail_database.cc | 808 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()
|
D | in_memory_history_backend.h | 43 class URLDatabase; variable
|
D | history_database.h | 45 public URLDatabase,
|
D | history_service.h | 71 class URLDatabase; variable 128 history::URLDatabase* InMemoryDatabase(); 575 void(history::HistoryBackend*, history::URLDatabase*)>& callback);
|
/external/chromium_org/components/search_engines/ |
D | keyword_table.cc | 109 history::URLDatabase::GURLToDatabaseURL(data.favicon_url) : in BindURLToStatement() 114 history::URLDatabase::GURLToDatabaseURL(data.originating_url) : in BindURLToStatement()
|
/external/chromium_org/chrome/browser/bookmarks/ |
D | chrome_bookmark_client.cc | 129 history::URLDatabase* url_db = in GetTypedCountForNodes()
|
/external/chromium_org/athena/main/ |
D | url_search_provider.cc | 96 virtual history::URLDatabase* InMemoryDatabase() OVERRIDE { return NULL; } in InMemoryDatabase()
|
/external/chromium_org/chrome/browser/ui/webui/omnibox/ |
D | omnibox_ui_handler.cc | 170 history::URLDatabase* url_db = history_service->InMemoryDatabase(); in LookupIsTypedHost()
|