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

  /external/chromium_org/chromeos/dbus/
shill_profile_client_stub.h 18 class ShillProfileClientStub : public ShillProfileClient,
21 ShillProfileClientStub();
22 virtual ~ShillProfileClientStub();
68 DISALLOW_COPY_AND_ASSIGN(ShillProfileClientStub);
shill_profile_client_stub.cc 24 struct ShillProfileClientStub::ProfileProperties {
40 const char ShillProfileClientStub::kSharedProfilePath[] = "/profile/default";
42 ShillProfileClientStub::ShillProfileClientStub() {
46 ShillProfileClientStub::~ShillProfileClientStub() {
50 void ShillProfileClientStub::AddPropertyChangedObserver(
55 void ShillProfileClientStub::RemovePropertyChangedObserver(
60 void ShillProfileClientStub::GetProperties(
81 void ShillProfileClientStub::GetEntry
    [all...]

Completed in 84 milliseconds