Home
last modified time | relevance | path

Searched refs:kSharedProfilePath (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dshill_stub_helper.cc41 const char kSharedProfilePath[] = "/profile/default"; variable
72 profiles->AddProfile(kSharedProfilePath, std::string()); in SetupDefaultEnvironment()
95 profiles->AddService(kSharedProfilePath, "eth1"); in SetupDefaultEnvironment()
108 profiles->AddService(kSharedProfilePath, "wifi1"); in SetupDefaultEnvironment()
121 profiles->AddService(kSharedProfilePath, "wifi2"); in SetupDefaultEnvironment()
185 profiles->AddService(kSharedProfilePath, "vpn1"); in SetupDefaultEnvironment()
Dshill_stub_helper.h15 CHROMEOS_EXPORT extern const char kSharedProfilePath[];
/external/chromium_org/chromeos/network/
Dfavorite_state.cc72 profile_path_ != NetworkProfileHandler::kSharedProfilePath; in IsPrivate()
Dnetwork_profile_handler.h60 static const char kSharedProfilePath[]; variable
Dnetwork_profile_handler.cc59 const char NetworkProfileHandler::kSharedProfilePath[] = "/profile/default"; member in chromeos::NetworkProfileHandler
Dmanaged_network_configuration_handler_unittest.cc47 const char kSharedProfilePath[] = "/profile/default"; variable
211 AddProfileForTest(NetworkProfile(kSharedProfilePath, std::string())); in InitializeStandardProfiles()
Dnetwork_connection_handler.cc92 return NetworkProfileHandler::kSharedProfilePath; in GetDefaultUserProfilePath()
96 return profile ? profile->path : NetworkProfileHandler::kSharedProfilePath; in GetDefaultUserProfilePath()
Dnetwork_configuration_handler_unittest.cc603 shill::kProfileProperty, shill_stub_helper::kSharedProfilePath); in TEST_F()
623 EXPECT_EQ(shill_stub_helper::kSharedProfilePath, actual_profile); in TEST_F()
Dnetwork_state.cc239 profile_path_ != NetworkProfileHandler::kSharedProfilePath; in IsPrivate()
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_apitest.cc174 base::StringValue(chromeos::shill_stub_helper::kSharedProfilePath)); in SetUpOnMainThread()
175 profile_test->AddService(chromeos::shill_stub_helper::kSharedProfilePath, in SetUpOnMainThread()
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_connect.cc275 *profile_path = NetworkProfileHandler::kSharedProfilePath; in GetNetworkProfilePath()