OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPowered
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc
29
out->powered = adapter.
IsPowered
();
bluetooth_apitest.cc
222
EXPECT_CALL(*mock_adapter_,
IsPowered
())
397
EXPECT_CALL(*mock_adapter_,
IsPowered
())
454
EXPECT_CALL(*mock_adapter_,
IsPowered
())
466
EXPECT_CALL(*mock_adapter_,
IsPowered
())
478
EXPECT_CALL(*mock_adapter_,
IsPowered
())
/external/chromium_org/device/bluetooth/
bluetooth_adapter.h
103
virtual bool
IsPowered
() const = 0;
bluetooth_adapter_mac.h
52
virtual bool
IsPowered
() const OVERRIDE;
bluetooth_adapter_chromeos.h
45
virtual bool
IsPowered
() const OVERRIDE;
bluetooth_adapter_win.h
44
virtual bool
IsPowered
() const OVERRIDE;
bluetooth_chromeos_unittest.cc
285
ASSERT_TRUE(adapter_->
IsPowered
());
330
EXPECT_FALSE(adapter_->
IsPowered
());
367
EXPECT_FALSE(adapter_->
IsPowered
());
395
EXPECT_FALSE(adapter_->
IsPowered
());
433
EXPECT_FALSE(adapter_->
IsPowered
());
448
ASSERT_FALSE(adapter_->
IsPowered
());
451
// with true, and
IsPowered
() to return true.
467
EXPECT_TRUE(adapter_->
IsPowered
());
482
ASSERT_TRUE(adapter_->
IsPowered
());
485
// with false, and
IsPowered
() to return false
[
all
...]
bluetooth_adapter_win.cc
66
bool BluetoothAdapterWin::
IsPowered
() const {
bluetooth_profile_chromeos_unittest.cc
59
ASSERT_TRUE(adapter_->
IsPowered
());
bluetooth_adapter_chromeos.cc
91
bool BluetoothAdapterChromeOS::
IsPowered
() const {
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h
40
MOCK_CONST_METHOD0(
IsPowered
, bool());
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc
163
AdapterPoweredChanged(adapter_.get(), adapter_->
IsPowered
());
/external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc
786
bluetooth_adapter_->SetPowered(!bluetooth_adapter_->
IsPowered
(),
817
return bluetooth_adapter_->
IsPowered
();
[
all
...]
/external/chromium_org/chrome/browser/metrics/
metrics_log.cc
[
all
...]
Completed in 262 milliseconds