Searched refs:is_async (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dextension_js_browser_test.h28 bool RunJavascriptTestF(bool is_async,
H A Dextension_js_browser_test.cc29 bool ExtensionJSBrowserTest::RunJavascriptTestF(bool is_async, argument
43 scripts.push_back(BuildRunTestJSCall(is_async, "RUN_TEST_F", args));
H A Djavascript_browser_test.h41 // given |is_async|, |test_name| and its |args|.
44 base::string16 BuildRunTestJSCall(bool is_async,
H A Dweb_ui_browser_test.h57 bool RunJavascriptTestF(bool is_async,
135 // call is made. Passes |is_async| along to runTest wrapper.
139 bool is_async,
H A Djavascript_browser_test.cc105 bool is_async,
109 base::FundamentalValue* is_async_arg = new base::FundamentalValue(is_async);
104 BuildRunTestJSCall( bool is_async, const std::string& function_name, const ConstValueVector& test_func_args) argument
H A Dweb_ui_browser_test.cc118 bool WebUIBrowserTest::RunJavascriptTestF(bool is_async, argument
125 if (is_async)
412 bool is_async,
431 BuildRunTestJSCall(is_async, function_name, function_arguments);
408 RunJavascriptUsingHandler( const std::string& function_name, const ConstValueVector& function_arguments, bool is_test, bool is_async, RenderViewHost* preload_host) argument
/external/chromium_org/content/browser/loader/
H A Dresource_request_info_impl.cc32 bool is_async) {
56 is_async); // is_async
111 bool is_async)
137 is_async_(is_async) {
26 AllocateForTesting(net::URLRequest* request, ResourceType resource_type, ResourceContext* context, int render_process_id, int render_view_id, int render_frame_id, bool is_async) argument
89 ResourceRequestInfoImpl( int process_type, int child_id, int route_id, int origin_pid, int request_id, int render_frame_id, bool is_main_frame, bool parent_is_main_frame, int parent_render_frame_id, ResourceType resource_type, ui::PageTransition transition_type, bool should_replace_current_entry, bool is_download, bool is_stream, bool allow_download, bool has_user_gesture, bool enable_load_timing, blink::WebReferrerPolicy referrer_policy, blink::WebPageVisibilityState visibility_state, ResourceContext* context, base::WeakPtr<ResourceMessageFilter> filter, bool is_async) argument
H A Dresource_request_info_impl.h64 bool is_async);
H A Dresource_scheduler_unittest.cc167 bool is_async) {
192 is_async); // is_async
247 bool is_async) {
249 url, priority, child_id, route_id, is_async));
162 NewURLRequestWithChildAndRoute( const char* url, net::RequestPriority priority, int child_id, int route_id, bool is_async) argument
243 GetNewTestRequest(const char* url, net::RequestPriority priority, int child_id, int route_id, bool is_async) argument
/external/chromium_org/sandbox/win/tests/common/
H A Dcontroller.h103 void SetAsynchronous(bool is_async) { is_async_ = is_async; } argument
/external/chromium_org/content/public/browser/
H A Dresource_request_info.h39 bool is_async);
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.h151 bool* is_async);
H A Dtabs_api.cc1144 bool is_async = false; local
1146 !UpdateURL(*params->update_properties.url, tab_id, &is_async)) {
1197 if (!is_async) {
1206 bool* is_async) {
1251 *is_async = true;
1204 UpdateURL(const std::string &url_string, int tab_id, bool* is_async) argument

Completed in 133 milliseconds