OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HourClockType
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/base/i18n/
time_formatting.h
19
enum
HourClockType
{
39
HourClockType
type,
62
BASE_I18N_EXPORT
HourClockType
GetHourClockType();
time_formatting.cc
59
HourClockType
type,
63
HourClockType
default_type = GetHourClockType();
121
HourClockType
GetHourClockType() {
/external/chromium_org/ash/system/date/
date_view.h
66
base::
HourClockType
GetHourTypeForTesting() const;
82
base::
HourClockType
hour_type_;
102
base::
HourClockType
GetHourTypeForTesting() const;
127
base::
HourClockType
hour_type_;
date_view.cc
164
base::
HourClockType
DateView::GetHourTypeForTesting() const {
223
base::
HourClockType
TimeView::GetHourTypeForTesting() const {
/external/chromium_org/chrome/browser/chromeos/policy/
device_system_use_24hour_clock_browsertest.cc
57
static base::
HourClockType
TestGetPrimarySystemTrayTimeHourType() {
82
static base::
HourClockType
TestGetPrimarySystemTrayDateHourType() {
/external/chromium_org/ash/system/tray/
default_system_tray_delegate.h
34
virtual base::
HourClockType
GetHourClockType() const OVERRIDE;
system_tray_delegate.h
128
virtual base::
HourClockType
GetHourClockType() const = 0;
default_system_tray_delegate.cc
97
base::
HourClockType
DefaultSystemTrayDelegate::GetHourClockType() const {
system_tray.cc
602
base::
HourClockType
hour_type =
/external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h
70
virtual base::
HourClockType
GetHourClockType() const OVERRIDE;
241
base::
HourClockType
clock_type_;
system_tray_delegate_linux.cc
94
virtual base::
HourClockType
GetHourClockType() const OVERRIDE {
332
base::
HourClockType
clock_type_;
system_tray_delegate_win.cc
94
virtual base::
HourClockType
GetHourClockType() const OVERRIDE {
329
base::
HourClockType
clock_type_;
system_tray_delegate_chromeos.cc
413
base::
HourClockType
SystemTrayDelegateChromeOS::GetHourClockType() const {
[
all
...]
Completed in 1271 milliseconds