Home
last modified time | relevance | path

Searched refs:NotifyRenderProcessHostDestruction (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/history/
Dvisit_tracker.h36 void NotifyRenderProcessHostDestruction(const void* host);
Dvisit_tracker.cc88 void VisitTracker::NotifyRenderProcessHostDestruction(const void* host) { in NotifyRenderProcessHostDestruction() function in history::VisitTracker
Dvisit_tracker_unittest.cc130 tracker.NotifyRenderProcessHostDestruction(MakeFakeHost(1)); in TEST()
Dhistory.cc212 void HistoryService::NotifyRenderProcessHostDestruction(const void* host) { in NotifyRenderProcessHostDestruction() function in HistoryService
214 &HistoryBackend::NotifyRenderProcessHostDestruction, host); in NotifyRenderProcessHostDestruction()
Dhistory_backend.h119 void NotifyRenderProcessHostDestruction(const void* host);
Dhistory.h149 void NotifyRenderProcessHostDestruction(const void* host);
Dhistory_unittest.cc174 history_service_->NotifyRenderProcessHostDestruction(0); in CleanupHistoryService()
Dhistory_backend.cc270 void HistoryBackend::NotifyRenderProcessHostDestruction(const void* host) { in NotifyRenderProcessHostDestruction() function in history::HistoryBackend
271 tracker_.NotifyRenderProcessHostDestruction(host); in NotifyRenderProcessHostDestruction()