Home
last modified time | relevance | path

Searched defs:IsPresent (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dvdso_support.h80 bool IsPresent() const { return image_.IsPresent(); } in IsPresent() function
Delf_mem_image.h91 bool IsPresent() const { return ehdr_ != NULL; } in IsPresent() function
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dvdso_support.h80 bool IsPresent() const { return image_.IsPresent(); } in IsPresent() function
Delf_mem_image.h91 bool IsPresent() const { return ehdr_ != NULL; } in IsPresent() function
/external/chromium_org/sandbox/linux/services/
Dyama.cc111 bool Yama::IsPresent() { return GetStatus() & STATUS_PRESENT; } in IsPresent() function in sandbox::Yama
/external/chromium_org/device/bluetooth/
Dbluetooth_adapter_win.cc85 bool BluetoothAdapterWin::IsPresent() const { in IsPresent() function in device::BluetoothAdapterWin
Dbluetooth_adapter_unittest.cc44 virtual bool IsPresent() const OVERRIDE { in IsPresent() function in device::TestBluetoothAdapter
Dbluetooth_adapter_chromeos.cc168 bool BluetoothAdapterChromeOS::IsPresent() const { in IsPresent() function in chromeos::BluetoothAdapterChromeOS
/external/chromium_org/device/nfc/
Dnfc_adapter_chromeos.cc54 bool NfcAdapterChromeOS::IsPresent() const { in IsPresent() function in chromeos::NfcAdapterChromeOS
/external/chromium_org/chrome/browser/signin/
Deasy_unlock_service.cc121 bool IsPresent() const { return adapter_.get() && adapter_->IsPresent(); } in IsPresent() function in EasyUnlockService::BluetoothDetector