Home | History | Annotate | Download | only in tests

Lines Matching refs:Ref

61     const char* ref;
76 const char* ref;
79 {"http://www.google.com/foo/blah?bar=baz#ref", "http", "www.google.com", 0, "", 0, "blah", "bar=baz", "ref", true},
97 EXPECT_EQ(cases[i].ref, kurl.fragmentIdentifier());
111 EXPECT_EQ(cases[i].ref, kurl.fragmentIdentifier());
121 // url protocol host port user pass path lastPath query ref
149 if (cases[i].ref)
150 EXPECT_EQ(WTF::String::fromUTF8(cases[i].ref), kurl.fragmentIdentifier());
202 const char* ref;
214 // url protocol host port user pass path query ref
440 TEST(KURLTest, Ref)
444 // Basic ref setting.
452 // Setting a ref to the empty string will set it to "#".
460 // Setting the ref to the null string will clear it altogether.
563 const char* src1 = "http://user:pass@google.com/foo/bar.html?baz=query#ref";