HomeSort by relevance Sort by last modified time
    Searched defs:load_flags (Results 1 - 18 of 18) sorted by null

  /external/chromium/net/url_request/
url_request_netlog_params.h 23 int load_flags,
30 int load_flags() const { function in class:net::URLRequestStartEventParameters
url_request.h 456 // Access the LOAD_* flags modifying this request (see load_flags.h).
457 int load_flags() const { return load_flags_; } function in class:net::URLRequest
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 73 int load_flags = (flags & HB_ShaperFlag_UseDesignMetrics) ? FT_LOAD_NO_HINTING : FT_LOAD_DEFAULT; local
75 if ((error = (HB_Error) FT_Load_Glyph(face, glyph, load_flags)))
  /external/chromium/net/http/
http_request_info.h 47 // Any load flags (see load_flags.h).
48 int load_flags; member in struct:net::HttpRequestInfo
http_transaction_unittest.h 17 #include "net/base/load_flags.h"
57 int load_flags; member in struct:MockTransaction
http_stream_factory_impl_job.cc 460 if (request_info_.load_flags & LOAD_BYPASS_PROXY) {
886 if (request_info_.load_flags & LOAD_VERIFY_EV_CERT)
929 if (request_info_.load_flags & LOAD_BYPASS_PROXY) {
978 int load_flags = request_info_.load_flags; local
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 11 #include "net/base/load_flags.h"
73 int load_flags = static_cast< local
74 net::URLRequestStartEventParameters*>(params)->load_flags();
75 if (!(load_flags & net::LOAD_REPORT_RAW_HEADERS))
242 if (!(request->load_flags() & net::LOAD_REPORT_RAW_HEADERS))
257 if (!(request->load_flags() & net::LOAD_REPORT_RAW_HEADERS))
  /external/chromium/chrome/browser/net/
load_timing_observer.cc 11 #include "net/base/load_flags.h"
104 if (!(request->load_flags() & net::LOAD_ENABLE_LOAD_TIMING))
137 int load_flags = local
139 load_flags();
140 if (!(load_flags & net::LOAD_ENABLE_LOAD_TIMING))
  /external/chromium/net/socket/
client_socket_pool_manager.cc 85 request_info.load_flags & LOAD_BYPASS_CACHE ||
86 request_info.load_flags & LOAD_VALIDATE_CACHE ||
87 request_info.load_flags & LOAD_DISABLE_CACHE;
89 int load_flags = request_info.load_flags; local
91 load_flags |= LOAD_IGNORE_ALL_CERT_ERRORS;
100 bool ignore_limits = (request_info.load_flags & LOAD_IGNORE_LIMITS) != 0;
139 load_flags,
182 load_flags,
ssl_client_socket_pool.h 51 int load_flags,
67 int load_flags() const { return load_flags_; } function in class:net::SSLSocketParams
  /external/harfbuzz/tests/shaping/
main.cpp 118 int load_flags = (flags & HB_ShaperFlag_UseDesignMetrics) ? FT_LOAD_NO_HINTING : FT_LOAD_DEFAULT; local
120 if ((error = (HB_Error)FT_Load_Glyph(face, glyph, load_flags)))
  /external/chromium/chrome/common/
automation_messages.h 193 int load_flags);
202 int load_flags; // see net/base/load_flags.h member in struct:AutomationURLRequest
  /external/chromium/chrome/common/net/
url_fetcher.cc 17 #include "net/base/load_flags.h"
40 // defined in net/base/load_flags.h.
372 int flags = request_->load_flags() | load_flags_;
548 void URLFetcher::set_load_flags(int load_flags) {
549 core_->load_flags_ = load_flags;
552 int URLFetcher::load_flags() const { function in class:URLFetcher
  /external/chromium/webkit/glue/
resource_loader_bridge.h 167 // Only present if request had LOAD_REPORT_RAW_HEADERS in load_flags, and
226 int load_flags; member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
weburlloader_impl.cc 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; local
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
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1496 FT_ULong load_flags; member in struct:TT_LoaderRec_
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c 40 HB_UShort load_flags; /* how the glyph should be loaded */ member in struct:GPOS_Instance_
759 error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, y_value, &n_points);
    [all...]
  /external/grub/stage2/
builtins.c 2335 unsigned long load_flags = 0; local
    [all...]

Completed in 465 milliseconds