Home
last modified time | relevance | path

Searched refs:plugin_data_remover_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
Dbrowsing_data_remover.cc259 if (!plugin_data_remover_.get()) in Remove()
260 plugin_data_remover_ = new PluginDataRemover(); in Remove()
262 plugin_data_remover_->StartRemoving(delete_begin_); in Remove()
Dbrowser_process_impl.cc626 plugin_data_remover_ = new PluginDataRemover(); in Observe()
628 plugin_data_remover_->set_mime_type(plugin_data_remover_mime_type()); in Observe()
629 plugin_data_remover_->StartRemoving(base::Time()); in Observe()
646 if (plugin_data_remover_.get()) in WaitForPluginDataRemoverToFinish()
647 plugin_data_remover_->Wait(); in WaitForPluginDataRemoverToFinish()
Dbrowsing_data_remover.h210 scoped_refptr<PluginDataRemover> plugin_data_remover_; variable
Dbrowser_process_impl.h265 scoped_refptr<PluginDataRemover> plugin_data_remover_; variable