Home
last modified time | relevance | path

Searched refs:GetTrayDateForTesting (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_system_use_24hour_clock_browsertest.cc60 ->GetTrayDateForTesting(); in TestGetPrimarySystemTrayTimeHourType()
69 ->GetTrayDateForTesting(); in TestPrimarySystemTrayHasDateDefaultView()
78 ->GetTrayDateForTesting(); in TestPrimarySystemTrayCreateDefaultView()
85 ->GetTrayDateForTesting(); in TestGetPrimarySystemTrayDateHourType()
/external/chromium_org/ash/system/tray/
Dsystem_tray.h156 TrayDate* GetTrayDateForTesting() const;
Dsystem_tray.cc695 TrayDate* SystemTray::GetTrayDateForTesting() const { return tray_date_; } in GetTrayDateForTesting() function in ash::SystemTray