Searched refs:history_service (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/chrome/browser/sync/glue/
H A Dhistory_model_worker.cc65 // Post the work task on |history_service|'s DB thread from the UI
67 void PostWorkerTask(const base::WeakPtr<HistoryService>& history_service, argument
73 if (history_service.get()) {
75 history_service->ScheduleDBTask(task.get(), cancelable_consumer);
85 const base::WeakPtr<HistoryService>& history_service,
88 history_service_(history_service) {
89 CHECK(history_service.get());
84 HistoryModelWorker( const base::WeakPtr<HistoryService>& history_service, syncer::WorkerLoopDestructionObserver* observer) argument
H A Dhistory_model_worker.h17 #include "chrome/browser/history/history_service.h"
28 const base::WeakPtr<HistoryService>& history_service,
/external/chromium/chrome/browser/sync/glue/
H A Dhistory_model_worker.cc39 HistoryModelWorker::HistoryModelWorker(HistoryService* history_service) argument
40 : history_service_(history_service) {
H A Dhistory_model_worker.h29 explicit HistoryModelWorker(HistoryService* history_service);
/external/chromium_org/chrome/browser/history/
H A Ddelete_directive_handler.h32 void Start(HistoryService* history_service,
56 HistoryService* history_service,
H A Dhistory_service_factory.cc10 #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;
H A Durl_index_private_data.h15 #include "chrome/browser/history/history_service.h"
82 // |history_service| is used to schedule an update to the recent visits
84 bool UpdateURL(HistoryService* history_service,
95 // Using |history_service| schedules an update (using the historyDB
99 void ScheduleUpdateRecentVisits(HistoryService* history_service,
254 // this function uses |history_service| to schedule a task on the
258 HistoryService* history_service,
/external/chromium/chrome/browser/
H A Dmemory_purger.cc112 HistoryService* history_service = local
114 if (history_service)
115 history_service->UnloadBackend();
H A Dcustom_home_pages_table_model.cc84 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/
H A Dmemory_purger.cc13 #include "chrome/browser/history/history_service.h"
114 HistoryService* history_service = local
116 if (history_service)
117 history_service->UnloadBackend();
H A Dcustom_home_pages_table_model.cc163 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/ui/omnibox/
H A Dalternate_nav_infobar_delegate.cc8 #include "chrome/browser/history/history_service.h"
78 HistoryService* const history_service = local
80 if (history_service)
81 history_service->DeleteKeywordSearchTermForURL(search_url_);
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_provider.cc14 #include "chrome/browser/history/history_service.h"
32 HistoryService* const history_service = local
36 DCHECK(history_service);
38 history_service->DeleteURL(match.destination_url);
H A Dhistory_quick_provider.cc23 #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();
312 HistoryService* const history_service = local
314 if (!history_service)
317 return history_service->InMemoryIndex();
H A Dextension_app_provider.cc16 #include "chrome/browser/history/history_service.h"
213 HistoryService* const history_service = local
215 history::URLDatabase* url_db = history_service ?
216 history_service->InMemoryDatabase() : NULL;
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc34 #include "chrome/browser/history/history_service.h"
440 HistoryService* history_service = static_cast<HistoryService*>( local
443 if (!history_service->Init(this->GetPath(),
454 HistoryService* history_service = local
456 if (!history_service)
459 history_service->NotifyRenderProcessHostDestruction(0);
460 history_service->SetOnBackendDestroyTask(base::MessageLoop::QuitClosure());
461 history_service->Cleanup();
513 HistoryService* history_service = local
515 if (history_service) {
535 HistoryService* history_service = local
825 HistoryService* history_service = local
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_provider.cc30 HistoryService* const history_service = local
35 if (!history_service || !selected_url.is_valid()) {
39 history_service->DeleteURL(selected_url);
H A Dhistory_contents_provider_unittest.cc64 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));
H A Dextension_app_provider.cc159 HistoryService* const history_service = local
161 history::URLDatabase* url_db = history_service ?
162 history_service->InMemoryDatabase() : NULL;
H A Dhistory_quick_provider.cc184 HistoryService* const history_service = local
186 if (!history_service)
189 return history_service->InMemoryIndex();
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_browsertest.cc132 void QueryHistory(HistoryService* history_service, argument
138 history_service->QueryHistory(
221 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
225 QueryHistory(history_service, "", options, &results);
H A Dmanaged_mode_navigation_observer.cc11 #include "chrome/browser/history/history_service.h"
250 HistoryService* history_service = local
253 // |history_service| is null if saving history is disabled.
254 if (history_service)
255 history_service->AddPage(add_page_args);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dbrowser_feature_extractor_unittest.cc16 #include "chrome/browser/history/history_service.h"
104 HistoryService* history_service() { function in class:safe_browsing::BrowserFeatureExtractorTest
252 history_service()->AddPage(GURL("http://www.foo.com/bar.html"),
255 history_service()->AddPage(GURL("https://www.foo.com/gaa.html"),
258 history_service()->AddPage(GURL("http://www.foo.com/gaa.html"),
261 history_service()->AddPage(GURL("http://bar.foo.com/gaa.html"),
264 history_service()->AddPage(GURL("http://www.foo.com/bar.html?a=b"),
269 history_service()->AddPage(GURL("http://www.foo.com/bar.html"),
274 history_service()->AddPage(GURL("https://www.foo.com/goo.html"),
321 history_service()
[all...]
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.cc21 #include "chrome/browser/history/history_service.h"
163 HistoryService* const history_service = local
166 if (!history_service)
168 history::URLDatabase* url_db = history_service->InMemoryDatabase();
/external/chromium_org/chrome/test/perf/
H A Dgenerate_profile.cc19 #include "chrome/browser/history/history_service.h"
107 HistoryService* history_service = local
168 history_service->AddPage(url, base::Time::Now(),
173 history_service->SetPageTitle(url, ConstructRandomTitle());

Completed in 2203 milliseconds

123