/external/chromium_org/chrome/browser/favicon/ |
favicon_service_factory.cc | 10 #include "chrome/browser/history/history_service.h" 49 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local 51 return new FaviconService(history_service);
|
/external/chromium/chrome/browser/autocomplete/ |
history_provider.cc | 30 HistoryService* const history_service = local 35 if (!history_service || !selected_url.is_valid()) { 39 history_service->DeleteURL(selected_url);
|
extension_app_provider.cc | 159 HistoryService* const history_service = local 161 history::URLDatabase* url_db = history_service ? 162 history_service->InMemoryDatabase() : NULL;
|
history_contents_provider_unittest.cc | 64 HistoryService* history_service = local 78 history_service->AddPage(url, t, id_scope, i, GURL(), 81 history_service->SetPageTitle(url, UTF8ToUTF16(test_entries[i].title)); 82 history_service->SetPageContents(url, UTF8ToUTF16(test_entries[i].body));
|
history_quick_provider.cc | 184 HistoryService* const history_service = local 186 if (!history_service) 189 return history_service->InMemoryIndex();
|
/external/chromium/chrome/browser/ |
memory_purger.cc | 112 HistoryService* history_service = local 114 if (history_service) 115 history_service->UnloadBackend();
|
custom_home_pages_table_model.cc | 84 HistoryService* history_service = local 86 if (history_service) 87 history_service->CancelRequest(entry->title_handle); 156 HistoryService* history_service = local 158 if (history_service) { 159 entry->title_handle = history_service->QueryURL(entry->url, false,
|
/external/chromium_org/chrome/browser/history/ |
history_service_factory.cc | 10 #include "chrome/browser/history/history_service.h" 71 HistoryService* history_service = new HistoryService(profile); local 72 if (!history_service->Init(profile->GetPath(), 76 return history_service;
|
redirect_browsertest.cc | 20 #include "chrome/browser/history/history_service.h" 40 HistoryService* history_service = local 48 history_service->QueryRedirectsFrom(
|
/external/chromium_org/chrome/browser/ |
memory_purger.cc | 13 #include "chrome/browser/history/history_service.h" 114 HistoryService* history_service = local 116 if (history_service) 117 history_service->UnloadBackend();
|
custom_home_pages_table_model.cc | 163 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local 165 if (history_service) 166 history_service->CancelRequest(entry->title_handle); 224 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local 226 if (history_service) { 227 entry->title_handle = history_service->QueryURL(entry->url, false,
|
/external/chromium_org/chrome/browser/autocomplete/ |
history_provider.cc | 14 #include "chrome/browser/history/history_service.h" 32 HistoryService* const history_service = local 36 DCHECK(history_service); 38 history_service->DeleteURL(match.destination_url);
|
extension_app_provider.cc | 15 #include "chrome/browser/history/history_service.h" 211 HistoryService* const history_service = local 213 history::URLDatabase* url_db = history_service ? 214 history_service->InMemoryDatabase() : NULL;
|
history_quick_provider.cc | 23 #include "chrome/browser/history/history_service.h" 135 HistoryService* const history_service = local 143 if (history_service) { 144 history::URLDatabase* url_db = history_service->InMemoryDatabase(); 310 HistoryService* const history_service = local 312 if (!history_service) 315 return history_service->InMemoryIndex();
|
shortcuts_provider.cc | 25 #include "chrome/browser/history/history_service.h" 113 HistoryService* const history_service = local 116 DCHECK(history_service && url.is_valid()); 117 history_service->DeleteURL(url);
|
/external/chromium_org/chrome/browser/ui/webui/omnibox/ |
omnibox_ui_handler.cc | 21 #include "chrome/browser/history/history_service.h" 161 HistoryService* const history_service = local 164 if (!history_service) 166 history::URLDatabase* url_db = history_service->InMemoryDatabase();
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_index.cc | 112 HistoryService* const history_service = profile_ ? local 115 history::URLDatabase* url_db = history_service ? 116 history_service->InMemoryDatabase() : NULL;
|
bookmark_index_unittest.cc | 237 HistoryService* const history_service = local 240 history::URLDatabase* url_db = history_service->InMemoryDatabase();
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_index.cc | 15 #include "chrome/browser/history/history_service.h" 114 HistoryService* const history_service = browser_context_ ? local 119 history::URLDatabase* url_db = history_service ? 120 history_service->InMemoryDatabase() : NULL;
|
bookmark_index_unittest.cc | 18 #include "chrome/browser/history/history_service.h" 246 HistoryService* const history_service = local 249 history::URLDatabase* url_db = history_service->InMemoryDatabase();
|
/external/chromium_org/chrome/browser/importer/ |
profile_writer_unittest.cc | 91 HistoryService* history_service = local 96 history_service->QueryHistory(
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_browsertest.cc | 135 void QueryHistory(HistoryService* history_service, 141 history_service->QueryHistory( 227 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local 231 QueryHistory(history_service, "", options, &results);
|
managed_mode_navigation_observer.cc | 11 #include "chrome/browser/history/history_service.h" 236 HistoryService* history_service = local 239 // |history_service| is null if saving history is disabled. 240 if (history_service) 241 history_service->AddPage(add_page_args);
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_registrar.cc | 88 HistoryService* history_service = local 90 if (history_service) { 92 new HistoryModelWorker(history_service->AsWeakPtr(), this);
|
/external/chromium_org/chrome/browser/ui/webui/ |
bidi_checker_web_ui_test.cc | 18 #include "chrome/browser/history/history_service.h" 161 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local 164 history_service->AddPage( 166 history_service->SetPageTitle(history_url, UTF8ToUTF16(page_title));
|