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

  /external/chromium_org/base/
observer_list_unittest.cc 104 in_list_(false),
138 if (!in_list_) {
140 in_list_ = true;
161 DCHECK(in_list_); variable
167 in_list_ = false;
173 bool in_list_; // Are we currently registered for notifications. member in class:base::__anon7022::AddRemoveThread
174 // in_list_ is only used on |this| thread.

Completed in 150 milliseconds