HomeSort by relevance Sort by last modified time
    Searched defs:IsPresent (Results 1 - 8 of 8) 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 {
197 bool was_present = IsPresent();
bluetooth_adapter_chromeos.cc 123 if (!IsPresent())
135 if (!IsPresent())
149 if (!IsPresent())
165 bool BluetoothAdapterChromeOS::IsPresent() const {
170 if (!IsPresent())
184 if (!IsPresent())
197 if (!IsPresent())
211 if (!IsPresent())
224 if (!IsPresent())
295 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...]

Completed in 119 milliseconds