Home
last modified time | relevance | path

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

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