Searched defs:SetInMemoryBackend (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_backend_unittest.cc57 virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend) OVERRIDE;
168 void SetInMemoryBackend(InMemoryHistoryBackend* backend) { function in class:history::HistoryBackendTest
186 void HistoryBackendTestDelegate::SetInMemoryBackend( function in class:history::HistoryBackendTestDelegate
188 test_->SetInMemoryBackend(backend);
H A Dhistory_unittest.cc92 virtual void SetInMemoryBackend(InMemoryHistoryBackend* backend) OVERRIDE;
281 void BackendDelegate::SetInMemoryBackend(InMemoryHistoryBackend* backend) { function in class:history::BackendDelegate
H A Dhistory.cc82 virtual void SetInMemoryBackend(
86 &HistoryService::SetInMemoryBackend, backend));
716 void HistoryService::SetInMemoryBackend( function in class:HistoryService
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest.cc93 virtual void SetInMemoryBackend(int backend_id,
203 void BackendDelegate::SetInMemoryBackend(int backend_id, function in class:history::BackendDelegate
H A Dhistory_backend_unittest.cc93 virtual void SetInMemoryBackend(int backend_id,
399 void SetInMemoryBackend(int backend_id, InMemoryHistoryBackend* backend) { function in class:history::HistoryBackendTest
425 void HistoryBackendTestDelegate::SetInMemoryBackend(int backend_id, function in class:history::HistoryBackendTestDelegate
427 test_->SetInMemoryBackend(backend_id, backend);
H A Dhistory_service.cc145 virtual void SetInMemoryBackend(int backend_id,
151 base::Bind(&HistoryService::SetInMemoryBackend, history_service_,
1075 void HistoryService::SetInMemoryBackend( function in class:HistoryService

Completed in 377 milliseconds