HasPath           185 chrome/browser/extensions/api/storage/managed_value_store_cache.cc   if (extension->manifest()->HasPath(manifest_keys::kStorageManagedSchema))
HasPath           928 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc         cookie->HasPath() ? cookie->Path() : std::string();
HasPath           642 chrome/browser/ui/webui/policy_ui.cc     if (!extension->manifest()->HasPath(
HasPath           688 chrome/browser/ui/webui/policy_ui.cc     if (!extension->manifest()->HasPath(
HasPath            60 chrome/common/extensions/api/identity/oauth2_manifest_handler.cc   if (extension->manifest()->HasPath(keys::kOAuth2AutoApprove) &&
HasPath            58 chrome/common/extensions/manifest_handlers/app_isolation_info.cc   DCHECK(extension->manifest()->HasPath(keys::kIsolation));
HasPath            79 chrome/common/extensions/manifest_handlers/settings_overrides_handler_unittest.cc   ASSERT_TRUE(extension->manifest()->HasPath(manifest_keys::kSettingsOverride));
HasPath           103 chrome/common/extensions/manifest_handlers/settings_overrides_handler_unittest.cc       extension->manifest()->HasPath(manifest_keys::kSettingsOverride));
HasPath           131 chrome/common/extensions/manifest_handlers/settings_overrides_handler_unittest.cc       extension->manifest()->HasPath(manifest_keys::kSettingsOverride));
HasPath            66 chrome/common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc   ASSERT_TRUE(extension->manifest()->HasPath(manifest_keys::kUIOverride));
HasPath           101 chrome/common/extensions/manifest_tests/extension_manifests_service_worker_unittest.cc   EXPECT_TRUE(extension->manifest()->HasPath("app.service_worker"));
HasPath           152 extensions/common/manifest.h   bool HasPath(const std::string& path) const;
HasPath           136 extensions/common/manifest_handler.cc     if (extension->manifest()->HasPath(iter->first) ||
HasPath           158 extensions/common/manifest_handler.cc     if (extension->manifest()->HasPath(iter->first) ||
HasPath            82 extensions/common/manifest_handlers/csp_info.cc   if (!extension->manifest()->HasPath(key)) {
HasPath            92 extensions/common/manifest_handlers/sandboxed_page_info.cc   if (extension->manifest()->HasPath(keys::kSandboxedPagesCSP)) {
HasPath           177 net/cookies/canonical_cookie.cc   if (pc.HasPath())
HasPath           114 net/cookies/cookie_monster_store_test.cc   EXPECT_TRUE(pc.HasPath());
HasPath            39 net/cookies/parsed_cookie.h   bool HasPath() const { return path_index_ != 0; }
HasPath            53 net/cookies/parsed_cookie_unittest.cc     EXPECT_TRUE(pc.HasPath());
HasPath            68 net/cookies/parsed_cookie_unittest.cc   EXPECT_TRUE(pc.HasPath());
HasPath            80 net/cookies/parsed_cookie_unittest.cc   EXPECT_TRUE(pc.HasPath());
HasPath            92 net/cookies/parsed_cookie_unittest.cc   EXPECT_TRUE(pc.HasPath());
HasPath           123 net/cookies/parsed_cookie_unittest.cc   EXPECT_TRUE(pc.HasPath());
HasPath           134 net/cookies/parsed_cookie_unittest.cc   EXPECT_FALSE(pc.HasPath());
HasPath           148 net/cookies/parsed_cookie_unittest.cc   EXPECT_FALSE(pc.HasPath());
HasPath           165 net/cookies/parsed_cookie_unittest.cc   EXPECT_TRUE(pc.HasPath());
HasPath           179 net/cookies/parsed_cookie_unittest.cc   EXPECT_TRUE(pc.HasPath());
HasPath           346 net/cookies/parsed_cookie_unittest.cc   EXPECT_TRUE(pc.HasPath());
HasPath           356 net/cookies/parsed_cookie_unittest.cc   EXPECT_TRUE(pc.HasPath());
HasPath           383 net/cookies/parsed_cookie_unittest.cc   EXPECT_FALSE(pc.HasPath());