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

  /external/chromium/base/
observer_list.h 87 ++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/
observer_list.h 88 ++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 115 milliseconds