HomeSort by relevance Sort by last modified time
    Searched full:notify_depth_ (Results 1 - 1 of 1) sorted by null

  /external/libchrome/base/
observer_list.h 147 ObserverListBase() : notify_depth_(0), type_(NOTIFY_ALL) {}
149 : notify_depth_(0), type_(type) {}
174 int notify_depth_; member in class:base::ObserverListBase
197 ++list_->notify_depth_;
203 if (list_ && --list_->notify_depth_ == 0)
288 if (notify_depth_) {
308 if (notify_depth_) {

Completed in 313 milliseconds