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

  /external/chromium/net/base/
file_stream_posix.cc 178 bool is_closing_; member in class:net::FileStream::AsyncContext
190 is_closing_(false) {}
193 is_closing_ = true;
256 if (is_closing_) {
file_stream_win.cc 56 : owner_(owner), context_(), callback_(NULL), is_closing_(false) {
73 bool is_closing_; member in class:net::FileStream::AsyncContext
77 is_closing_ = true;
102 if (is_closing_) {

Completed in 49 milliseconds