Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dcontextual_tooltip.cc69 base::Time GetLastShownTime(PrefService* prefs, TooltipType type) { in GetLastShownTime() function
167 GetLastShownTime(prefs, TooltipType::kInAppToHome); in ShouldShowNudge()
189 GetLastShownTime(prefs, TooltipType::kBackGesture); in ShouldShowNudge()
204 const base::Time last_shown_time = GetLastShownTime(prefs, type); in ShouldShowNudge()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/clipboard/
H A Dclipboard_nudge_controller.cc268 base::Time ClipboardNudgeController::GetLastShownTime(PrefService* prefs) { in GetLastShownTime() function in ash::ClipboardNudgeController
282 base::Time last_shown_time = GetLastShownTime(prefs); in ShouldShowNudge()
H A Dclipboard_nudge_controller.h78 base::Time GetLastShownTime(PrefService* prefs);