Home
last modified time | relevance | path

Searched refs:corruption_callback_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_file.cc275 corruption_callback_.reset(corruption_callback); in Init()
359 if (corruption_callback_.get()) in OnCorruptDatabase()
360 corruption_callback_->Run(); in OnCorruptDatabase()
Dsafe_browsing_store_file.h273 scoped_ptr<Callback0::Type> corruption_callback_; variable