OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimezoneChanged
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ash/system/chromeos/
system_clock_observer.h
25
virtual void
TimezoneChanged
(const icu::TimeZone& timezone) OVERRIDE;
system_clock_observer.cc
31
void SystemClockObserver::
TimezoneChanged
(const icu::TimeZone& timezone) {
/external/chromium/chrome/browser/chromeos/
system_access.h
22
virtual void
TimezoneChanged
(const icu::TimeZone& timezone) = 0;
system_access.cc
153
FOR_EACH_OBSERVER(Observer, observers_,
TimezoneChanged
(timezone));
/external/chromium_org/chrome/browser/chromeos/settings/
system_settings_provider.h
35
virtual void
TimezoneChanged
(const icu::TimeZone& timezone) OVERRIDE;
system_settings_provider.cc
43
// This will call
TimezoneChanged
.
64
void SystemSettingsProvider::
TimezoneChanged
(const icu::TimeZone& timezone) {
/external/chromium_org/chromeos/settings/
timezone_settings.h
23
virtual void
TimezoneChanged
(const icu::TimeZone& timezone) = 0;
timezone_settings.cc
385
FOR_EACH_OBSERVER(Observer, observers_,
TimezoneChanged
(*known_timezone));
424
FOR_EACH_OBSERVER(Observer, observers_,
TimezoneChanged
(*known_timezone));
/external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.h
31
virtual void
TimezoneChanged
(const icu::TimeZone& timezone);
system_settings_provider.cc
228
void SystemSettingsProvider::
TimezoneChanged
(const icu::TimeZone& timezone) {
/external/chromium/chrome/browser/chromeos/status/
clock_menu_button.h
66
virtual void
TimezoneChanged
(const icu::TimeZone& timezone);
clock_menu_button.cc
163
void ClockMenuButton::
TimezoneChanged
(const icu::TimeZone& timezone) {
Completed in 377 milliseconds