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

  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.cc 29 batch_update_(false) {
66 if (batch_update_)
86 if (batch_update_)
98 DCHECK(!batch_update_); // There should be no nested batch begin.
99 batch_update_ = true;
103 DCHECK(batch_update_);
104 batch_update_ = false;
cookies_tree_model_adapter.h 66 bool batch_update_; member in class:CookiesTreeModelAdapter
  /external/chromium/chrome/browser/ui/webui/options/
cookies_view_handler.cc 18 CookiesViewHandler::CookiesViewHandler() : batch_update_(false) {
84 if (batch_update_)
108 if (batch_update_)
122 DCHECK(!batch_update_); // There should be no nested batch begin.
123 batch_update_ = true;
127 DCHECK(batch_update_);
128 batch_update_ = false;
cookies_view_handler.h 61 bool batch_update_; member in class:CookiesViewHandler
  /external/chromium/chrome/browser/
cookies_tree_model.h 557 int batch_update_; member in class:CookiesTreeModel
cookies_tree_model.cc 517 batch_update_(0),
852 if (batch_update_++ == 0) {
862 if (--batch_update_ == 0) {

Completed in 144 milliseconds