Home
last modified time | relevance | path

Searched refs:GetBackgroundScripts (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/manifest_handlers/
H A Dbackground_info.h26 static const std::vector<std::string>& GetBackgroundScripts(
H A Dbackground_info.cc108 const std::vector<std::string>& BackgroundInfo::GetBackgroundScripts( in GetBackgroundScripts() function in extensions::BackgroundInfo
350 BackgroundInfo::GetBackgroundScripts(extension); in Validate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/manifest_handlers/
H A Dbackground_info.h26 static const std::vector<std::string>& GetBackgroundScripts(
H A Dbackground_info.cc108 const std::vector<std::string>& BackgroundInfo::GetBackgroundScripts( in GetBackgroundScripts() function in extensions::BackgroundInfo
350 BackgroundInfo::GetBackgroundScripts(extension); in Validate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_background_unittest.cc45 BackgroundInfo::GetBackgroundScripts(extension.get()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_background_unittest.cc45 BackgroundInfo::GetBackgroundScripts(extension.get()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dextension_protocols.cc105 for (const auto& script : BackgroundInfo::GetBackgroundScripts(extension)) { in GenerateBackgroundPageContents()
H A Dcontent_verifier.cc111 BackgroundInfo::GetBackgroundScripts(extension)) { in CreateIOData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dcontent_verifier.cc110 BackgroundInfo::GetBackgroundScripts(extension)) { in CreateIOData()
H A Dextension_protocols.cc197 for (const auto& script : BackgroundInfo::GetBackgroundScripts(extension)) { in GenerateBackgroundPageContents()