Searched refs:load_flags_ (Results 1 - 20 of 20) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_netlog_params.cc18 load_flags_(load_flags),
26 dict->SetInteger("load_flags", load_flags_);
H A Durl_request_netlog_params.h31 return load_flags_;
39 const int load_flags_; member in class:net::URLRequestStartEventParameters
H A Durl_request.h457 int load_flags() const { return load_flags_; }
458 void set_load_flags(int flags) { load_flags_ = flags; }
637 int load_flags_; // Flags indicating the request type for the load; member in class:net::URLRequest
H A Durl_request.cc117 load_flags_(LOAD_NORMAL),
410 url(), method_, load_flags_, priority_)));
/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.cc23 load_flags_(0),
H A Ddownload_url_parameters.h69 void set_load_flags(int load_flags) { load_flags_ |= load_flags; }
106 int load_flags() const { return load_flags_; }
147 int load_flags_; member in class:content::DownloadUrlParameters
/external/chromium_org/chrome_frame/
H A Dplugin_url_request.cc15 load_flags_(0),
34 load_flags_ = load_flags;
H A Dplugin_url_request.h171 int load_flags_; member in class:PluginUrlRequest
H A Durlmon_url_request.cc467 if (load_flags_ & net::LOAD_VALIDATE_CACHE)
470 if (load_flags_ & net::LOAD_BYPASS_CACHE)
/external/chromium/chrome/common/net/
H A Durl_fetcher.cc129 int load_flags_; // Flags for the load operation member in class:URLFetcher::Core
239 load_flags_(net::LOAD_NORMAL),
372 int flags = request_->load_flags() | load_flags_;
549 core_->load_flags_ = load_flags;
553 return core_->load_flags_;
/external/chromium_org/net/url_request/
H A Durl_request.cc214 load_flags_(LOAD_NORMAL),
375 dict->SetInteger("load_flags", load_flags_);
512 if ((load_flags_ & LOAD_IGNORE_LIMITS) != (flags & LOAD_IGNORE_LIMITS)) {
517 load_flags_ = flags;
521 if ((load_flags_ & LOAD_IGNORE_LIMITS) != 0)
672 &url(), &method_, load_flags_, priority_,
988 if ((load_flags_ & LOAD_IGNORE_LIMITS) && (priority != MAXIMUM_PRIORITY)) {
1096 DCHECK(!(load_flags_ & LOAD_DO_NOT_SEND_COOKIES));
1105 DCHECK(!(load_flags_ & LOAD_DO_NOT_SAVE_COOKIES));
H A Durl_fetcher_core.cc77 load_flags_(LOAD_NORMAL),
196 load_flags_ = load_flags;
200 return load_flags_;
510 int flags = request_->load_flags() | load_flags_;
H A Durl_request.h551 int load_flags() const { return load_flags_; }
802 int load_flags_; // Flags indicating the request type for the load; member in class:net::URLRequest
H A Durl_fetcher_core.h221 int load_flags_; // Flags for the load operation member in class:net::URLFetcherCore
/external/chromium/net/socket/
H A Dssl_client_socket_pool.h67 int load_flags() const { return load_flags_; }
87 const int load_flags_; member in class:net::SSLSocketParams
H A Dssl_client_socket_pool.cc40 load_flags_(load_flags),
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool.h74 int load_flags() const { return load_flags_; }
89 const int load_flags_; member in class:net::SSLSocketParams
H A Dssl_client_socket_pool.cc44 load_flags_(load_flags),
/external/chromium/webkit/glue/
H A Dweburlloader_impl.cc61 : load_flags_(load_flags),
81 if ((load_flags_ & net::LOAD_VALIDATE_CACHE) &&
107 int load_flags_; member in class:webkit_glue::__anon3412::HeaderFlattener
/external/chromium_org/webkit/child/
H A Dweburlloader_impl.cc70 : load_flags_(load_flags),
89 if ((load_flags_ & net::LOAD_VALIDATE_CACHE) &&
115 int load_flags_; member in class:webkit_glue::__anon15737::HeaderFlattener

Completed in 575 milliseconds