Searched refs:url_parse (Results 1 - 25 of 171) sorted by relevance

1234567

/external/chromium/chrome/browser/net/
H A Durl_fixer_upper_unittest.cc14 #include "googleurl/src/url_parse.h"
24 namespace url_parse { namespace
30 } // namespace url_parse
35 const url_parse::Component scheme;
36 const url_parse::Component username;
37 const url_parse::Component password;
38 const url_parse::Component host;
39 const url_parse::Component port;
40 const url_parse::Component path;
41 const url_parse
[all...]
H A Durl_fixer_upper.h14 namespace url_parse { namespace
32 std::string SegmentURL(const std::string& text, url_parse::Parsed* parts);
33 string16 SegmentURL(const string16& text, url_parse::Parsed* parts);
69 void OffsetComponent(int offset, url_parse::Component* part);
/external/chromium_org/chrome/common/net/
H A Durl_fixer_upper_unittest.cc17 #include "url/url_parse.h"
24 namespace url_parse { namespace
30 } // namespace url_parse
35 const url_parse::Component scheme;
36 const url_parse::Component username;
37 const url_parse::Component password;
38 const url_parse::Component host;
39 const url_parse::Component port;
40 const url_parse::Component path;
41 const url_parse
[all...]
H A Durl_fixer_upper.h17 namespace url_parse { namespace
33 std::string SegmentURL(const std::string& text, url_parse::Parsed* parts);
35 url_parse::Parsed* parts);
77 void OffsetComponent(int offset, url_parse::Component* part);
/external/chromium/googleurl/src/
H A Durl_canon_ip.h36 #include "googleurl/src/url_parse.h"
59 const url_parse::Component& host,
60 url_parse::Component components[4]);
62 const url_parse::Component& host,
63 url_parse::Component components[4]);
78 const url_parse::Component& host,
83 const url_parse::Component& host,
93 const url_parse::Component& host,
96 const url_parse::Component& host,
H A Durl_canon_fileurl.cc53 int num_slashes = url_parse::CountConsecutiveSlashes(spec, begin, end);
56 if (!url_parse::DoesBeginWindowsDriveSpec(spec, after_slashes, end))
81 const url_parse::Component& path,
83 url_parse::Component* out_path) {
100 url_parse::Component sub_path =
101 url_parse::MakeRange(after_drive, path.end());
102 url_parse::Component fake_output_path;
115 const url_parse::Parsed& parsed,
118 url_parse::Parsed* new_parsed) {
120 new_parsed->username = url_parse
[all...]
H A Durl_canon.h37 #include "googleurl/src/url_parse.h"
297 const url_parse::Component& scheme,
299 url_parse::Component* out_scheme);
301 const url_parse::Component& scheme,
303 url_parse::Component* out_scheme);
316 const url_parse::Component& username,
318 const url_parse::Component& password,
320 url_parse::Component* out_username,
321 url_parse::Component* out_password);
323 const url_parse
[all...]
H A Durl_canon_mailtourl.cc44 const url_parse::Parsed& parsed,
46 url_parse::Parsed* new_parsed) {
49 new_parsed->username = url_parse::Component();
50 new_parsed->password = url_parse::Component();
51 new_parsed->host = url_parse::Component();
52 new_parsed->port = url_parse::Component();
53 new_parsed->ref = url_parse::Component();
96 const url_parse::Parsed& parsed,
98 url_parse::Parsed* new_parsed) {
105 const url_parse
[all...]
H A Durl_util.h37 #include "googleurl/src/url_parse.h"
94 url_parse::Component* found_scheme);
98 url_parse::Component* found_scheme);
101 url_parse::Component* found_scheme) {
107 url_parse::Component* found_scheme) {
115 const url_parse::Component& scheme);
117 const url_parse::Component& scheme);
122 const url_parse::Component& scheme) {
142 url_parse::Parsed* output_parsed);
147 url_parse
[all...]
H A Durl_canon_unittest.cc37 #include "googleurl/src/url_parse.h"
58 url_parse::Component expected_component;
69 url_parse::Component expected_component;
79 url_parse::Component expected_component;
134 const url_parse::Component&),
141 (rep->*set)(str, url_parse::Component(0, static_cast<int>(strlen(str))));
322 {"http", "http:", url_parse::Component(0, 4), true},
323 {"HTTP", "http:", url_parse::Component(0, 4), true},
324 {" HTTP ", "%20http%20:", url_parse::Component(0, 10), false},
325 {"htt: ", "htt%3A%20:", url_parse
132 SetupReplComp( void (url_canon::Replacements<CHAR>::*set)(const CHAR*, const url_parse::Component&), void (url_canon::Replacements<CHAR>::*clear)(), url_canon::Replacements<CHAR>* rep, const CHAR* str) argument
[all...]
H A Durl_canon_etc.cc110 const url_parse::Component& scheme,
112 url_parse::Component* out_scheme) {
115 *out_scheme = url_parse::Component(output->length(), 0);
174 const url_parse::Component& username,
176 const url_parse::Component& password,
178 url_parse::Component* out_username,
179 url_parse::Component* out_password) {
182 *out_username = url_parse::Component();
183 *out_password = url_parse::Component();
205 *out_password = url_parse
[all...]
H A Durl_canon_relative.cc53 const url_parse::Component& base_scheme,
55 const url_parse::Component& cmp_scheme) {
79 return url_parse::IsURLSlash(spec[start_offset]) &&
80 url_parse::DoesBeginWindowsDriveSpec(spec, start_offset + 1, spec_len);
88 const url_parse::Parsed& base_parsed,
93 url_parse::Component* relative_component) {
98 url_parse::TrimURL(url, &begin, &url_len);
101 *relative_component = url_parse::Component(begin, 0);
118 if (url_parse::DoesBeginWindowsDriveSpec(url, begin, url_len) ||
119 url_parse
[all...]
H A Durl_canon_pathurl.cc43 const url_parse::Parsed& parsed,
45 url_parse::Parsed* new_parsed) {
87 const url_parse::Parsed& parsed,
89 url_parse::Parsed* new_parsed) {
96 const url_parse::Parsed& parsed,
98 url_parse::Parsed* new_parsed) {
104 const url_parse::Parsed& base_parsed,
107 url_parse::Parsed* new_parsed) {
109 url_parse::Parsed parsed(base_parsed);
116 const url_parse
[all...]
H A Durl_canon_stdstring.h99 url_parse::Component(0, static_cast<int>(s.length())));
103 url_parse::Component(0, static_cast<int>(s.length())));
107 url_parse::Component(0, static_cast<int>(s.length())));
111 url_parse::Component(0, static_cast<int>(s.length())));
115 url_parse::Component(0, static_cast<int>(s.length())));
119 url_parse::Component(0, static_cast<int>(s.length())));
123 url_parse::Component(0, static_cast<int>(s.length())));
127 url_parse::Component(0, static_cast<int>(s.length())));
/external/chromium_org/url/
H A Durl_canon_ip.h11 #include "url/url_parse.h"
42 const url_parse::Component& host,
43 url_parse::Component components[4]);
45 const url_parse::Component& host,
46 url_parse::Component components[4]);
61 const url_parse::Component& host,
66 const url_parse::Component& host,
76 const url_parse::Component& host,
79 const url_parse::Component& host,
H A Durl_canon.h13 #include "url/url_parse.h"
277 const url_parse::Component& scheme,
279 url_parse::Component* out_scheme);
281 const url_parse::Component& scheme,
283 url_parse::Component* out_scheme);
296 const url_parse::Component& username,
298 const url_parse::Component& password,
300 url_parse::Component* out_username,
301 url_parse::Component* out_password);
303 const url_parse
[all...]
H A Durl_canon_unittest.cc13 #include "url/url_parse.h"
33 url_parse::Component expected_component;
44 url_parse::Component expected_component;
54 url_parse::Component expected_component;
121 const url_parse::Component&),
128 (rep->*set)(str, url_parse::Component(0, static_cast<int>(strlen(str))));
309 {"http", "http:", url_parse::Component(0, 4), true},
310 {"HTTP", "http:", url_parse::Component(0, 4), true},
311 {" HTTP ", "%20http%20:", url_parse::Component(0, 10), false},
312 {"htt: ", "htt%3A%20:", url_parse
119 SetupReplComp( void (url_canon::Replacements<CHAR>::*set)(const CHAR*, const url_parse::Component&), void (url_canon::Replacements<CHAR>::*clear)(), url_canon::Replacements<CHAR>* rep, const CHAR* str) argument
[all...]
H A Durl_canon_mailtourl.cc19 const url_parse::Parsed& parsed,
21 url_parse::Parsed* new_parsed) {
24 new_parsed->username = url_parse::Component();
25 new_parsed->password = url_parse::Component();
26 new_parsed->host = url_parse::Component();
27 new_parsed->port = url_parse::Component();
28 new_parsed->ref = url_parse::Component();
71 const url_parse::Parsed& parsed,
73 url_parse::Parsed* new_parsed) {
80 const url_parse
[all...]
H A Durl_util_internal.h11 #include "url/url_parse.h"
22 const url_parse::Component& component,
25 const url_parse::Component& component,
H A Durl_canon_etc.cc85 const url_parse::Component& scheme,
87 url_parse::Component* out_scheme) {
90 *out_scheme = url_parse::Component(output->length(), 0);
149 const url_parse::Component& username,
151 const url_parse::Component& password,
153 url_parse::Component* out_username,
154 url_parse::Component* out_password) {
157 *out_username = url_parse::Component();
158 *out_password = url_parse::Component();
180 *out_password = url_parse
[all...]
H A Durl_canon_relative.cc29 const url_parse::Component& base_scheme,
31 const url_parse::Component& cmp_scheme) {
55 return url_parse::IsURLSlash(spec[start_offset]) &&
56 url_parse::DoesBeginWindowsDriveSpec(spec, start_offset + 1, spec_len);
64 const url_parse::Parsed& base_parsed,
69 url_parse::Component* relative_component) {
74 url_parse::TrimURL(url, &begin, &url_len);
77 *relative_component = url_parse::Component(begin, 0);
94 if (url_parse::DoesBeginWindowsDriveSpec(url, begin, url_len) ||
95 url_parse
[all...]
H A Durl_canon_filesystemurl.cc23 const url_parse::Parsed& parsed,
26 url_parse::Parsed* new_parsed) {
28 new_parsed->username = url_parse::Component();
29 new_parsed->password = url_parse::Component();
30 new_parsed->host = url_parse::Component();
31 new_parsed->port = url_parse::Component();
33 const url_parse::Parsed* inner_parsed = parsed.inner_parsed();
34 url_parse::Parsed new_inner_parsed;
86 const url_parse::Parsed& parsed,
89 url_parse
[all...]
H A Durl_util.h13 #include "url/url_parse.h"
69 url_parse::Component* found_scheme);
73 url_parse::Component* found_scheme);
76 url_parse::Component* found_scheme) {
82 url_parse::Component* found_scheme) {
90 const url_parse::Component& scheme);
92 const url_parse::Component& scheme);
97 const url_parse::Component& scheme) {
118 url_parse::Parsed* output_parsed);
124 url_parse
[all...]
H A Durl_canon_fileurl.cc28 int num_slashes = url_parse::CountConsecutiveSlashes(spec, begin, end);
31 if (!url_parse::DoesBeginWindowsDriveSpec(spec, after_slashes, end))
56 const url_parse::Component& path,
58 url_parse::Component* out_path) {
75 url_parse::Component sub_path =
76 url_parse::MakeRange(after_drive, path.end());
77 url_parse::Component fake_output_path;
90 const url_parse::Parsed& parsed,
93 url_parse::Parsed* new_parsed) {
95 new_parsed->username = url_parse
[all...]
/external/chromium_org/chrome/test/perf/
H A Durl_parse_perftest.cc10 #include "url/url_parse.h"
29 url_parse::Parsed parsed;
33 url_parse::ParseStandardURL(url, url_len, &parsed);
51 url_parse::Parsed parsed1;
52 url_parse::Parsed parsed2;
53 url_parse::Parsed parsed3;
58 url_parse::ParseStandardURL(typical_url1, typical_url1_len, &parsed1);
59 url_parse::ParseStandardURL(typical_url2, typical_url2_len, &parsed2);
60 url_parse::ParseStandardURL(typical_url3, typical_url3_len, &parsed3);
67 url_parse
[all...]

Completed in 350 milliseconds

1234567