HomeSort by relevance Sort by last modified time
    Searched refs:ParseUrl (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_cookies_api.h 81 bool ParseUrl(const DictionaryValue* details, GURL* url,
extension_cookies_api.cc 114 bool CookiesFunction::ParseUrl(const DictionaryValue* details, GURL* url,
187 if (!ParseUrl(details, &url_, true))
252 if (details_->HasKey(keys::kUrlKey) && !ParseUrl(details_, &url_, false))
312 if (!ParseUrl(details, &url_, true))
419 if (!ParseUrl(details, &url_, true))
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_api.h 78 bool ParseUrl(const std::string& url_string, GURL* url,
cookies_api.cc 148 bool CookiesFunction::ParseUrl(const std::string& url_string, GURL* url,
210 if (!ParseUrl(parsed_args_->details.url, &url_, true))
283 !ParseUrl(*parsed_args_->details.url, &url_, false)) {
348 if (!ParseUrl(parsed_args_->details.url, &url_, true))
461 if (!ParseUrl(parsed_args_->details.url, &url_, true))
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 39 void ParseUrl(base::StringPiece url, std::string* scheme, std::string* host,
702 ParseUrl(url, &scheme, &host, &path);
    [all...]

Completed in 49 milliseconds