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

  /external/chromium/base/
observer_list_unittest.cc 97 in_list_(false),
131 if (!in_list_) {
133 in_list_ = true;
153 DCHECK(in_list_);
159 in_list_ = false;
165 bool in_list_; // Are we currently registered for notifications. member in class:__anon1430::AddRemoveThread
166 // in_list_ is only used on |this| thread.
  /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::__anon3577::AddRemoveThread
174 // in_list_ is only used on |this| thread.

Completed in 49 milliseconds