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

  /external/chromium_org/content/browser/fileapi/
transient_file_util_unittest.cc 81 FileSystemURL temp_url; local
84 CreateAndRegisterTemporaryFile(&temp_url, &temp_path);
91 ASSERT_TRUE(temp_url.is_valid());
99 temp_url,
111 temp_url, &file_info, &path));
123 temp_url, &file_info, &path));
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc 239 GURL temp_url(url_string);
240 if (!temp_url.is_valid()) {
244 url->Swap(&temp_url);
  /external/chromium_org/net/url_request/
url_request_unittest.cc 755 GURL temp_url = FilePathToFileURL(temp_path); local
769 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_);
799 GURL temp_url = FilePathToFileURL(temp_path); local
813 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_);
842 GURL temp_url = FilePathToFileURL(temp_path); local
850 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_);
    [all...]

Completed in 91 milliseconds