Home | History | Annotate | Download | only in url

Lines Matching refs:REF

62   const char* ref;
94 const char* ref;
179 {"http://u:p@h:8/p?q#r", Parsed::REF, true, 18},
180 {"http://u:p@h:8/p?q#r", Parsed::REF, false, 19},
182 {"http://u:p@h:8/p?", Parsed::REF, true, 17},
183 {"http://u:p@h:8/p?q", Parsed::REF, true, 18},
197 {"", Parsed::REF, true, 0},
222 // Input Scheme Usrname Passwd Host Port Path Query Ref
296 // Use the first question mark for the query and the ref.
334 EXPECT_TRUE(ComponentMatches(url, cases[i].ref, parsed.ref));
404 {"file:///C:/foo.html?query=yes#ref", "file", NULL, NULL, NULL, -1, "/C:/foo.html", "query=yes", "ref"},
423 EXPECT_TRUE(ComponentMatches(url, file_cases[i].ref, parsed.ref));
439 {"http://www.google.com/foo/bar.html#ref", "bar.html"},
441 {"http://www.google.com/foo/bar.html;param#ref", "bar.html"},
442 {"http://www.google.com/foo/bar.html;foo;param#ref", "bar.html;foo"},
443 {"http://www.google.com/foo/bar.html?query#ref", "bar.html"},
568 ExpectInvalidComponent(parsed.ref);
578 {"filesystem:file:///persistent/bar;par/?query#ref", "file", NULL, NULL, NULL, -1, "/persistent", "/bar;par/", "query", "ref"},
608 ExpectInvalidComponent(parsed.inner_parsed()->ref);
613 EXPECT_TRUE(ComponentMatches(url, parsecase->ref, parsed.ref));