Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/
Dobserver_list.h93 ObserverListBase() : notify_depth_(0), type_(NOTIFY_ALL) {} in ObserverListBase()
95 : notify_depth_(0), type_(type) {} in ObserverListBase()
118 int notify_depth_; variable
133 ++list_->notify_depth_; in Iterator()
138 if (list_.get() && --list_->notify_depth_ == 0) in ~Iterator()
171 if (notify_depth_) { in RemoveObserver()
191 if (notify_depth_) { in Clear()
/external/libchrome/base/
Dobserver_list.h97 ObserverListBase() : notify_depth_(0), type_(NOTIFY_ALL) {} in ObserverListBase()
99 : notify_depth_(0), type_(type) {} in ObserverListBase()
124 int notify_depth_; variable
139 ++list_->notify_depth_; in Iterator()
144 if (list_.get() && --list_->notify_depth_ == 0) in ~Iterator()
176 if (notify_depth_) { in RemoveObserver()
196 if (notify_depth_) { in Clear()