Searched refs:batch_update_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc39 : batch_update_(false),
136 if (batch_update_)
159 if (batch_update_)
175 DCHECK(!batch_update_); // There should be no nested batch begin.
176 batch_update_ = true;
180 DCHECK(batch_update_);
181 batch_update_ = false;
H A Dcookies_view_handler.h71 bool batch_update_; member in class:options::CookiesViewHandler
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model.cc941 batch_update_(0) {
1430 if (batch_update_++ == 0) {
1440 if (--batch_update_ == 0) {
H A Dcookies_tree_model.h788 int batch_update_; member in class:CookiesTreeModel

Completed in 6386 milliseconds