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

  /external/chromium_org/chrome/browser/chromeos/login/
helper.h 57 virtual bool IsConnecting() const;
helper.cc 74 bool NetworkStateHelper::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));
102 EXPECT_CALL(*mock_network_state_helper_, IsConnecting())
117 EXPECT_CALL(*mock_network_state_helper_, IsConnecting())
127 // EXPECT_FALSE(actor_->IsConnecting());
137 EXPECT_CALL(*mock_network_state_helper_, IsConnecting())
147 // EXPECT_FALSE(actor_->IsConnecting());
152 // EXPECT_FALSE(actor_->IsConnecting());
network_screen.cc 168 } else if (network_state_helper_->IsConnecting()) {
  /external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc 751 EXPECT_FALSE(devices[0]->IsConnecting());
915 ASSERT_FALSE(device->IsConnecting());
972 EXPECT_FALSE(device->IsConnecting());
    [all...]
bluetooth_device_mac.h 35 virtual bool IsConnecting() const OVERRIDE;
bluetooth_device_win.h 35 virtual bool IsConnecting() const OVERRIDE;
bluetooth_device.h 221 virtual bool IsConnecting() const = 0;
bluetooth_device_win.cc 98 bool BluetoothDeviceWin::IsConnecting() const {
bluetooth_device_chromeos.h 36 virtual bool IsConnecting() const OVERRIDE;
bluetooth_device_chromeos.cc 222 bool BluetoothDeviceChromeOS::IsConnecting() const {
  /external/chromium/chrome/browser/chromeos/login/
network_selection_view.h 60 bool IsConnecting() const;
network_screen_browsertest.cc 169 EXPECT_FALSE(network_view->IsConnecting());
211 EXPECT_FALSE(network_view->IsConnecting());
251 EXPECT_FALSE(network_view->IsConnecting());
287 EXPECT_FALSE(network_view->IsConnecting());
292 EXPECT_FALSE(network_view->IsConnecting());
network_selection_view.cc 175 if (IsConnecting()) {
429 bool NetworkSelectionView::IsConnecting() const {
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 33 ON_CALL(*this, IsConnecting())
mock_bluetooth_device.h 40 MOCK_CONST_METHOD0(IsConnecting, bool());
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 435 js_properties.SetBoolean("connecting", device->IsConnecting());
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 652 info.connecting = device->IsConnecting();
672 if (!device || device->IsConnecting() ||
    [all...]

Completed in 1115 milliseconds