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

  /external/chromium_org/net/base/
mock_file_stream.h 43 async_error_ = true;
47 async_error_ = false;
51 async_error_ = false;
89 // Depending on |async_error_|, either synchronously returns |forced_error_|
90 // asynchronously calls |callback| with |async_error_|.
95 bool async_error_; member in class:net::testing::MockFileStream
mock_file_stream.cc 18 async_error_(false),
28 async_error_(false),
115 if (async_error_) {
128 if (async_error_) {

Completed in 81 milliseconds