Home
last modified time | relevance | path

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

/external/chromium/base/
Dobserver_list.h87 ++list_.notify_depth_; in Iterator()
91 if (--list_.notify_depth_ == 0) in ~Iterator()
110 ObserverListBase() : notify_depth_(0), type_(NOTIFY_ALL) {} in ObserverListBase()
112 : notify_depth_(0), type_(type) {} in ObserverListBase()
126 if (notify_depth_) { in RemoveObserver()
143 if (notify_depth_) { in Clear()
173 int notify_depth_; variable