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

  /external/chromium/base/
condition_variable_win.cc 254 DCHECK(ValidateLinks());
260 return ValidateLinks() && other->ValidateLinks() && (this != other);
264 return (0 != handle_) && ValidateLinks();
268 return (0 == handle_) && ValidateLinks();
271 bool ConditionVariable::Event::ValidateLinks() const {
condition_variable.h 139 bool ValidateLinks() const;

Completed in 1368 milliseconds