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 24 class ShillProfileClientImpl : public ShillProfileClient {
28 // ShillProfileClient overrides.
128 ShillProfileClient::ShillProfileClient() {}
130 ShillProfileClient::~ShillProfileClient() {}
133 ShillProfileClient* ShillProfileClient::Create(
shill_profile_client.h 34 // ShillProfileClient is used to communicate with the Shill Profile
37 class CHROMEOS_EXPORT ShillProfileClient {
74 virtual ~ShillProfileClient();
78 static ShillProfileClient* Create(DBusClientImplementationType type,
117 ShillProfileClient();
120 DISALLOW_COPY_AND_ASSIGN(ShillProfileClient);

Completed in 87 milliseconds