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

  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 34 : called_set_up_(false),
44 return called_set_up_;
53 DCHECK(called_set_up_);
83 DCHECK(called_set_up_);
89 DCHECK(called_set_up_);
111 DCHECK(called_set_up_);
116 DCHECK(called_set_up_);
121 DCHECK(called_set_up_);
135 called_set_up_ = true;
testing_profile_manager.h 78 // return value, so it sets the |called_set_up_| flag on success and that is
83 bool called_set_up_; member in class:TestingProfileManager

Completed in 45 milliseconds