Home
last modified time | relevance | path

Searched refs:PauseAppInfo (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/child_accounts/time_limits/
H A Dapp_service_wrapper.h34 struct PauseAppInfo;
101 void PauseApp(const PauseAppInfo& pause_app);
102 void PauseApps(const std::vector<PauseAppInfo>& paused_apps);
H A Dapp_types.h109 struct PauseAppInfo { struct
110 PauseAppInfo(const AppId& app, base::TimeDelta limit, bool show_dialog);
H A Dapp_service_wrapper.cc60 apps::PauseData PauseAppInfoToPauseData(const PauseAppInfo& pause_info) { in PauseAppInfoToPauseData()
77 void AppServiceWrapper::PauseApp(const PauseAppInfo& pause_app) { in PauseApp()
84 const std::vector<PauseAppInfo>& paused_apps) { in PauseApps()
H A Dapp_types.cc99 PauseAppInfo::PauseAppInfo(const AppId& app, in PauseAppInfo() function in chromeos::app_time::PauseAppInfo
H A Dapp_time_controller.cc425 app_service_wrapper_->PauseApp(PauseAppInfo(app_id, time_limit, show_dialog)); in OnAppLimitReached()