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

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
vdso_support.h 80 bool IsPresent() const { return image_.IsPresent(); }
elf_mem_image.h 91 bool IsPresent() const { return ehdr_ != NULL; }
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
vdso_support.h 80 bool IsPresent() const { return image_.IsPresent(); }
elf_mem_image.h 91 bool IsPresent() const { return ehdr_ != NULL; }
  /external/chromium_org/sandbox/linux/services/
yama.cc 111 bool Yama::IsPresent() { return GetStatus() & STATUS_PRESENT; }
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_win.cc 85 bool BluetoothAdapterWin::IsPresent() const {
194 bool was_present = IsPresent();
bluetooth_adapter_chromeos.cc 126 if (!IsPresent())
138 if (!IsPresent())
152 if (!IsPresent())
168 bool BluetoothAdapterChromeOS::IsPresent() const {
173 if (!IsPresent())
187 if (!IsPresent())
200 if (!IsPresent())
214 if (!IsPresent())
227 if (!IsPresent())
292 if (!IsPresent())
    [all...]
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 54 bool NfcAdapterChromeOS::IsPresent() const {
59 if (!IsPresent())
66 if (!IsPresent())
79 if (!IsPresent()) {
121 if (!IsPresent())
164 if (!IsPresent())
208 if (!IsPresent())
252 DCHECK(!IsPresent());
297 DCHECK(IsPresent());
359 if (IsPresent()) {
    [all...]
  /external/chromium_org/chrome/browser/signin/
easy_unlock_service.cc 121 bool IsPresent() const { return adapter_.get() && adapter_->IsPresent(); }
249 if (!bluetooth_detector_->IsPresent())
515 !bluetooth_detector_->IsPresent();

Completed in 285 milliseconds