Searched refs:is_removing_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dplugin_data_remover.cc35 is_removing_(false),
41 DCHECK(!is_removing_);
47 DCHECK(!is_removing_);
51 is_removing_ = true;
71 if (is_removing_)
103 if (!is_removing_)
138 LOG_IF(DFATAL, is_removing_) << "Timed out";
153 if (is_removing_) {
161 if (!is_removing_)
163 is_removing_
[all...]
H A Dplugin_data_remover.h40 bool is_removing() const { return is_removing_; }
75 bool is_removing_; member in class:PluginDataRemover

Completed in 57 milliseconds