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

  /external/chromium_org/components/content_settings/core/common/
content_settings_pattern.h 109 virtual BuilderInterface* WithPath(const std::string& path) = 0;
content_settings_pattern_parser_unittest.cc 23 MOCK_METHOD1(WithPath, BuilderInterface*(const std::string& path));
159 EXPECT_CALL(builder, WithPath("/foo/bar/test.html")).Times(1).WillOnce(
177 EXPECT_CALL(builder, WithPath("/")).Times(1).WillOnce(
content_settings_pattern.cc 99 virtual BuilderInterface* WithPath(const std::string& path) OVERRIDE;
167 BuilderInterface* ContentSettingsPattern::Builder::WithPath(
376 builder->WithScheme(local_url->scheme())->WithPath(local_url->path());
414 builder->WithScheme(local_url->scheme())->WithPath(local_url->path());
content_settings_pattern_parser.cc 175 builder->WithPath(path);
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_helpers.cc 101 builder->WithPath(path);

Completed in 52 milliseconds