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

1 2 3

  /external/chromium_org/net/disk_cache/blockfile/
file.cc 12 File::File() : init_(false), mixed_(false) {}
14 File::File(bool mixed_mode) : init_(false), mixed_(mixed_mode) {}
mapped_file_posix.cc 17 DCHECK(!init_);
18 if (init_ || !File::Init(name))
27 init_ = true;
45 if (!init_)
mapped_file_win.cc 15 DCHECK(!init_);
16 if (init_ || !File::Init(name))
20 init_ = true;
40 if (!init_)
mapped_file_avoid_mmap_posix.cc 15 DCHECK(!init_);
16 if (init_ || !File::Init(name))
32 init_ = true;
53 if (!init_)
file_win.cc 73 : 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...]
mapped_file.h 26 MappedFile() : File(true), init_(false) {}
56 bool init_; member in class:disk_cache::MappedFile
backend_worker_v3.h 43 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImplV3::Worker
eviction_v3.h 69 bool init_; member in class:disk_cache::EvictionV3
backend_worker_v3.cc 100 init_(false) {
110 DCHECK(!init_);
111 if (init_)
133 init_ = true;
225 init_ = false;
257 if (init_) {
  /external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_data_channel_handler.cc 40 : 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;
mock_webrtc_data_channel_handler.h 49 blink::WebRTCDataChannelInit init_; member in class:content::MockWebRTCDataChannelHandler
  /external/chromium_org/sandbox/win/src/
restricted_token.cc 17 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...]
restricted_token.h 49 : init_(false), effective_token_(NULL),
192 bool init_; member in class:sandbox::RestrictedToken
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.h 63 init_, \
79 init_, \
99 init_, \
115 clazz->clazz.init = init_; \
  /external/freetype/src/sfnt/
ttcmap.h 63 init_, \
79 init_, \
99 init_, \
115 clazz->clazz.init = init_; \
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttcmap.h 63 init_, \
79 init_, \
99 init_, \
115 clazz->clazz.init = init_; \
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_rdebug.h 168 RDebug() : r_debug_(NULL), init_(false),
223 bool init_; member in class:crazy::RDebug
  /ndk/sources/android/crazy_linker/src/
crazy_linker_rdebug.h 168 RDebug() : r_debug_(NULL), init_(false),
223 bool init_; member in class:crazy::RDebug
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h 218 init_, \
231 init_, \
252 init_, \
268 clazz->init = init_; \
    [all...]
  /external/freetype/include/internal/
ftobjs.h 210 init_, \
223 init_, \
244 init_, \
260 clazz->init = init_; \
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftobjs.h 218 init_, \
231 init_, \
252 init_, \
268 clazz->init = init_; \
    [all...]
ftdriver.h 247 init_, \
274 init_, \
313 init_, \
370 init_, \
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftobjs.h 218 init_, \
231 init_, \
252 init_, \
268 clazz->init = init_; \
    [all...]
ftdriver.h 247 init_, \
274 init_, \
313 init_, \
370 init_, \
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 91 bool init_; member in class:content::ZygoteHostImpl

Completed in 422 milliseconds

1 2 3