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

  /external/libchrome/base/files/
file.cc 26 async_(false) {
31 : error_details_(FILE_OK), created_(false), async_(false) {
40 async_(false) {
49 async_(false) {
57 async_(other.async_) {}
69 file.async_ = true;
80 async_ = other.async_;
file.h 294 bool async() const { return async_; }
333 bool async_; member in class:base::File
file_posix.cc 387 other.async_ = true;
510 async_ = ((flags & FLAG_ASYNC) == FLAG_ASYNC);
  /external/webrtc/webrtc/p2p/base/
faketransportcontroller.h 68 void SetAsync(bool async) { async_ = async; }
208 if (async_) {
319 bool async_ = false; member in class:cricket::FakeTransportChannel
363 void SetAsync(bool async) { async_ = async; }
420 channel->SetAsync(async_);
454 bool async_ = false; member in class:cricket::FakeTransport
  /external/libbrillo/brillo/http/
http_transport_fake.h 76 void SetAsyncMode(bool async) { async_ = async; }
110 bool async_{false};
http_transport_fake.cc 69 if (!async_) {
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 103 async_(async),
113 ASSERT(async_ || (type_ != SOCK_STREAM)); // We only support async streams
274 if (async_) {
330 VirtualSocket* socket = new VirtualSocket(server_, AF_INET, type_, async_);
394 if (async_) {
402 if (async_) {
418 if (async_) {
465 if (async_ && notify) {
    [all...]
virtualsocketserver.h 314 bool async_; member in class:rtc::VirtualSocket
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 550 milliseconds