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

/external/chromium/googleurl/src/
H A Durl_canon_unittest.cc119 // Magic string used in the replacements code that tells SetupReplComp to
132 void SetupReplComp( function in namespace:__anon2038
1316 SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme);
1317 SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username);
1318 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1319 SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host);
1320 SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port);
1321 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path);
1322 SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query);
1323 SetupReplComp(
[all...]

Completed in 39 milliseconds