Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/
H A Dsystem_web_app_manager.cc132 infos.at(SystemAppType::CAMERA).capture_navigations = true; in CreateSystemWebApps()
169 infos.at(SystemAppType::HELP).capture_navigations = true; in CreateSystemWebApps()
227 infos.at(SystemAppType::FILE_MANAGER).capture_navigations = true; in CreateSystemWebApps()
242 infos.at(SystemAppType::SAMPLE).capture_navigations = true; in CreateSystemWebApps()
645 if (!it->second.capture_navigations) in GetCapturingSystemAppForURL()
H A Dsystem_web_app_manager.h127 bool capture_navigations = false; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/test/
H A Dtest_system_web_app_installation.cc280 app_info.capture_navigations = true; in SetUpAppThatCapturesNavigation()