Lines Matching refs:ref
70 GURL url(WStringToUTF16(L"http://user:pass@google.com:99/foo;bar?q=a#ref"));
76 EXPECT_EQ("http://user:pass@google.com:99/foo;bar?q=a#ref", url.spec());
86 EXPECT_EQ("ref", url.ref());
102 EXPECT_EQ("", url.ref());
106 GURL url(WStringToUTF16(L"http://user:pass@google.com:99/foo;bar?q=a#ref"));
111 EXPECT_EQ("http://user:pass@google.com:99/foo;bar?q=a#ref", url2.spec());
120 EXPECT_EQ("ref", url2.ref());
135 EXPECT_EQ("", invalid2.ref());
152 EXPECT_EQ("", url.ref());
241 const char* ref;
246 {"file:///C:/foo/bar.txt", "http", NULL, NULL, "www.google.com", "99", "/foo","search", "ref", "http://www.google.com:99/foo?search#ref"},
263 SetupReplacement(&GURL::Replacements::SetRef, &repl, cur.ref);
278 {"http://www.google.com/foo/bar.html#ref", "/foo/bar.html"},
279 {"http://www.google.com/foo/bar.html?query#ref", "/foo/bar.html?query"},