Searched refs:is_async_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/tests/common/
H A Dcontroller.h103 void SetAsynchronous(bool is_async) { is_async_ = is_async; }
141 bool is_async_; member in class:sandbox::TestRunner
H A Dcontroller.cc92 : is_init_(false), is_async_(false), no_sandbox_(false),
98 : is_init_(false), is_async_(false), no_sandbox_(false),
109 is_async_= false;
237 if (is_async_) {
/external/chromium_org/content/browser/loader/
H A Dresource_request_info_impl.cc137 is_async_(is_async) {
222 return is_async_;
H A Dresource_request_info_impl.h192 bool is_async_; member in class:content::ResourceRequestInfoImpl

Completed in 73 milliseconds