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

/external/chromium_org/chromeos/dbus/
H A Dsystem_clock_client.h14 // SystemClockClient is used to communicate with the system clock.
15 class CHROMEOS_EXPORT SystemClockClient : public DBusClient { class in namespace:chromeos
31 virtual ~SystemClockClient();
47 static SystemClockClient* Create();
51 SystemClockClient();
54 DISALLOW_COPY_AND_ASSIGN(SystemClockClient);
H A Dsystem_clock_client.cc18 // The SystemClockClient implementation used in production.
19 class SystemClockClientImpl : public SystemClockClient {
142 void SystemClockClient::Observer::SystemClockUpdated() {
145 void SystemClockClient::Observer::SystemClockCanSetTimeChanged(
149 SystemClockClient::SystemClockClient() { function in class:chromeos::SystemClockClient
152 SystemClockClient::~SystemClockClient() {
156 SystemClockClient* SystemClockClient
[all...]

Completed in 283 milliseconds