Searched refs:HasPath (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dsettings_overrides_handler_unittest.cc90 ASSERT_TRUE(extension->manifest()->HasPath(manifest_keys::kSettingsOverride));
114 extension->manifest()->HasPath(manifest_keys::kSettingsOverride));
133 ASSERT_TRUE(extension->manifest()->HasPath(manifest_keys::kSettingsOverride));
147 extension->manifest()->HasPath(manifest_keys::kSettingsOverride));
174 extension->manifest()->HasPath(manifest_keys::kSettingsOverride));
H A Dapp_isolation_info.cc58 DCHECK(extension->manifest()->HasPath(keys::kIsolation));
H A Dui_overrides_handler_unittest.cc66 ASSERT_TRUE(extension->manifest()->HasPath(manifest_keys::kUIOverride));
/external/chromium_org/chrome/common/extensions/manifest_tests/
H A Dextension_manifests_service_worker_unittest.cc101 EXPECT_TRUE(extension->manifest()->HasPath("app.service_worker"));
/external/chromium_org/net/cookies/
H A Dparsed_cookie_unittest.cc53 EXPECT_TRUE(pc.HasPath());
68 EXPECT_TRUE(pc.HasPath());
80 EXPECT_TRUE(pc.HasPath());
92 EXPECT_TRUE(pc.HasPath());
123 EXPECT_TRUE(pc.HasPath());
134 EXPECT_FALSE(pc.HasPath());
148 EXPECT_FALSE(pc.HasPath());
165 EXPECT_TRUE(pc.HasPath());
179 EXPECT_TRUE(pc.HasPath());
346 EXPECT_TRUE(pc.HasPath());
[all...]
H A Dparsed_cookie.h39 bool HasPath() const { return path_index_ != 0; } function in class:net::ParsedCookie
H A Dcookie_monster_store_test.cc116 EXPECT_TRUE(pc.HasPath());
H A Dcanonical_cookie.cc177 if (pc.HasPath())
/external/chromium_org/chrome/common/extensions/api/identity/
H A Doauth2_manifest_handler.cc56 // HasPath checks for whether the manifest is allowed to have
60 if (extension->manifest()->HasPath(keys::kOAuth2AutoApprove) &&
/external/chromium_org/extensions/common/manifest_handlers/
H A Dcsp_info.cc82 if (!extension->manifest()->HasPath(key)) {
H A Dsandboxed_page_info.cc92 if (extension->manifest()->HasPath(keys::kSandboxedPagesCSP)) {
/external/chromium_org/extensions/common/
H A Dmanifest_handler.cc136 if (extension->manifest()->HasPath(iter->first) ||
158 if (extension->manifest()->HasPath(iter->first) ||
H A Dmanifest.h156 bool HasPath(const std::string& path) const;
H A Dmanifest.cc184 bool Manifest::HasPath(const std::string& path) const { function in class:extensions::Manifest
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc178 if (extension->manifest()->HasPath(manifest_keys::kStorageManagedSchema))
/external/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui.cc642 if (!extension->manifest()->HasPath(
688 if (!extension->manifest()->HasPath(
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_helpers.cc928 cookie->HasPath() ? cookie->Path() : std::string();

Completed in 441 milliseconds