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

/external/chromium_org/net/base/
H A Dfile_stream.h237 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.cc51 false); // is_async
102 bool is_async)
123 is_async_(is_async) {
84 ResourceRequestInfoImpl( int process_type, int child_id, int route_id, int origin_pid, int request_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 is_download, bool is_stream, bool allow_download, bool has_user_gesture, WebKit::WebReferrerPolicy referrer_policy, ResourceContext* context, bool is_async) argument
/external/chromium_org/sandbox/win/tests/common/
H A Dcontroller.h102 void SetAsynchronous(bool is_async) { is_async_ = is_async; } argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Duser_image_manager_impl.cc506 bool is_async) {
517 if (is_async && !last_image_set_async_) {
520 } else if (!is_async) {
502 SaveImageToLocalState(const std::string& username, const std::string& image_path, int image_index, const GURL& image_url, bool is_async) argument
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc1327 bool is_async = false; local
1329 !UpdateURL(*params->update_properties.url, tab_id, &is_async)) {
1376 if (!is_async) {
1385 bool* is_async) {
1427 *is_async = true;
1383 UpdateURL(const std::string &url_string, int tab_id, bool* is_async) argument
/external/chromium_org/chrome/test/base/
H A Dweb_ui_browsertest.cc178 bool WebUIBrowserTest::RunJavascriptTestF(bool is_async, argument
185 if (is_async)
481 bool is_async,
485 base::FundamentalValue* is_async_arg = new base::FundamentalValue(is_async);
505 bool is_async,
516 BuildRunTestJSCall(is_async, function_name, function_arguments);
480 BuildRunTestJSCall( bool is_async, const std::string& function_name, const WebUIBrowserTest::ConstValueVector& test_func_args) argument
501 RunJavascriptUsingHandler( const std::string& function_name, const ConstValueVector& function_arguments, bool is_test, bool is_async, RenderViewHost* preload_host) argument
/external/chromium_org/cc/output/
H A Dgl_renderer.cc2295 bool is_async = !cleanup_callback.is_null(); local
2348 if (is_async) {
2390 if (is_async) {

Completed in 181 milliseconds