Searched defs:is_async (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/base/
H A Dfile_stream.h247 bool is_async() const { return !!(open_flags_ & base::PLATFORM_FILE_ASYNC); } function in class:net::FileStream
/external/chromium_org/content/browser/loader/
H A Dresource_request_info_impl.cc32 bool is_async) {
55 is_async); // is_async
109 bool is_async)
134 is_async_(is_async) {
26 AllocateForTesting( net::URLRequest* request, ResourceType::Type resource_type, ResourceContext* context, int render_process_id, int render_view_id, bool is_async) argument
88 ResourceRequestInfoImpl( int process_type, int child_id, int route_id, int origin_pid, int request_id, int render_frame_id, bool is_main_frame, int64 frame_id, bool parent_is_main_frame, int64 parent_frame_id, ResourceType::Type resource_type, PageTransition transition_type, bool should_replace_current_entry, bool is_download, bool is_stream, bool allow_download, bool has_user_gesture, blink::WebReferrerPolicy referrer_policy, ResourceContext* context, base::WeakPtr<ResourceMessageFilter> filter, 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/chrome/test/base/
H A Dweb_ui_browsertest.cc153 bool WebUIBrowserTest::RunJavascriptTestF(bool is_async, argument
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);
493 BuildRunTestJSCall( bool is_async, const std::string& function_name, const WebUIBrowserTest::ConstValueVector& test_func_args) argument
514 RunJavascriptUsingHandler( const std::string& function_name, const ConstValueVector& function_arguments, bool is_test, bool is_async, RenderViewHost* preload_host) argument
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc1277 bool is_async = false; local
1279 !UpdateURL(*params->update_properties.url, tab_id, &is_async)) {
1330 if (!is_async) {
1339 bool* is_async) {
1383 *is_async = true;
1337 UpdateURL(const std::string &url_string, int tab_id, bool* is_async) argument
/external/chromium_org/cc/output/
H A Dgl_renderer.cc2301 bool is_async = !cleanup_callback.is_null(); local
2353 if (is_async) {
2391 if (is_async) {

Completed in 256 milliseconds