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

  /external/chromium/chrome/browser/history/
history.cc 212 void HistoryService::NotifyRenderProcessHostDestruction(const void* host) {
214 &HistoryBackend::NotifyRenderProcessHostDestruction, host);
history_backend.cc 270 void HistoryBackend::NotifyRenderProcessHostDestruction(const void* host) {
271 tracker_.NotifyRenderProcessHostDestruction(host);
    [all...]

Completed in 126 milliseconds