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

  /external/chromium_org/chrome/browser/history/
in_memory_history_backend.h 81 void OnURLsDeleted(const URLsDeletedDetails& details);
in_memory_history_backend.cc 90 OnURLsDeleted(*content::Details<URLsDeletedDetails>(details).ptr());
114 void InMemoryHistoryBackend::OnURLsDeleted(const URLsDeletedDetails& details) {
in_memory_url_index.h 242 void OnURLsDeleted(const URLsDeletedDetails* details);
in_memory_url_index.cc 194 OnURLsDeleted(
227 void InMemoryURLIndex::OnURLsDeleted(const URLsDeletedDetails* details) {

Completed in 374 milliseconds