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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.h 210 // Calls |corruption_callback_| if non-NULL, always returns false as
273 scoped_ptr<Callback0::Type> corruption_callback_; member in class:SafeBrowsingStoreFile
safe_browsing_store_file.cc 275 corruption_callback_.reset(corruption_callback);
359 if (corruption_callback_.get())
360 corruption_callback_->Run();

Completed in 56 milliseconds