OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPresent
(Results
1 - 7
of
7
) 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/device/bluetooth/
bluetooth_adapter_win.cc
62
bool BluetoothAdapterWin::
IsPresent
() const {
165
bool was_present =
IsPresent
();
bluetooth_adapter_chromeos.cc
59
if (!
IsPresent
())
71
if (!
IsPresent
())
86
bool BluetoothAdapterChromeOS::
IsPresent
() const {
91
if (!
IsPresent
())
115
if (!
IsPresent
())
166
if (!
IsPresent
())
295
DCHECK(!
IsPresent
());
353
DCHECK(
IsPresent
());
/external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc
48
bool NfcAdapterChromeOS::
IsPresent
() const {
53
if (!
IsPresent
())
60
if (!
IsPresent
())
73
if (!
IsPresent
()) {
115
if (!
IsPresent
())
190
DCHECK(!
IsPresent
());
209
DCHECK(
IsPresent
());
267
if (
IsPresent
()) {
Completed in 111 milliseconds