HomeSort by relevance Sort by last modified time
    Searched refs:IsPresent (Results 1 - 23 of 23) 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; }
elf_mem_image.cc 394 CHECK(image->IsPresent() || increment == 0);
395 if (!image->IsPresent()) {
  /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; }
elf_mem_image.cc 394 CHECK(image->IsPresent() || increment == 0);
395 if (!image->IsPresent()) {
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc 28 out->available = adapter.IsPresent();
bluetooth_apitest.cc 220 EXPECT_CALL(*mock_adapter_, IsPresent())
395 EXPECT_CALL(*mock_adapter_, IsPresent())
452 EXPECT_CALL(*mock_adapter_, IsPresent())
464 EXPECT_CALL(*mock_adapter_, IsPresent())
476 EXPECT_CALL(*mock_adapter_, IsPresent())
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 60 if (!IsPresent())
72 if (!IsPresent())
87 bool BluetoothAdapterChromeOS::IsPresent() const {
92 if (!IsPresent())
116 if (!IsPresent())
167 if (!IsPresent())
296 DCHECK(!IsPresent());
363 DCHECK(IsPresent());
bluetooth_adapter.h 100 virtual bool IsPresent() const = 0;
bluetooth_adapter_mac.h 51 virtual bool IsPresent() const OVERRIDE;
bluetooth_adapter_chromeos.h 44 virtual bool IsPresent() const OVERRIDE;
103 // Remove the currently tracked adapter. IsPresent() will return false after
bluetooth_adapter_win.h 43 virtual bool IsPresent() const OVERRIDE;
bluetooth_adapter_win.cc 62 bool BluetoothAdapterWin::IsPresent() const {
165 bool was_present = IsPresent();
bluetooth_chromeos_unittest.cc 329 EXPECT_TRUE(adapter_->IsPresent());
345 ASSERT_FALSE(adapter_->IsPresent());
348 // with true, and IsPresent() to return true.
357 EXPECT_TRUE(adapter_->IsPresent());
373 ASSERT_TRUE(adapter_->IsPresent());
376 // with false, and IsPresent() to return false.
385 EXPECT_FALSE(adapter_->IsPresent());
401 ASSERT_TRUE(adapter_->IsPresent());
412 EXPECT_TRUE(adapter_->IsPresent());
423 EXPECT_FALSE(adapter_->IsPresent());
    [all...]
bluetooth_adapter_win_unittest.cc 150 EXPECT_FALSE(adapter_win_->IsPresent());
158 EXPECT_TRUE(adapter_win_->IsPresent());
bluetooth_profile_chromeos_unittest.cc 53 ASSERT_TRUE(adapter_->IsPresent());
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h 39 MOCK_CONST_METHOD0(IsPresent, bool());
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_x86-inl.h 157 if (vdso.IsPresent()) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_x86-inl.h 160 if (vdso.IsPresent()) {
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 206 AdapterPresentChanged(adapter_.get(), adapter_->IsPresent());
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 813 return bluetooth_adapter_->IsPresent();
    [all...]

Completed in 205 milliseconds