Searched refs:allow_download (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/child/
H A Drequest_extra_data.h52 bool allow_download() const { return allow_download_; } function in class:content::RequestExtraData
53 void set_allow_download(bool allow_download) { argument
54 allow_download_ = allow_download;
H A Dresource_dispatcher.cc143 request_.allow_download = extra_data->allow_download();
/external/chromium_org/content/public/renderer/
H A Dnavigation_state.h109 bool allow_download() const { function in class:content::NavigationState
/external/chromium_org/content/browser/loader/
H A Dresource_request_info_impl.cc49 true, // allow_download
104 bool allow_download,
126 allow_download_(allow_download),
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.h57 bool allow_download,
138 bool allow_download() const { return allow_download_; } function in class:content::ResourceRequestInfoImpl
H A Dbuffered_resource_handler.cc315 if (!info->allow_download())
H A Dresource_dispatcher_host_impl.cc1160 bool allow_download = request_data.allow_download && local
1180 allow_download,
1402 download, // allow_download
H A Dresource_dispatcher_host_unittest.cc146 request.allow_download = true;
/external/chromium_org/content/test/
H A Dtest_render_frame_host.cc178 params.allow_download = true;
/external/chromium_org/content/common/
H A Dframe_messages.h247 IPC_STRUCT_MEMBER(bool, allow_download)
309 IPC_STRUCT_MEMBER(bool, allow_download)
H A Dresource_messages.h233 IPC_STRUCT_MEMBER(bool, allow_download)
/external/chromium_org/content/browser/frame_host/
H A Dnavigator_impl.cc128 params->allow_download = !entry.IsViewSourceMode();
H A Drender_frame_host_manager.cc71 begin_navigation_params.allow_download =
72 navigate_params.allow_download;
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc2760 extra_data->set_allow_download(navigation_state->allow_download());
H A Drender_view_impl.cc2355 navigation_state->set_allow_download(params.allow_download);

Completed in 331 milliseconds