Searched defs:SystemClockClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dsystem_clock_client.h18 // SystemClockClient is used to communicate with the system clock.
19 class CHROMEOS_EXPORT SystemClockClient { class in namespace:chromeos
30 virtual ~SystemClockClient();
39 static SystemClockClient* Create(DBusClientImplementationType type,
44 SystemClockClient();
47 DISALLOW_COPY_AND_ASSIGN(SystemClockClient);
H A Dsystem_clock_client.cc17 // The SystemClockClient implementation used in production.
18 class SystemClockClientImpl : public SystemClockClient {
40 // SystemClockClient overrides:
79 SystemClockClient::SystemClockClient() { function in class:chromeos::SystemClockClient
82 SystemClockClient::~SystemClockClient() {
86 SystemClockClient* SystemClockClient::Create(

Completed in 66 milliseconds