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

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
settings_overrides_handler_unittest.cc 90 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));
app_isolation_info.cc 58 DCHECK(extension->manifest()->HasPath(keys::kIsolation));
ui_overrides_handler_unittest.cc 66 ASSERT_TRUE(extension->manifest()->HasPath(manifest_keys::kUIOverride));
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_service_worker_unittest.cc 101 EXPECT_TRUE(extension->manifest()->HasPath("app.service_worker"));
  /external/chromium_org/net/cookies/
parsed_cookie_unittest.cc 53 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...]
parsed_cookie.h 39 bool HasPath() const { return path_index_ != 0; }
cookie_monster_store_test.cc 116 EXPECT_TRUE(pc.HasPath());
canonical_cookie.cc 177 if (pc.HasPath())
  /external/chromium_org/chrome/common/extensions/api/identity/
oauth2_manifest_handler.cc 56 // HasPath checks for whether the manifest is allowed to have
60 if (extension->manifest()->HasPath(keys::kOAuth2AutoApprove) &&
  /external/chromium_org/extensions/common/
manifest.h 156 bool HasPath(const std::string& path) const;
manifest_handler.cc 136 if (extension->manifest()->HasPath(iter->first) ||
158 if (extension->manifest()->HasPath(iter->first) ||
manifest.cc 184 bool Manifest::HasPath(const std::string& path) const {
  /external/chromium_org/extensions/common/manifest_handlers/
csp_info.cc 82 if (!extension->manifest()->HasPath(key)) {
sandboxed_page_info.cc 92 if (extension->manifest()->HasPath(keys::kSandboxedPagesCSP)) {
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.cc 178 if (extension->manifest()->HasPath(manifest_keys::kStorageManagedSchema))
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 642 if (!extension->manifest()->HasPath(
688 if (!extension->manifest()->HasPath(
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc     [all...]

Completed in 205 milliseconds