HomeSort by relevance Sort by last modified time
    Searched refs:ScopeMatches (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/service_worker/
service_worker_utils_unittest.cc 10 TEST(ServiceWorkerUtilsTest, ScopeMatches) {
11 ASSERT_TRUE(ServiceWorkerUtils::ScopeMatches(
13 ASSERT_TRUE(ServiceWorkerUtils::ScopeMatches(
17 ASSERT_FALSE(ServiceWorkerUtils::ScopeMatches(
19 ASSERT_FALSE(ServiceWorkerUtils::ScopeMatches(
23 ASSERT_FALSE(ServiceWorkerUtils::ScopeMatches(
25 ASSERT_FALSE(ServiceWorkerUtils::ScopeMatches(
28 ASSERT_TRUE(ServiceWorkerUtils::ScopeMatches(
30 ASSERT_FALSE(ServiceWorkerUtils::ScopeMatches(
34 ASSERT_FALSE(ServiceWorkerUtils::ScopeMatches(
    [all...]
service_worker_utils.h 35 CONTENT_EXPORT static bool ScopeMatches(const GURL& scope, const GURL& url);
service_worker_utils.cc 24 bool ServiceWorkerUtils::ScopeMatches(const GURL& scope, const GURL& url) {
37 if (!ServiceWorkerUtils::ScopeMatches(scope, url_))
service_worker_register_job.cc 432 if (ServiceWorkerUtils::ScopeMatches(version->scope(),

Completed in 39 milliseconds