/external/chromium/chrome/browser/history/ |
url_database.cc | 20 const char URLDatabase::kURLRowFields[] = HISTORY_URL_ROW_FIELDS; 21 const int URLDatabase::kNumURLRowFields = 9; 23 URLDatabase::URLEnumeratorBase::URLEnumeratorBase() 27 URLDatabase::URLEnumeratorBase::~URLEnumeratorBase() { 30 URLDatabase::URLEnumerator::URLEnumerator() { 33 URLDatabase::IconMappingEnumerator::IconMappingEnumerator() { 36 bool URLDatabase::URLEnumerator::GetNextURL(URLRow* r) { 44 bool URLDatabase::IconMappingEnumerator::GetNextIconMapping(IconMapping* r) { 53 URLDatabase::URLDatabase() [all...] |
archived_database.h | 25 class ArchivedDatabase : public URLDatabase,
|
in_memory_database.h | 20 class InMemoryDatabase : public URLDatabase { 35 // Implemented for URLDatabase.
|
in_memory_history_backend.h | 35 class URLDatabase; 53 URLDatabase* db,
|
url_database.h | 31 class URLDatabase { 35 URLDatabase(); 39 virtual ~URLDatabase(); 121 friend class URLDatabase; 280 DISALLOW_COPY_AND_ASSIGN(URLDatabase);
|
thumbnail_database.h | 49 URLDatabase* url_database); 247 bool MigrateIconMappingData(URLDatabase* url_db);
|
in_memory_database.cc | 16 InMemoryDatabase::InMemoryDatabase() : URLDatabase() {
|
text_database_manager.h | 78 URLDatabase* url_database, 254 URLDatabase* url_database_;
|
thumbnail_database.cc | 58 URLDatabase* url_db) { 411 statement.BindString(0, URLDatabase::GURLToDatabaseURL(icon_url)); 455 statement.BindString(0, URLDatabase::GURLToDatabaseURL(icon_url)); 504 statement.BindString(0, URLDatabase::GURLToDatabaseURL(page_url)); 542 statement.BindString(0, URLDatabase::GURLToDatabaseURL(page_url)); 557 bool ThumbnailDatabase::MigrateIconMappingData(URLDatabase* url_db) { 558 URLDatabase::IconMappingEnumerator e; 740 statement.BindString(0, URLDatabase::GURLToDatabaseURL(page_url));
|
starred_url_database.h | 29 class StarredURLDatabase : public URLDatabase { 32 // URLDatabase before using this class' functions.
|
in_memory_url_index.h | 42 class URLDatabase; 111 bool Init(URLDatabase* history_db, const std::string& languages); 116 bool ReloadFromHistory(URLDatabase* history_db, bool clear_cache);
|
url_database_unittest.cc | 37 public URLDatabase { 215 URLDatabase::URLEnumerator history_enum;
|
text_database_manager.cc | 80 URLDatabase* url_database, 315 std::string url_str = URLDatabase::GURLToDatabaseURL(url); 345 db->DeletePageData(time, URLDatabase::GURLToDatabaseURL(url));
|
in_memory_history_backend.cc | 40 URLDatabase* db,
|
history_types.h | 31 class URLDatabase; 128 friend class URLDatabase;
|
history.h | 61 class URLDatabase; 157 history::URLDatabase* InMemoryDatabase(); [all...] |
visit_database_unittest.cc | 36 public URLDatabase,
|
history_backend.cc | 44 URLDatabase (stores a list of URLs) 50 URLDatabase (stores a list of URLs) 161 URLQuerier(URLDatabase* main_db, URLDatabase* archived_db, bool track_unique) 188 URLDatabase* main_db_; // Guaranteed non-NULL. 189 URLDatabase* archived_db_; // Possibly NULL. 742 URLDatabase* url_database; [all...] |
/external/chromium/chrome/browser/autocomplete/ |
history_provider.h | 15 class URLDatabase;
|
history_url_provider.h | 21 class URLDatabase; 39 // -> URLDatabase::AutocompleteForPrefix (on in-memory DB) 46 // -> URLDatabase::AutocompleteForPrefix 166 history::URLDatabase* db, 172 history::URLDatabase* db, 208 history::URLDatabase* db, 250 bool FixupExactSuggestion(history::URLDatabase* db,
|
extension_app_provider_unittest.cc | 56 history::URLDatabase* url_db = history_service_->InMemoryDatabase();
|
history_url_provider.cc | 154 history::URLDatabase* db, 177 history::URLDatabase* db, 350 bool HistoryURLProvider::FixupExactSuggestion(history::URLDatabase* db, 475 history::URLDatabase* db, 623 history::URLDatabase* url_db = history_service->InMemoryDatabase(); [all...] |
extension_app_provider.cc | 161 history::URLDatabase* url_db = history_service ?
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_index.h | 26 class URLDatabase; 75 void ExtractBookmarkNodePairs(history::URLDatabase* url_db,
|
bookmark_index.cc | 115 history::URLDatabase* url_db = history_service ? 126 history::URLDatabase* url_db,
|