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

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

Completed in 94 milliseconds