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

/external/chromium/base/
H A Dobserver_list.h87 ++list_.notify_depth_;
91 if (--list_.notify_depth_ == 0)
110 ObserverListBase() : notify_depth_(0), type_(NOTIFY_ALL) {}
112 : notify_depth_(0), type_(type) {}
126 if (notify_depth_) {
143 if (notify_depth_) {
173 int notify_depth_; member in class:ObserverListBase
/external/chromium_org/base/
H A Dobserver_list.h88 ++list_->notify_depth_;
92 if (list_.get() && --list_->notify_depth_ == 0)
113 ObserverListBase() : notify_depth_(0), type_(NOTIFY_ALL) {}
115 : notify_depth_(0), type_(type) {}
133 if (notify_depth_) {
150 if (notify_depth_) {
175 int notify_depth_; member in class:ObserverListBase

Completed in 771 milliseconds