Home
last modified time | relevance | path

Searched refs:strippedURL (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebPasswordFormData.cpp103 KURL strippedURL = url; in stripURL() local
104 strippedURL.setUser(String()); in stripURL()
105 strippedURL.setPass(String()); in stripURL()
106 strippedURL.setQuery(String()); in stripURL()
107 strippedURL.setFragmentIdentifier(String()); in stripURL()
108 return strippedURL; in stripURL()