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

/external/chromium/chrome/browser/ui/webui/
H A Dcookies_tree_model_adapter.cc29 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;
H A Dcookies_tree_model_adapter.h66 bool batch_update_; member in class:CookiesTreeModelAdapter
/external/chromium/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc18 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;
H A Dcookies_view_handler.h61 bool batch_update_; member in class:CookiesViewHandler
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc39 : batch_update_(false),
132 if (batch_update_)
155 if (batch_update_)
171 DCHECK(!batch_update_); // There should be no nested batch begin.
172 batch_update_ = true;
176 DCHECK(batch_update_);
177 batch_update_ = false;
H A Dcookies_view_handler.h71 bool batch_update_; member in class:options::CookiesViewHandler
/external/chromium/chrome/browser/
H A Dcookies_tree_model.cc517 batch_update_(0),
852 if (batch_update_++ == 0) {
862 if (--batch_update_ == 0) {
H A Dcookies_tree_model.h557 int batch_update_; member in class:CookiesTreeModel
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model.cc865 batch_update_(0) {
1321 if (batch_update_++ == 0) {
1331 if (--batch_update_ == 0) {
H A Dcookies_tree_model.h732 int batch_update_; member in class:CookiesTreeModel

Completed in 118 milliseconds