HomeSort by relevance Sort by last modified time
    Searched refs:IsConnecting (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
helper.h 63 virtual bool IsConnecting() const;
helper.cc 85 bool NetworkStateHelper::IsConnecting() const {
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.cc 102 if (!device_->IsConnecting())
118 if (!device_->IsConnecting())
149 if (!device_->IsConnecting())
171 if (entered >= kPasskeyMaxKeysEntered && !device_->IsConnecting())
216 if (!device_->IsConnecting())
267 if (!device_->IsConnecting())
bluetooth_device_mac.h 39 virtual bool IsConnecting() const OVERRIDE;
bluetooth_chromeos_unittest.cc     [all...]
bluetooth_device.h 250 virtual bool IsConnecting() const = 0;
bluetooth_device_win.h 45 virtual bool IsConnecting() const OVERRIDE;
bluetooth_device_chromeos.h 47 virtual bool IsConnecting() const OVERRIDE;
bluetooth_device_win.cc 196 bool BluetoothDeviceWin::IsConnecting() const {
bluetooth_device_chromeos.cc 284 bool BluetoothDeviceChromeOS::IsConnecting() const {
  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_network_screen.h 38 MOCK_CONST_METHOD0(IsConnecting, bool());
network_screen_browsertest.cc 41 MOCK_CONST_METHOD0(IsConnecting, bool(void));
99 EXPECT_CALL(*mock_network_state_helper_, IsConnecting())
114 EXPECT_CALL(*mock_network_state_helper_, IsConnecting())
124 // EXPECT_FALSE(actor_->IsConnecting());
132 EXPECT_CALL(*mock_network_state_helper_, IsConnecting())
142 // EXPECT_FALSE(actor_->IsConnecting());
147 // EXPECT_FALSE(actor_->IsConnecting());
network_screen.cc 173 } else if (network_state_helper_->IsConnecting()) {
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 49 ON_CALL(*this, IsConnecting())
mock_bluetooth_device.h 44 MOCK_CONST_METHOD0(IsConnecting, bool());
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 465 js_properties.SetBoolean("connecting", device->IsConnecting());
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.cc 638 info.connecting = device->IsConnecting();
671 if (!device || device->IsConnecting() ||
    [all...]

Completed in 1146 milliseconds