Home
last modified time | relevance | path

Searched refs:IsConnecting (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_pairing_chromeos.cc102 if (!device_->IsConnecting()) in SetPinCode()
118 if (!device_->IsConnecting()) in DisplayPinCode()
149 if (!device_->IsConnecting()) in SetPasskey()
171 if (entered >= kPasskeyMaxKeysEntered && !device_->IsConnecting()) in KeysEntered()
216 if (!device_->IsConnecting()) in ConfirmPairing()
267 if (!device_->IsConnecting()) in RunPairingCallbacks()
Dbluetooth_chromeos_unittest.cc1456 EXPECT_FALSE(devices[0]->IsConnecting()); in TEST_F()
1620 ASSERT_FALSE(device->IsConnecting()); in TEST_F()
1675 EXPECT_FALSE(device->IsConnecting()); in TEST_F()
1707 EXPECT_FALSE(device->IsConnecting()); in TEST_F()
1762 EXPECT_FALSE(device->IsConnecting()); in TEST_F()
1792 EXPECT_FALSE(device->IsConnecting()); in TEST_F()
1815 ASSERT_FALSE(device->IsConnecting()); in TEST_F()
1887 EXPECT_TRUE(device->IsConnecting()); in TEST_F()
1901 EXPECT_FALSE(device->IsConnecting()); in TEST_F()
1943 EXPECT_TRUE(device->IsConnecting()); in TEST_F()
[all …]
Dbluetooth_device_mac.h39 virtual bool IsConnecting() const OVERRIDE;
Dbluetooth_device_win.h45 virtual bool IsConnecting() const OVERRIDE;
Dbluetooth_device.h250 virtual bool IsConnecting() const = 0;
Dbluetooth_device_chromeos.h47 virtual bool IsConnecting() const OVERRIDE;
Dbluetooth_device_win.cc196 bool BluetoothDeviceWin::IsConnecting() const { in IsConnecting() function in device::BluetoothDeviceWin
Dbluetooth_device_mac.mm130 bool BluetoothDeviceMac::IsConnecting() const {
Dbluetooth_device_chromeos.cc284 bool BluetoothDeviceChromeOS::IsConnecting() const { in IsConnecting() function in chromeos::BluetoothDeviceChromeOS
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dnetwork_screen_browsertest.cc41 MOCK_CONST_METHOD0(IsConnecting, bool(void));
99 EXPECT_CALL(*mock_network_state_helper_, IsConnecting()) in SetDefaultNetworkStateHelperExpectations()
114 EXPECT_CALL(*mock_network_state_helper_, IsConnecting()) in IN_PROC_BROWSER_TEST_F()
132 EXPECT_CALL(*mock_network_state_helper_, IsConnecting()) in IN_PROC_BROWSER_TEST_F()
Dmock_network_screen.h38 MOCK_CONST_METHOD0(IsConnecting, bool());
Dnetwork_screen.cc173 } else if (network_state_helper_->IsConnecting()) { in UpdateStatus()
/external/chromium_org/chrome/browser/chromeos/login/
Dhelper.h63 virtual bool IsConnecting() const;
Dhelper.cc85 bool NetworkStateHelper::IsConnecting() const { in IsConnecting() function in chromeos::login::NetworkStateHelper
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_device.cc49 ON_CALL(*this, IsConnecting()) in MockBluetoothDevice()
Dmock_bluetooth_device.h44 MOCK_CONST_METHOD0(IsConnecting, bool());
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_handler.cc465 js_properties.SetBoolean("connecting", device->IsConnecting()); in SendDeviceNotification()
/external/chromium_org/chrome/browser/ui/ash/
Dsystem_tray_delegate_chromeos.cc638 info.connecting = device->IsConnecting(); in GetAvailableBluetoothDevices()
671 if (!device || device->IsConnecting() || in ConnectToBluetoothDevice()