Home
last modified time | relevance | path

Searched refs:web_extent (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_default_extent_path_unittest.cc13 ASSERT_EQ(1u, extension->web_extent().patterns().size()); in TEST_F()
14 EXPECT_EQ("/*", extension->web_extent().patterns().begin()->path()); in TEST_F()
15 EXPECT_TRUE(extension->web_extent().MatchesURL( in TEST_F()
H A Dextension_manifests_web_unittest.cc49 ASSERT_EQ(1u, extension->web_extent().patterns().size()); in TEST_F()
51 extension->web_extent().patterns().begin()->GetAsString()); in TEST_F()
H A Dextension_manifests_validapp_unittest.cc21 EXPECT_EQ(expected_patterns, extension->web_extent()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_default_extent_path_unittest.cc13 ASSERT_EQ(1u, extension->web_extent().patterns().size()); in TEST_F()
14 EXPECT_EQ("/*", extension->web_extent().patterns().begin()->path()); in TEST_F()
15 EXPECT_TRUE(extension->web_extent().MatchesURL( in TEST_F()
H A Dextension_manifests_web_unittest.cc49 ASSERT_EQ(1u, extension->web_extent().patterns().size()); in TEST_F()
51 extension->web_extent().patterns().begin()->GetAsString()); in TEST_F()
H A Dextension_manifests_validapp_unittest.cc21 EXPECT_EQ(expected_patterns, extension->web_extent()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/
H A Dextension_set.cc120 if (iter->second->web_extent().MatchesURL(url)) in GetHostedAppByURL()
130 if (iter->second->web_extent().OverlapsWith(extent)) in GetHostedAppByOverlappingWebExtent()
164 it->second->web_extent().MatchesURL(url)) in ExtensionBindingsAllowed()
H A Dextension.cc333 if (web_extent().is_empty()) in OverlapsWithOrigin()
346 return web_extent().OverlapsWith(origin_only_pattern_list); in OverlapsWithOrigin()
H A Dextension.h334 const URLPatternSet& web_extent() const { return extent_; } in web_extent() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/
H A Dextension_set.cc117 if (iter->second->web_extent().MatchesURL(url)) in GetHostedAppByURL()
127 if (iter->second->web_extent().OverlapsWith(extent)) in GetHostedAppByOverlappingWebExtent()
161 it->second->web_extent().MatchesURL(url)) in ExtensionBindingsAllowed()
H A Dextension.cc350 if (web_extent().is_empty()) in OverlapsWithOrigin()
363 return web_extent().OverlapsWith(origin_only_pattern_list); in OverlapsWithOrigin()
H A Dextension.h336 const URLPatternSet& web_extent() const { return extent_; } in web_extent() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dchrome_info_map_unittest.cc65 ASSERT_TRUE(app->web_extent().MatchesURL(app_url)); in TEST_F()
H A Dconvert_web_app_unittest.cc328 ASSERT_EQ(0u, extension->web_extent().patterns().size()); in TEST_F()
389 ASSERT_EQ(0u, extension->web_extent().patterns().size()); in TEST_F()
H A Dcrx_installer.cc474 const URLPatternSet& patterns = extension_->web_extent(); in AllowInstall()
780 extension()->web_extent()); in ConfirmInstall()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/
H A Dsite_settings_handler.cc148 const extensions::URLPatternSet& web_extent = (*extension)->web_extent(); in AddExceptionsGrantedByHostedApps() local
150 for (auto pattern = web_extent.begin(); pattern != web_extent.end(); in AddExceptionsGrantedByHostedApps()
160 if (web_extent.MatchesURL(launch_url)) in AddExceptionsGrantedByHostedApps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/manifest_handlers/
H A Dapp_launch_info.cc226 if (extension->web_extent().is_empty() && !launch_web_url_.is_empty() && in LoadLaunchURL()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/manifest_handlers/
H A Dapp_launch_info.cc226 if (extension->web_extent().is_empty() && !launch_web_url_.is_empty() && in LoadLaunchURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/
H A Dsite_settings_handler.cc139 const extensions::URLPatternSet& web_extent = (*extension)->web_extent(); in AddExceptionsGrantedByHostedApps() local
141 for (const auto& pattern : web_extent) { in AddExceptionsGrantedByHostedApps()
150 if (web_extent.MatchesURL(launch_url)) in AddExceptionsGrantedByHostedApps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/extensions/
H A Dapplication_launch.cc135 if (extension->web_extent().MatchesURL(override_url)) in IsAllowedToOverrideURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/launcher/
H A Dapp_shortcut_launcher_item_controller.cc182 extension_->web_extent().MatchesURL(tab_url)) || in WebContentMatchesHostedApp()
/dports/math/stanmath/math-4.2.0/lib/cpplint_1.4.5/samples/chromium-sample/src/
H A Dchrome_content_renderer_client.cc940 extension->web_extent().MatchesURL(app_url); in IsNaClAllowed()
/dports/devel/cpplint/cpplint-1.5.5/samples/chromium-sample/src/
H A Dchrome_content_renderer_client.cc940 extension->web_extent().MatchesURL(app_url); in IsNaClAllowed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/renderer/
H A Dchrome_content_renderer_client.cc1138 extension->web_extent().MatchesURL(app_url); in IsNativeNaClAllowed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/
H A Dchrome_content_renderer_client.cc1124 extension->web_extent().MatchesURL(app_url); in IsNativeNaClAllowed()

12