HomeSort by relevance Sort by last modified time
    Searched defs:NotifyRenderProcessHostDestruction (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/history/
history_service.cc 309 void HistoryService::NotifyRenderProcessHostDestruction(const void* host) {
312 &HistoryBackend::NotifyRenderProcessHostDestruction, host);
    [all...]
history_backend.cc 233 void HistoryBackend::NotifyRenderProcessHostDestruction(const void* host) {
234 tracker_.NotifyRenderProcessHostDestruction(host);
    [all...]

Completed in 1504 milliseconds