OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValidateUrl
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc
90
void
ValidateUrl
(const string& url, const string& base_path,
109
ValidateUrl
(url, "", true, gold_old_filename);
110
ValidateUrl
(url, "", false, gold_new_filename);
195
ValidateUrl
("http://www.foo.com/u?site=http://www.google.com/index.html",
/external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc
92
void
ValidateUrl
(const string& url, const string& base_path,
111
ValidateUrl
(url, std::string(), true, gold_old_filename);
112
ValidateUrl
(url, std::string(), false, gold_new_filename);
197
ValidateUrl
("http://www.foo.com/u?site=http://www.google.com/index.html",
/external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc
241
bool HistoryFunction::
ValidateUrl
(const std::string& url_string, GURL* url) {
300
if (!
ValidateUrl
(params->details.url, &url))
381
if (!
ValidateUrl
(params->details.url, &url))
400
if (!
ValidateUrl
(params->details.url, &url))
Completed in 66 milliseconds