/external/chromium_org/components/omnibox/ |
autocomplete_provider_client.h | 17 class URLDatabase; 58 virtual history::URLDatabase* InMemoryDatabase() = 0;
|
/external/chromium_org/components/history/core/browser/ |
in_memory_database.h | 21 class InMemoryDatabase : public URLDatabase { 36 // Implemented for URLDatabase.
|
url_database.cc | 21 const char URLDatabase::kURLRowFields[] = HISTORY_URL_ROW_FIELDS; 22 const int URLDatabase::kNumURLRowFields = 9; 24 URLDatabase::URLEnumeratorBase::URLEnumeratorBase() 28 URLDatabase::URLEnumeratorBase::~URLEnumeratorBase() { 31 URLDatabase::URLEnumerator::URLEnumerator() { 34 bool URLDatabase::URLEnumerator::GetNextURL(URLRow* r) { 42 URLDatabase::URLDatabase() 46 URLDatabase::~URLDatabase() { [all...] |
url_database.h | 33 class URLDatabase { 37 URLDatabase(); 41 virtual ~URLDatabase(); 127 friend class URLDatabase; 294 DISALLOW_COPY_AND_ASSIGN(URLDatabase);
|
in_memory_database.cc | 16 InMemoryDatabase::InMemoryDatabase() : URLDatabase() {
|
url_row.h | 123 friend class URLDatabase;
|
url_database_unittest.cc | 37 public URLDatabase { 251 URLDatabase::URLEnumerator history_enum;
|
history_types.h | 38 class URLDatabase;
|
/external/chromium_org/chrome/browser/autocomplete/ |
history_url_provider.h | 29 class URLDatabase; 44 // -> URLDatabase::AutocompleteForPrefix (on in-memory DB) 51 // -> URLDatabase::AutocompleteForPrefix 217 history::URLDatabase* db); 249 history::URLDatabase* db, 267 bool FixupExactSuggestion(history::URLDatabase* db, 274 bool CanFindIntranetURL(history::URLDatabase* db, 286 history::URLDatabase* db,
|
chrome_autocomplete_provider_client.h | 32 virtual history::URLDatabase* InMemoryDatabase() OVERRIDE;
|
chrome_autocomplete_provider_client.cc | 68 history::URLDatabase* ChromeAutocompleteProviderClient::InMemoryDatabase() {
|
history_url_provider.cc | 405 history::URLDatabase* db); 415 history::URLDatabase* db_; 425 history::URLDatabase* db) 560 history::URLDatabase* url_db = history_service->InMemoryDatabase(); 656 history::URLDatabase* db) { 726 history::URLDatabase* db, [all...] |
history_quick_provider.cc | 126 history::URLDatabase* url_db = history_service->InMemoryDatabase();
|
/external/chromium_org/chrome/browser/history/android/ |
bookmark_model_sql_handler.h | 20 explicit BookmarkModelSQLHandler(URLDatabase* url_database); 70 URLDatabase* url_database_;
|
bookmark_model_sql_handler.cc | 94 URLDatabase* url_database)
|
/external/chromium_org/chrome/browser/predictors/ |
autocomplete_action_predictor.h | 39 class URLDatabase; 192 void DeleteOldEntries(history::URLDatabase* url_db); 197 history::URLDatabase* url_db,
|
autocomplete_action_predictor.cc | 497 history::URLDatabase* url_db = service->InMemoryDatabase(); 506 history::URLDatabase* url_db) { 525 history::URLDatabase* url_db,
|
autocomplete_action_predictor_unittest.cc | 134 history::URLDatabase* url_db = history->InMemoryDatabase(); 197 history::URLDatabase* url_db = history_service->InMemoryDatabase();
|
/external/chromium_org/chrome/browser/history/ |
in_memory_history_backend.h | 43 class URLDatabase;
|
history_database.h | 45 public URLDatabase, 164 // Overridden from URLDatabase:
|
thumbnail_database.cc | 808 statement.BindString(0, URLDatabase::GURLToDatabaseURL(icon_url)); 845 statement.BindString(0, URLDatabase::GURLToDatabaseURL(icon_url)); [all...] |
history_service.h | 71 class URLDatabase; 128 history::URLDatabase* InMemoryDatabase(); 575 void(history::HistoryBackend*, history::URLDatabase*)>& callback); [all...] |
/external/chromium_org/athena/main/ |
url_search_provider.cc | 96 virtual history::URLDatabase* InMemoryDatabase() OVERRIDE { return NULL; }
|
/external/chromium_org/chrome/browser/bookmarks/ |
chrome_bookmark_client.cc | 129 history::URLDatabase* url_db =
|
/external/chromium_org/chrome/browser/ui/webui/omnibox/ |
omnibox_ui_handler.cc | 170 history::URLDatabase* url_db = history_service->InMemoryDatabase();
|