Searched refs:kDeleteComp (Results 1 - 1 of 1) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_unittest.cc121 const char kDeleteComp[] = "|"; member in namespace:__anon2760
126 // string matches kDeleteComp).
138 if (str && str[0] == kDeleteComp[0]) {
1298 {"http://www.google.com/foo?bar=baz#ref", NULL, NULL, NULL, NULL, NULL, "/", kDeleteComp, kDeleteComp, "http://www.google.com/"},
1371 {"file:///C:/gaba?query#ref", NULL, NULL, NULL, NULL, NULL, NULL, kDeleteComp, kDeleteComp, "file:///C:/gaba"},
1377 {"file:///home/gaba?query#ref", NULL, NULL, NULL, NULL, NULL, NULL, kDeleteComp, kDeleteComp, "file:///home/gaba"},
1418 {"data:foo", NULL, NULL, NULL, NULL, NULL, kDeleteComp, NUL
[all...]

Completed in 209 milliseconds