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

  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_api_constants.cc 12 const char kStateIdle[] = "idle";
idle_api_constants.h 17 extern const char kStateIdle[];
idle_manager.cc 198 description = keys::kStateIdle;
  /external/chromium/chrome/browser/extensions/
extension_idle_api_constants.cc 15 const char kStateIdle[] = "idle";
extension_idle_api_constants.h 20 extern const char kStateIdle[];
extension_idle_api.cc 70 return keys::kStateIdle;
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier_unittest.cc 77 shill::kTypeWifi, shill::kStateIdle,
tray_vpn.cc 82 if (!vpn || (vpn->connection_state() == shill::kStateIdle)) {
  /external/chromium_org/chromeos/dbus/
shill_stub_helper.cc 113 shill::kStateIdle,
145 shill::kStateIdle,
155 shill::kStateIdle,
fake_shill_service_client.cc 221 base::StringValue idle_value(shill::kStateIdle);
324 nstate = shill::kStateIdle;
504 base::Value::CreateStringValue(shill::kStateIdle));
fake_shill_manager_client.cc 238 shill::kStateIdle, ipconfig_path,
  /external/chromium_org/chromeos/network/
network_state_handler_unittest.cc 186 shill::kTypeWifi, shill::kStateIdle,
190 shill::kTypeCellular, shill::kStateIdle,
338 base::StringValue connection_state_idle_value(shill::kStateIdle);
342 EXPECT_EQ(shill::kStateIdle,
365 base::StringValue connection_state_idle_value(shill::kStateIdle);
shill_property_handler_unittest.cc 228 service_test_->AddService(id, id, type, shill::kStateIdle,
273 shill::kStateIdle, add_to_watchlist);
275 shill::kStateIdle, add_to_watchlist);
365 AddService(shill::kTypeWifi, kTestServicePath, shill::kStateIdle, false);
387 AddService(shill::kTypeWifi, kTestServicePath, shill::kStateIdle, true);
447 AddService(shill::kTypeWifi, kTestServicePath1, shill::kStateIdle, true);
466 shill::kStateIdle, kTestIPConfigPath, true);
network_cert_migrator_unittest.cc 136 shill::kStateIdle,
network_connection_handler.cc 606 if (network->connection_state() == shill::kStateIdle &&
617 if (network->connection_state() == shill::kStateIdle &&
network_configuration_handler_unittest.cc 601 shill::kStateProperty, shill::kStateIdle);
network_state_handler.cc 32 (network->connection_state() != shill::kStateIdle ||
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_unittest.cc 219 shill::kTypeEthernet, shill::kStateIdle,
223 shill::kTypeWifi, shill::kStateIdle,
227 shill::kTypeWifi, shill::kStateIdle,
231 shill::kTypeCellular, shill::kStateIdle,
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 198 shill::kTypeWifi, shill::kStateIdle,
228 shill::kTypeCellular, shill::kStateIdle,
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator_unittest.cc 120 set_connection_state(shill::kStateIdle);
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 278 const char* kStateIdle = "idle";
653 { kStateIdle, STATE_IDLE },
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 315 else if (state == shill::kStateIdle)
    [all...]

Completed in 693 milliseconds