Searched refs:ValidateLinks (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/synchronization/
H A Dcondition_variable_win.cc253 DCHECK(ValidateLinks());
259 return ValidateLinks() && other->ValidateLinks() && (this != other);
263 return (0 != handle_) && ValidateLinks();
267 return (0 == handle_) && ValidateLinks();
270 bool ConditionVariable::Event::ValidateLinks() const { function in class:base::ConditionVariable::Event
H A Dcondition_variable.h141 bool ValidateLinks() const;
/external/chromium_org/base/synchronization/
H A Dcondition_variable_win.cc172 bool ValidateLinks() const;
446 DCHECK(ValidateLinks());
452 return ValidateLinks() && other->ValidateLinks() && (this != other);
456 return (0 != handle_) && ValidateLinks();
460 return (0 == handle_) && ValidateLinks();
463 bool WinXPCondVar::Event::ValidateLinks() const { function in class:base::WinXPCondVar::Event

Completed in 522 milliseconds