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

/external/chromium_org/url/
H A Durl_canon_unittest.cc88 const char kDeleteComp[] = "|"; member in namespace:url::__anon17223
93 // string matches kDeleteComp).
104 if (str && str[0] == kDeleteComp[0]) {
1334 {"http://www.google.com/foo?bar=baz#ref", NULL, NULL, NULL, NULL, NULL, "/", kDeleteComp, kDeleteComp, "http://www.google.com/"},
1410 {"file:///C:/gaba?query#ref", NULL, NULL, NULL, NULL, NULL, NULL, kDeleteComp, kDeleteComp, "file:///C:/gaba"},
1416 {"file:///home/gaba?query#ref", NULL, NULL, NULL, NULL, NULL, NULL, kDeleteComp, kDeleteComp, "file:///home/gaba"},
1456 {"filesystem:file:///temporary/gaba?query#ref", NULL, NULL, NULL, NULL, NULL, NULL, kDeleteComp, kDeleteCom
[all...]

Completed in 1917 milliseconds