Searched refs:init_ (Results 1 - 25 of 65) sorted by relevance

123

/external/chromium_org/net/disk_cache/blockfile/
H A Dfile.cc12 File::File() : init_(false), mixed_(false) {}
14 File::File(bool mixed_mode) : init_(false), mixed_(mixed_mode) {}
H A Dmapped_file_posix.cc17 DCHECK(!init_);
18 if (init_ || !File::Init(name))
27 init_ = true;
45 if (!init_)
H A Dmapped_file_win.cc15 DCHECK(!init_);
16 if (init_ || !File::Init(name))
20 init_ = true;
40 if (!init_)
H A Dmapped_file_avoid_mmap_posix.cc15 DCHECK(!init_);
16 if (init_ || !File::Init(name))
32 init_ = true;
53 if (!init_)
H A Dfile_win.cc73 : init_(true),
79 DCHECK(!init_);
80 if (init_)
95 init_ = true;
107 if (!init_)
113 DCHECK(init_);
123 DCHECK(init_);
137 DCHECK(init_);
170 DCHECK(init_);
184 DCHECK(init_);
[all...]
H A Dmapped_file.h26 MappedFile() : File(true), init_(false) {}
56 bool init_; member in class:disk_cache::MappedFile
H A Dbackend_worker_v3.h49 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImplV3::Worker
H A Deviction_v3.h69 bool init_; member in class:disk_cache::EvictionV3
H A Dbackend_worker_v3.cc99 : path_(path), block_files_(path), init_(false) {
109 DCHECK(!init_);
110 if (init_)
132 init_ = true;
224 init_ = false;
256 if (init_) {
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_webrtc_data_channel_handler.cc40 : client_(0), label_(label), init_(init), delegate_(delegate) {
62 return init_.ordered;
66 return init_.maxRetransmitTime;
70 return init_.maxRetransmits;
74 return init_.protocol;
78 return init_.negotiated;
82 return init_.id;
H A Dmock_webrtc_data_channel_handler.h48 blink::WebRTCDataChannelInit init_; member in class:content::MockWebRTCDataChannelHandler
/external/chromium_org/sandbox/win/src/
H A Drestricted_token.cc17 if (init_)
42 init_ = true;
47 DCHECK(init_);
48 if (!init_)
154 DCHECK(init_);
155 if (!init_)
190 DCHECK(init_);
191 if (!init_)
243 DCHECK(init_);
244 if (!init_)
[all...]
H A Drestricted_token.h49 : init_(false), effective_token_(NULL),
192 bool init_; member in class:sandbox::RestrictedToken
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.h63 init_, \
79 init_, \
99 init_, \
115 clazz->clazz.init = init_; \
/external/freetype/src/sfnt/
H A Dttcmap.h63 init_, \
79 init_, \
99 init_, \
115 clazz->clazz.init = init_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.h63 init_, \
79 init_, \
99 init_, \
115 clazz->clazz.init = init_; \
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.h168 RDebug() : r_debug_(NULL), init_(false),
223 bool init_; member in class:crazy::RDebug
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h218 init_, \
231 init_, \
252 init_, \
268 clazz->init = init_; \
1114 init_, \
1125 init_, \
1139 init_, \
1150 clazz->glyph_init = init_; \
1211 init_, \
1229 init_, \
[all...]
/external/freetype/include/internal/
H A Dftobjs.h210 init_, \
223 init_, \
244 init_, \
260 clazz->init = init_; \
1106 init_, \
1117 init_, \
1131 init_, \
1142 clazz->glyph_init = init_; \
1203 init_, \
1221 init_, \
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftobjs.h218 init_, \
231 init_, \
252 init_, \
268 clazz->init = init_; \
1114 init_, \
1125 init_, \
1139 init_, \
1150 clazz->glyph_init = init_; \
1211 init_, \
1229 init_, \
[all...]
H A Dftdriver.h247 init_, \
274 init_, \
313 init_, \
370 init_, \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftobjs.h218 init_, \
231 init_, \
252 init_, \
268 clazz->init = init_; \
1114 init_, \
1125 init_, \
1139 init_, \
1150 clazz->glyph_init = init_; \
1211 init_, \
1229 init_, \
[all...]
H A Dftdriver.h247 init_, \
274 init_, \
313 init_, \
370 init_, \
/external/chromium_org/extensions/renderer/resources/
H A Ddata_receiver.js104 this.init_(
141 DataReceiver.prototype.init_ = function(source,
262 this.init_(serialized.source,
/external/chromium_org/content/browser/zygote_host/
H A Dzygote_host_impl_linux.h91 bool init_; member in class:content::ZygoteHostImpl

Completed in 2586 milliseconds

123