HomeSort by relevance Sort by last modified time
    Searched defs:ShillProfileClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
shill_profile_client.cc 25 class ShillProfileClientImpl : public ShillProfileClient {
134 ShillProfileClient::ShillProfileClient() {}
136 ShillProfileClient::~ShillProfileClient() {}
139 ShillProfileClient* ShillProfileClient::Create() {
144 std::string ShillProfileClient::GetSharedProfilePath() {
shill_profile_client.h 33 // ShillProfileClient is used to communicate with the Shill Profile
36 class CHROMEOS_EXPORT ShillProfileClient : public DBusClient {
90 virtual ~ShillProfileClient();
94 static ShillProfileClient* Create();
137 ShillProfileClient();
140 DISALLOW_COPY_AND_ASSIGN(ShillProfileClient);

Completed in 157 milliseconds