IsConnecting       57 chrome/browser/chromeos/login/helper.h   virtual bool IsConnecting() const;
IsConnecting       38 chrome/browser/chromeos/login/screens/mock_network_screen.h   MOCK_CONST_METHOD0(IsConnecting, bool());
IsConnecting      168 chrome/browser/chromeos/login/screens/network_screen.cc   } else if (network_state_helper_->IsConnecting()) {
IsConnecting       41 chrome/browser/chromeos/login/screens/network_screen_browsertest.cc   MOCK_CONST_METHOD0(IsConnecting, bool(void));
IsConnecting      102 chrome/browser/chromeos/login/screens/network_screen_browsertest.cc     EXPECT_CALL(*mock_network_state_helper_, IsConnecting())
IsConnecting      117 chrome/browser/chromeos/login/screens/network_screen_browsertest.cc   EXPECT_CALL(*mock_network_state_helper_, IsConnecting())
IsConnecting      135 chrome/browser/chromeos/login/screens/network_screen_browsertest.cc   EXPECT_CALL(*mock_network_state_helper_, IsConnecting())
IsConnecting      688 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc     info.connecting = device->IsConnecting();
IsConnecting      721 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   if (!device || device->IsConnecting() ||
IsConnecting      467 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc   js_properties.SetBoolean("connecting", device->IsConnecting());
IsConnecting     1445 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(devices[0]->IsConnecting());
IsConnecting     1609 device/bluetooth/bluetooth_chromeos_unittest.cc   ASSERT_FALSE(device->IsConnecting());
IsConnecting     1664 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     1696 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     1751 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     1781 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     1804 device/bluetooth/bluetooth_chromeos_unittest.cc   ASSERT_FALSE(device->IsConnecting());
IsConnecting     1876 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     1890 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     1932 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     1946 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     1993 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2022 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2065 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2080 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2123 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2138 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2177 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2192 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2242 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2278 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2289 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2316 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2327 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2355 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2369 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2406 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2419 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2447 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2460 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2488 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2501 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2529 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2542 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2570 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2583 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2611 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2624 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting     2651 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_TRUE(device->IsConnecting());
IsConnecting     2664 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_FALSE(device->IsConnecting());
IsConnecting      230 device/bluetooth/bluetooth_device.h   virtual bool IsConnecting() const = 0;
IsConnecting       36 device/bluetooth/bluetooth_device_chromeos.h   virtual bool IsConnecting() const OVERRIDE;
IsConnecting       36 device/bluetooth/bluetooth_device_mac.h   virtual bool IsConnecting() const OVERRIDE;
IsConnecting       36 device/bluetooth/bluetooth_device_win.h   virtual bool IsConnecting() const OVERRIDE;
IsConnecting      102 device/bluetooth/bluetooth_pairing_chromeos.cc   if (!device_->IsConnecting())
IsConnecting      118 device/bluetooth/bluetooth_pairing_chromeos.cc   if (!device_->IsConnecting())
IsConnecting      149 device/bluetooth/bluetooth_pairing_chromeos.cc   if (!device_->IsConnecting())
IsConnecting      171 device/bluetooth/bluetooth_pairing_chromeos.cc   if (entered >= kPasskeyMaxKeysEntered && !device_->IsConnecting())
IsConnecting      216 device/bluetooth/bluetooth_pairing_chromeos.cc   if (!device_->IsConnecting())
IsConnecting      267 device/bluetooth/bluetooth_pairing_chromeos.cc   if (!device_->IsConnecting())
IsConnecting       43 device/bluetooth/test/mock_bluetooth_device.cc   ON_CALL(*this, IsConnecting())
IsConnecting       42 device/bluetooth/test/mock_bluetooth_device.h   MOCK_CONST_METHOD0(IsConnecting, bool());