HomeSort by relevance Sort by last modified time
    Searched refs:NotifyRenderProcessHostDestruction (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/history/
visit_tracker.h 36 void NotifyRenderProcessHostDestruction(const void* host);
visit_tracker.cc 88 void VisitTracker::NotifyRenderProcessHostDestruction(const void* host) {
visit_tracker_unittest.cc 130 tracker.NotifyRenderProcessHostDestruction(MakeFakeHost(1));
history.cc 212 void HistoryService::NotifyRenderProcessHostDestruction(const void* host) {
214 &HistoryBackend::NotifyRenderProcessHostDestruction, host);
history_backend.h 118 // See NotifyRenderProcessHostDestruction.
119 void NotifyRenderProcessHostDestruction(const void* host);
history.h 149 void NotifyRenderProcessHostDestruction(const void* host);
    [all...]
history_backend.cc 270 void HistoryBackend::NotifyRenderProcessHostDestruction(const void* host) {
271 tracker_.NotifyRenderProcessHostDestruction(host);
    [all...]
history_unittest.cc 174 history_service_->NotifyRenderProcessHostDestruction(0);

Completed in 353 milliseconds