/external/chromium_org/net/base/ |
file_stream.cc | 59 if (!is_async()) { 78 DCHECK(is_async()); 92 DCHECK(!is_async()); 97 DCHECK(is_async()); 103 DCHECK(!is_async()); 120 DCHECK(is_async()); 132 DCHECK(!is_async() || !context_->async_in_progress()); 163 DCHECK(is_async()); 174 DCHECK(!is_async()); 211 DCHECK(is_async()); [all...] |
file_stream.h | 247 bool is_async() const { return !!(open_flags_ & base::PLATFORM_FILE_ASYNC); } function in class:net::FileStream
|
/external/chromium_org/content/browser/loader/ |
resource_request_info_impl.cc | 32 bool is_async) { 55 is_async); // is_async 109 bool is_async) 134 is_async_(is_async) {
|
resource_request_info_impl.h | 63 bool is_async);
|
/external/chromium_org/content/public/browser/ |
resource_request_info.h | 38 bool is_async);
|
/external/chromium_org/chrome/test/base/ |
web_ui_browsertest.h | 66 bool RunJavascriptTestF(bool is_async, 144 // given |is_async|, |test_name| and its |args|. 145 string16 BuildRunTestJSCall(bool is_async, 155 // call is made. Passes |is_async| along to runTest wrapper. 159 bool is_async,
|
web_ui_browsertest.cc | 153 bool WebUIBrowserTest::RunJavascriptTestF(bool is_async, 160 if (is_async) 494 bool is_async, 498 base::FundamentalValue* is_async_arg = new base::FundamentalValue(is_async); 518 bool is_async, 529 BuildRunTestJSCall(is_async, function_name, function_arguments);
|
/external/chromium_org/sandbox/win/tests/common/ |
controller.h | 103 void SetAsynchronous(bool is_async) { is_async_ = is_async; }
|
/external/chromium_org/chrome_frame/test/ |
urlmon_moniker_integration_test.cc | 114 ACTION_P(SetBindInfo, is_async) { 123 if (is_async)
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_api.h | 146 bool* is_async);
|
tabs_api.cc | 1277 bool is_async = false; local [all...] |
/external/chromium_org/cc/output/ |
gl_renderer.cc | 2301 bool is_async = !cleanup_callback.is_null(); local [all...] |
/external/kernel-headers/original/linux/ |
fs.h | 436 bool is_async); [all...] |