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

  /external/chromium/chrome/browser/
browsing_data_remover.cc 59 this, &BrowsingDataRemover::DoClearCache)),
87 this, &BrowsingDataRemover::DoClearCache)),
245 // Invoke DoClearCache on the IO thread.
375 DoClearCache(net::OK);
381 void BrowsingDataRemover::DoClearCache(int rv) {
browsing_data_remover.h 139 void DoClearCache(int rv);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 519 // Invoke DoClearCache on the IO thread.
790 DoClearCache(net::OK);
796 void BrowsingDataRemover::DoClearCache(int rv) {
814 &cache_, base::Bind(&BrowsingDataRemover::DoClearCache,
827 base::Bind(&BrowsingDataRemover::DoClearCache,
832 base::Bind(&BrowsingDataRemover::DoClearCache,
    [all...]
browsing_data_remover.h 279 void DoClearCache(int rv);

Completed in 679 milliseconds