/external/chromium_org/url/ |
url_canon_path.cc | 108 if (url_parse::IsURLSlash(spec[after_dot])) { 122 if (url_parse::IsURLSlash(spec[after_second_dot])) { 180 const url_parse::Component& path, 298 const url_parse::Component& path, 300 url_parse::Component* out_path) { 308 if (!url_parse::IsURLSlash(spec[path.begin])) 323 const url_parse::Component& path, 325 url_parse::Component* out_path) { 330 const url_parse::Component& path, 332 url_parse::Component* out_path) [all...] |
url_parse_unittest.cc | 5 #include "url/url_parse.h" 9 #include "url/url_parse.h" 48 namespace url_parse { namespace 99 const url_parse::Component& component) { 119 void ExpectInvalidComponent(const url_parse::Component& component) { 148 url_parse::Parsed parsed; 149 url_parse::ParseStandardURL(length_cases[i], true_length, &parsed); 208 url_parse::Parsed parsed; 210 url_parse::ParseFileURL(count_cases[i].url, length, &parsed); 212 url_parse::ParseStandardURL(count_cases[i].url, length, &parsed) [all...] |
gurl.h | 16 #include "url/url_parse.h" 44 const url_parse::Parsed& parsed, bool is_valid); 52 const url_parse::Parsed& parsed, bool is_valid); 108 const url_parse::Parsed& parsed_for_possibly_invalid_spec() const { 375 std::string ComponentString(const url_parse::Component& comp) const { 390 url_parse::Parsed parsed_;
|
url_file.h | 13 namespace url_parse { namespace 81 } // namespace url_parse
|
gurl_unittest.cc | 24 const url_parse::Component&), 28 url_parse::Component comp; 100 EXPECT_EQ(url_parse::PORT_UNSPECIFIED, url.IntPort()); 133 EXPECT_EQ(url_parse::PORT_UNSPECIFIED, invalid2.IntPort()); 168 EXPECT_EQ(url_parse::PORT_UNSPECIFIED, invalid2.IntPort()); 193 EXPECT_EQ(url_parse::PORT_UNSPECIFIED, url2.IntPort()); 222 EXPECT_EQ(url_parse::PORT_INVALID, url.IntPort()); 356 // the url_parse::Parsed importing validation DCHECK in GURL. 427 {"file://www.google.com/", url_parse::PORT_UNSPECIFIED}, 428 {"file://www.google.com:443/", url_parse::PORT_UNSPECIFIED} [all...] |
gurl.cc | 90 const url_parse::Parsed& parsed, bool is_valid) 98 const url_parse::Parsed& parsed, bool is_valid) 134 url_parse::Component scheme; 369 return url_parse::ParsePort(spec_.data(), parsed_.port); 370 return url_parse::PORT_UNSPECIFIED; 375 if (int_port == url_parse::PORT_UNSPECIFIED && IsStandard()) 382 url_parse::Component file_component; 383 url_parse::ExtractFileName(spec_.data(), parsed_.path, &file_component); 407 url_parse::Component h(parsed_.host);
|
url_canon_internal.cc | 64 const url_parse::Component& override_component, 66 url_parse::Component* dest_component) { 87 const url_parse::Component& override_component, 89 url_parse::Component* dest_component) { 94 *dest_component = url_parse::Component(); 285 url_parse::Parsed* parsed) { 288 const url_parse::Parsed& repl_parsed = repl.components(); 317 url_parse::Parsed* parsed) { 322 const url_parse::Parsed& repl_parsed = repl.components();
|
url_canon_internal.h | 357 const url_parse::Component& query, 373 url_parse::Parsed* parsed); 395 url_parse::Parsed* parsed); 400 const url_parse::Component& path, 404 const url_parse::Component& path,
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_input.cc | 128 url_parse::Parsed* parts, 145 url_parse::Parsed local_parts; 216 url_parse::Parsed http_parts; 230 url_parse::Component* components[] = { 339 if (url_parse::ParsePort(text.c_str(), parts->port) == 340 url_parse::PORT_INVALID) 429 url_parse::Component* scheme, 430 url_parse::Component* host) { 431 url_parse::Parsed parts; 445 url_parse::Parsed real_parts [all...] |
/external/chromium_org/chrome/common/ |
content_settings_helper.cc | 15 std::string port_component(origin.IntPort() != url_parse::PORT_UNSPECIFIED
|
/external/chromium_org/content/browser/ |
histogram_internals_request_job.cc | 21 const url_parse::Parsed& parsed = 24 int offset = parsed.CountCharactersBefore(url_parse::Parsed::PATH, false) + 1;
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KURL.h | 34 #include <url/third_party/mozilla/url_parse.h> 83 KURL(const AtomicString& canonicalString, const url_parse::Parsed&, bool isValid); 174 const url_parse::Parsed& parsed() const { return m_parsed; } 187 String componentString(const url_parse::Component&) const; 200 url_parse::Parsed m_parsed;
|
/external/chromium/googleurl/src/ |
gurl.h | 40 #include "googleurl/src/url_parse.h" 70 const url_parse::Parsed& parsed, bool is_valid); 124 const url_parse::Parsed& parsed_for_possibly_invalid_spec() const { 352 std::string ComponentString(const url_parse::Component& comp) const { 367 url_parse::Parsed parsed_;
|
url_file.h | 38 namespace url_parse { namespace 106 } // namespace url_parse
|
gurl_unittest.cc | 23 const url_parse::Component&), 27 url_parse::Component comp; 99 EXPECT_EQ(url_parse::PORT_UNSPECIFIED, url.IntPort()); 132 EXPECT_EQ(url_parse::PORT_UNSPECIFIED, invalid2.IntPort()); 149 EXPECT_EQ(url_parse::PORT_INVALID, url.IntPort()); 315 {"file://www.google.com/", url_parse::PORT_UNSPECIFIED}, 316 {"file://www.google.com:443/", url_parse::PORT_UNSPECIFIED}, 319 {"data:www.google.com:90", url_parse::PORT_UNSPECIFIED}, 320 {"data:www.google.com", url_parse::PORT_UNSPECIFIED},
|
url_canon_internal.cc | 88 const url_parse::Component& override_component, 90 url_parse::Component* dest_component) { 111 const url_parse::Component& override_component, 113 url_parse::Component* dest_component) { 118 *dest_component = url_parse::Component(); 307 url_parse::Parsed* parsed) { 310 const url_parse::Parsed& repl_parsed = repl.components(); 339 url_parse::Parsed* parsed) { 344 const url_parse::Parsed& repl_parsed = repl.components();
|
url_canon_internal.h | 375 const url_parse::Component& query, 391 url_parse::Parsed* parsed); 413 url_parse::Parsed* parsed); 418 const url_parse::Component& path, 422 const url_parse::Component& path,
|
gurl.cc | 53 url_parse::Parsed* parsed) { 126 const url_parse::Parsed& parsed, bool is_valid) 328 return url_parse::ParsePort(spec_.data(), parsed_.port); 329 return url_parse::PORT_UNSPECIFIED; 334 if (int_port == url_parse::PORT_UNSPECIFIED && IsStandard()) 341 url_parse::Component file_component; 342 url_parse::ExtractFileName(spec_.data(), parsed_.path, &file_component); 361 url_parse::Component h(parsed_.host);
|
/external/chromium_org/net/base/ |
url_util.cc | 39 url_parse::Component cursor(0, input.size()); 41 url_parse::Component key_range, value_range; 42 while (url_parse::ExtractQueryKeyValue( 121 at_end_ = !url_parse::ExtractQueryKeyValue(url_.spec().c_str(),
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
LinkHash.cpp | 44 url_parse::Parsed parsed;
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete.h | 18 #include "googleurl/src/url_parse.h" 240 url_parse::Parsed* parts, 250 url_parse::Component* scheme, 251 url_parse::Component* host); 285 const url_parse::Parsed& parts() const { return parts_; } 329 url_parse::Parsed parts_; [all...] |
/external/chromium/net/base/ |
net_util.h | 40 namespace url_parse { namespace 312 url_parse::Parsed* new_parsed, 318 url_parse::Parsed* new_parsed, 346 url_parse::Parsed* new_parsed, 353 url_parse::Parsed* new_parsed,
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_service_url.cc | 166 url_parse::Component query(0, query_str.length()); 167 url_parse::Component key, value; 169 while (url_parse::ExtractQueryKeyValue(query_str.c_str(), &query, &key,
|
/external/chromium/chrome/browser/ |
browser_url_handler.cc | 56 url_parse::Component(0, strlen(chrome::kViewSourceScheme))); 58 url_parse::Component(0, url->spec().size()));
|
/external/chromium/net/http/ |
http_stream_factory.cc | 94 url_parse::Component(0, port_str.size())); 96 url_parse::Component(0, endpoint->host().size()));
|