HomeSort by relevance Sort by last modified time
    Searched refs:load_flags (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium/net/http/
http_request_info.h 18 HttpRequestInfo() : load_flags(0), priority(LOWEST) {
40 // Any load flags (see load_flags.h).
41 int load_flags; member in class:net::HttpRequestInfo
http_network_transaction_unittest.cc 110 request.load_flags = 0;
364 request.load_flags = 0;
439 request.load_flags = 0;
472 request.load_flags = 0;
514 request.load_flags = 0;
553 request.load_flags = 0;
584 request.load_flags = 0;
611 request.load_flags = 0;
675 request.load_flags = 0;
728 request.load_flags = 0
    [all...]
http_transaction_unittest.h 18 #include "net/base/load_flags.h"
53 int load_flags; member in struct:MockTransaction
100 load_flags = t.load_flags;
http_network_transaction.cc 18 #include "net/base/load_flags.h"
89 if (request_info->load_flags & LOAD_BYPASS_CACHE) {
91 } else if (request_info->load_flags & LOAD_VALIDATE_CACHE) {
569 if (request_->load_flags & LOAD_BYPASS_PROXY) {
688 if (request_->load_flags & LOAD_BYPASS_CACHE ||
689 request_->load_flags & LOAD_DISABLE_CACHE) {
783 if (request_->load_flags & LOAD_VERIFY_EV_CERT)
    [all...]
http_network_layer_unittest.cc 83 request_info.load_flags = net::LOAD_NORMAL;
http_cache_unittest.cc 13 #include "net/base/load_flags.h"
1006 transaction.load_flags |= net::LOAD_ONLY_FROM_CACHE;
1037 transaction.load_flags |= net::LOAD_ONLY_FROM_CACHE;
    [all...]
  /external/freetype/include/freetype/
ftadvanc.h 93 /* load_flags :: A set of bit flags similar to those used when */
119 FT_Int32 load_flags,
140 /* load_flags :: A set of bit flags similar to those used when */
168 FT_Int32 load_flags,
ftcache.h     [all...]
  /external/freetype/src/autofit/
afmodule.c 61 FT_Int32 load_flags )
66 glyph_index, load_flags );
afloader.h 63 FT_UInt32 load_flags );
afloader.c 87 FT_Int32 load_flags,
99 error = FT_Load_Glyph( face, glyph_index, load_flags );
287 load_flags, depth + 1 );
475 FT_UInt32 load_flags )
493 scaler.render_mode = FT_LOAD_TARGET_MODE( load_flags );
505 if ( load_flags & ( 1UL << 20 ) )
520 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_IGNORE_TRANSFORM;
521 load_flags &= ~FT_LOAD_RENDER;
531 error = af_loader_load_g( loader, &scaler, gindex, load_flags, 0 );
  /external/freetype/src/truetype/
ttdriver.c 275 /* load_flags :: A flag indicating what to load for this glyph. The */
288 FT_Int32 load_flags )
313 if ( load_flags & FT_LOAD_NO_HINTING )
319 load_flags &= ~FT_LOAD_NO_HINTING;
321 if ( load_flags & FT_LOAD_NO_AUTOHINT )
322 load_flags |= FT_LOAD_NO_HINTING;
325 if ( load_flags & ( FT_LOAD_NO_RECURSE | FT_LOAD_NO_SCALE ) )
327 load_flags |= FT_LOAD_NO_BITMAP | FT_LOAD_NO_SCALE;
330 load_flags |= FT_LOAD_NO_HINTING;
334 error = TT_Load_Glyph( size, slot, glyph_index, load_flags );
    [all...]
ttgload.h 55 FT_Int32 load_flags );
ttgload.c 154 (FT_Bool)!( loader->load_flags &
159 (FT_Bool)!( loader->load_flags &
447 if ( IS_HINTED( load->load_flags ) )
813 debug = FT_BOOL( !( loader->load_flags & FT_LOAD_NO_SCALE ) &&
904 if ( IS_HINTED( loader->load_flags ) )
913 if ( ( loader->load_flags & FT_LOAD_NO_SCALE ) == 0 )
933 if ( IS_HINTED( loader->load_flags ) )
    [all...]
  /external/freetype/src/sfnt/
ttsbit.h 68 FT_UInt load_flags,
  /external/freetype/include/freetype/internal/
autohint.h 165 /* load_flags :: The load flags. */
179 FT_Int32 load_flags );
ftdriver.h 83 FT_Int32 load_flags );
  /external/chromium/net/flip/
flip_network_transaction_unittest.cc 362 request.load_flags = 0;
464 request.load_flags = 0;
491 request.load_flags = 0;
612 request.load_flags = 0;
687 request.load_flags = 0;
733 request.load_flags = 0;
835 request.load_flags = 0;
865 request.load_flags = 0;
    [all...]
  /external/freetype/src/cff/
cffgload.h 193 FT_Int32 load_flags );
cffdrivr.c 143 /* load_flags :: A flag indicating what to load for this glyph. The */
156 FT_Int32 load_flags )
168 load_flags |= FT_LOAD_NO_SCALE | FT_LOAD_NO_HINTING;
171 if ( load_flags & FT_LOAD_NO_SCALE )
182 error = cff_slot_load( slot, size, glyph_index, load_flags );
cffgload.c     [all...]
  /external/chromium/net/url_request/
url_request_job_manager.cc 11 #include "net/base/load_flags.h"
65 if (!(request->load_flags() & net::LOAD_DISABLE_INTERCEPT)) {
106 if ((request->load_flags() & net::LOAD_DISABLE_INTERCEPT) ||
126 if ((request->load_flags() & net::LOAD_DISABLE_INTERCEPT) ||
url_request_http_job.cc 20 #include "net/base/load_flags.h"
145 request_info_.load_flags = request_->load_flags();
696 if (request_info_.load_flags & net::LOAD_DO_NOT_SEND_COOKIES) {
742 if (request_info_.load_flags & net::LOAD_DO_NOT_SAVE_COOKIES) {
url_request.h 401 // Access the net::LOAD_* flags modifying this request (see load_flags.h).
402 int load_flags() const { return load_flags_; } function in class:URLRequest
  /external/freetype/src/base/
ftobjs.c 556 FT_Int32 load_flags )
581 if ( load_flags & FT_LOAD_NO_RECURSE )
582 load_flags |= FT_LOAD_NO_SCALE |
585 if ( load_flags & FT_LOAD_NO_SCALE )
587 load_flags |= FT_LOAD_NO_HINTING |
590 load_flags &= ~FT_LOAD_RENDER;
611 !( load_flags & FT_LOAD_NO_HINTING ) &&
612 !( load_flags & FT_LOAD_NO_AUTOHINT ) &&
621 if ( ( load_flags & FT_LOAD_FORCE_AUTOHINT ) ||
626 FT_Render_Mode mode = FT_LOAD_TARGET_MODE( load_flags );
    [all...]

Completed in 166 milliseconds

1 2