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

/external/chromium_org/url/
H A Durl_canon_unittest.cc86 // Magic string used in the replacements code that tells SetupReplComp to
99 void SetupReplComp( function in namespace:url::__anon17223
1355 SetupReplComp(&R::SetScheme, &R::ClearRef, &r, cur.scheme);
1356 SetupReplComp(&R::SetUsername, &R::ClearUsername, &r, cur.username);
1357 SetupReplComp(&R::SetPassword, &R::ClearPassword, &r, cur.password);
1358 SetupReplComp(&R::SetHost, &R::ClearHost, &r, cur.host);
1359 SetupReplComp(&R::SetPort, &R::ClearPort, &r, cur.port);
1360 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path);
1361 SetupReplComp(&R::SetQuery, &R::ClearQuery, &r, cur.query);
1362 SetupReplComp(
[all...]

Completed in 668 milliseconds