Searched defs:IsPresent (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dvdso_support.h80 bool IsPresent() const { return image_.IsPresent(); } function in class:base::VDSOSupport
H A Delf_mem_image.h91 bool IsPresent() const { return ehdr_ != NULL; } function in class:base::ElfMemImage
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dvdso_support.h80 bool IsPresent() const { return image_.IsPresent(); } function in class:base::VDSOSupport
H A Delf_mem_image.h91 bool IsPresent() const { return ehdr_ != NULL; } function in class:base::ElfMemImage
/external/chromium_org/sandbox/linux/services/
H A Dyama.cc111 bool Yama::IsPresent() { return GetStatus() & STATUS_PRESENT; } function in class:sandbox::Yama
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_win.cc85 bool BluetoothAdapterWin::IsPresent() const { function in class:device::BluetoothAdapterWin
194 bool was_present = IsPresent();
H A Dbluetooth_adapter_chromeos.cc126 if (!IsPresent())
138 if (!IsPresent())
152 if (!IsPresent())
168 bool BluetoothAdapterChromeOS::IsPresent() const { function in class:chromeos::BluetoothAdapterChromeOS
173 if (!IsPresent())
187 if (!IsPresent())
200 if (!IsPresent())
214 if (!IsPresent())
227 if (!IsPresent())
292 if (!IsPresent())
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_adapter_chromeos.cc54 bool NfcAdapterChromeOS::IsPresent() const { function in class:chromeos::NfcAdapterChromeOS
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/
H A Deasy_unlock_service.cc121 bool IsPresent() const { return adapter_.get() && adapter_->IsPresent(); } function in class:EasyUnlockService::BluetoothDetector
249 if (!bluetooth_detector_->IsPresent())
515 !bluetooth_detector_->IsPresent();

Completed in 154 milliseconds