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

  /external/chromium_org/components/content_settings/core/common/
content_settings_pattern_parser_unittest.cc 22 MOCK_METHOD1(WithPort, BuilderInterface*(const std::string& port));
48 EXPECT_CALL(builder, WithPort("8080")).Times(1).WillOnce(
58 EXPECT_CALL(builder, WithPort("80")).Times(1).WillOnce(
78 EXPECT_CALL(builder, WithPort("80")).Times(1).WillOnce(
87 EXPECT_CALL(builder, WithPort("8080")).Times(1).WillOnce(
96 EXPECT_CALL(builder, WithPort("8080")).Times(1).WillOnce(
106 EXPECT_CALL(builder, WithPort("8080")).Times(1).WillOnce(
content_settings_pattern.h 97 virtual BuilderInterface* WithPort(const std::string& port) = 0;
content_settings_pattern.cc 93 virtual BuilderInterface* WithPort(const std::string& port) OVERRIDE;
130 BuilderInterface* ContentSettingsPattern::Builder::WithPort(
393 builder->WithPort(GetDefaultPort(url::kHttpsScheme));
397 builder->WithPort(local_url->port());
418 builder->WithPort(GetDefaultPort(local_url->scheme()));
420 builder->WithPort(local_url->port());
content_settings_pattern_parser.cc 161 builder->WithPort(port);
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_helpers.cc 92 builder->WithPort(port);
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.cc 448 builder->WithPort(url.port());
450 builder->WithPort(kDefaultHttpsPort);

Completed in 195 milliseconds