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

  /external/chromium_org/net/url_request/
url_request_status.h 23 IO_PENDING,
44 return status_ == SUCCESS || status_ == IO_PENDING;
49 return status_ == IO_PENDING;
  /external/chromium_org/mojo/system/
raw_channel.h 125 IO_PENDING
201 // |result| must not be |IO_PENDING|. Must be called on the I/O thread WITHOUT
204 // |result| must not be |IO_PENDING|. Must be called on the I/O thread WITHOUT
245 // - if the method returns |IO_PENDING|, |OnReadCompleted()| will be called on
250 // returns |IO_FAILED_...| or |IO_PENDING|.
273 // - if the method returns |IO_PENDING|, |OnWriteCompleted()| will be called
279 // returns |IO_FAILED_...| or |IO_PENDING|.

Completed in 367 milliseconds