Home
last modified time | relevance | path

Searched refs:profile_path_value (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dfake_shill_profile_client.cc114 base::StringValue profile_path_value(""); in DeleteEntry() local
118 profile_path_value); in DeleteEntry()
198 base::StringValue profile_path_value(profile_path); in AddOrUpdateServiceImpl() local
201 profile_path_value); in AddOrUpdateServiceImpl()
/external/chromium_org/chromeos/network/
Dnetwork_configuration_handler.cc326 base::StringValue profile_path_value(profile_path); in SetNetworkProfile() local
330 profile_path_value, in SetNetworkProfile()
/external/chromium_org/chrome/browser/ui/webui/signin/
Duser_manager_screen_handler.cc373 const base::Value* profile_path_value; in HandleRemoveUser() local
374 if (!args->Get(0, &profile_path_value)) in HandleRemoveUser()
378 if (!base::GetValueAsFilePath(*profile_path_value, &profile_path)) in HandleRemoveUser()