Home
last modified time | relevance | path

Searched refs:CanSetTime (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dfake_system_clock_client.cc31 bool FakeSystemClockClient::CanSetTime() { in CanSetTime() function in chromeos::FakeSystemClockClient
Dfake_system_clock_client.h24 virtual bool CanSetTime() OVERRIDE;
Dsystem_clock_client.h44 virtual bool CanSetTime() = 0;
Dsystem_clock_client.cc53 virtual bool CanSetTime() OVERRIDE { return can_set_time_; } in CanSetTime() function in chromeos::SystemClockClientImpl
/external/chromium_org/ash/system/chromeos/
Dsystem_clock_observer.cc18 chromeos::DBusThreadManager::Get()->GetSystemClockClient()->CanSetTime(); in SystemClockObserver()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Ddate_time_options_handler.cc46 can_set_time_ = system_clock_client->CanSetTime(); in InitializeHandler()