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

  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 168 GURL temp_url(url_string);
169 if (!temp_url.is_valid()) {
173 url->Swap(&temp_url);
  /external/chromium/net/url_request/
url_request_unittest.cc 956 GURL temp_url = FilePathToFileURL(temp_path); local
970 TestURLRequest r(temp_url, &d);
1000 GURL temp_url = FilePathToFileURL(temp_path); local
1014 TestURLRequest r(temp_url, &d);
1043 GURL temp_url = FilePathToFileURL(temp_path); local
    [all...]

Completed in 187 milliseconds