Home | History | Annotate | Download | only in src

Lines Matching refs:REF

84   const char* ref;
190 {"http://u:p@h:8/p?q#r", Parsed::REF, true, 18},
191 {"http://u:p@h:8/p?q#r", Parsed::REF, false, 19},
193 {"http://u:p@h:8/p?", Parsed::REF, true, 17},
194 {"http://u:p@h:8/p?q", Parsed::REF, true, 18},
208 {"", Parsed::REF, true, 0},
233 // Input Scheme Usrname Passwd Host Port Path Query Ref
307 // Use the first question mark for the query and the ref.
345 EXPECT_TRUE(ComponentMatches(url, cases[i].ref, parsed.ref));
381 ExpectInvalidComponent(parsed.ref);
417 {"file:///C:/foo.html?query=yes#ref", "file", NULL, NULL, NULL, -1, "/C:/foo.html", "query=yes", "ref"},
436 EXPECT_TRUE(ComponentMatches(url, file_cases[i].ref, parsed.ref));
452 {"http://www.google.com/foo/bar.html#ref", "bar.html"},
454 {"http://www.google.com/foo/bar.html;param#ref", "bar.html"},
455 {"http://www.google.com/foo/bar.html;foo;param#ref", "bar.html;foo"},
456 {"http://www.google.com/foo/bar.html?query#ref", "bar.html"},
581 ExpectInvalidComponent(parsed.ref);