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

/external/chromium_org/net/base/
H A Dzap.h20 void ZapString(std::string* s);
23 void ZapString(base::string16* s);
H A Dzap.cc13 void ZapString(std::string* s) { function in namespace:net
18 void ZapString(base::string16* s) { function in namespace:net
H A Dauth.cc56 ZapString(&password_);
/external/chromium/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc249 // TODO(wtc): Can we implement ZapString as
251 static void ZapString(std::string* s) { function in namespace:net
255 static void ZapString(string16* s) { function in namespace:net
280 ZapString(&passbuf);
670 ZapString(&password_);
/external/chromium_org/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc267 ZapString(&passbuf);

Completed in 395 milliseconds