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

  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 165 void FailNextPostBufferToPathCall() { countdown_to_postbuffer_fail_ = 1; }
166 void FailNthPostBufferToPathCall(int n) { countdown_to_postbuffer_fail_ = n; }
348 int countdown_to_postbuffer_fail_; member in class:syncer::MockConnectionManager
mock_connection_manager.cc 46 countdown_to_postbuffer_fail_(0),
112 if (--countdown_to_postbuffer_fail_ == 0) {

Completed in 56 milliseconds