/external/chromium_org/chrome/test/base/ |
extension_js_browser_test.h | 28 bool RunJavascriptTestF(bool is_async,
|
extension_js_browser_test.cc | 29 bool ExtensionJSBrowserTest::RunJavascriptTestF(bool is_async, 43 scripts.push_back(BuildRunTestJSCall(is_async, "RUN_TEST_F", args));
|
javascript_browser_test.h | 41 // given |is_async|, |test_name| and its |args|. 44 base::string16 BuildRunTestJSCall(bool is_async,
|
web_ui_browser_test.h | 57 bool RunJavascriptTestF(bool is_async, 135 // call is made. Passes |is_async| along to runTest wrapper. 139 bool is_async,
|
javascript_browser_test.cc | 105 bool is_async, 109 base::FundamentalValue* is_async_arg = new base::FundamentalValue(is_async);
|
web_ui_browser_test.cc | 118 bool WebUIBrowserTest::RunJavascriptTestF(bool is_async, 125 if (is_async) 412 bool is_async, 431 BuildRunTestJSCall(is_async, function_name, function_arguments);
|
/external/chromium_org/content/browser/loader/ |
resource_request_info_impl.cc | 32 bool is_async) { 56 is_async); // is_async 111 bool is_async) 137 is_async_(is_async) {
|
resource_request_info_impl.h | 64 bool is_async);
|
resource_scheduler_unittest.cc | 167 bool is_async) { 192 is_async); // is_async 247 bool is_async) { 249 url, priority, child_id, route_id, is_async)); [all...] |
/external/chromium_org/content/public/browser/ |
resource_request_info.h | 39 bool is_async);
|
/external/chromium_org/sandbox/win/tests/common/ |
controller.h | 103 void SetAsynchronous(bool is_async) { is_async_ = is_async; }
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_api.h | 151 bool* is_async);
|
tabs_api.cc | 1144 bool is_async = false; local [all...] |