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

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

Completed in 74 milliseconds