Home | History | Annotate | Download | only in glue

Lines Matching refs:load_flags

16 #include "net/base/load_flags.h"
60 explicit HeaderFlattener(int load_flags)
61 : load_flags_(load_flags),
386 int load_flags = net::LOAD_NORMAL;
390 load_flags |= net::LOAD_VALIDATE_CACHE;
393 load_flags |= net::LOAD_PREFERRING_CACHE;
396 load_flags |= net::LOAD_ONLY_FROM_CACHE;
403 load_flags |= net::LOAD_ENABLE_UPLOAD_PROGRESS;
405 load_flags |= net::LOAD_ENABLE_LOAD_TIMING;
407 load_flags |= net::LOAD_REPORT_RAW_HEADERS;
410 load_flags |= net::LOAD_DO_NOT_SAVE_COOKIES;
411 load_flags |= net::LOAD_DO_NOT_SEND_COOKIES;
415 load_flags |= net::LOAD_DO_NOT_SEND_AUTH_DATA;
417 HeaderFlattener flattener(load_flags);
436 request_info.load_flags = load_flags;