Searched defs:is_download (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/filter/
H A Dmock_filter_context.h30 void SetDownload(bool is_download) { is_download_ = is_download; } argument
/external/chromium_org/content/browser/loader/
H A Dresource_request_info_impl.cc47 false, // is_download
102 bool is_download,
124 is_download_(is_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
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc147 bool is_download, ResultType result_type) {
148 if (is_download) {
174 bool is_download) {
180 RecordGetHashResult(is_download, GET_HASH_BACKOFF_ERROR);
188 hash_requests_[fetcher] = FullHashDetails(callback, is_download);
245 RecordGetHashResult(details.is_download, GET_HASH_STATUS_200);
247 RecordGetHashResult(details.is_download, GET_HASH_STATUS_204);
256 RecordGetHashResult(details.is_download, GET_HASH_PARSE_ERROR);
263 RecordGetHashResult(details.is_download, GET_HASH_NETWORK_ERROR);
267 RecordGetHashResult(details.is_download, GET_HASH_HTTP_ERRO
146 RecordGetHashResult( bool is_download, ResultType result_type) argument
171 GetFullHash( const std::vector<SBPrefix>& prefixes, FullHashCallback callback, bool is_download) argument
769 FullHashDetails( FullHashCallback callback, bool is_download) argument
[all...]
H A Dprotocol_manager.h93 bool is_download);
161 // Record a GetHash result. |is_download| indicates if the get
163 static void RecordGetHashResult(bool is_download,
285 FullHashDetails(FullHashCallback callback, bool is_download);
289 bool is_download; member in struct:SafeBrowsingProtocolManager::FullHashDetails
H A Ddatabase_manager.cc59 bool is_download = check_type == safe_browsing_util::BINURL; local
60 SafeBrowsingProtocolManager::RecordGetHashResult(is_download, result);
764 bool is_download = check->check_type == safe_browsing_util::BINURL; local
770 is_download);

Completed in 1330 milliseconds