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 79 FileSystemURL temp_url; local
82 CreateAndRegisterTemporaryFile(&temp_url, &temp_path);
89 ASSERT_TRUE(temp_url.is_valid());
96 NewOperationContext().get(), temp_url, &error, &file_info, &path);
105 temp_url, &file_info, &path));
117 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 758 GURL temp_url = FilePathToFileURL(temp_path); local
773 temp_url, DEFAULT_PRIORITY, &d, NULL));
803 GURL temp_url = FilePathToFileURL(temp_path); local
818 temp_url, DEFAULT_PRIORITY, &d, NULL));
847 GURL temp_url = FilePathToFileURL(temp_path); local
856 temp_url, DEFAULT_PRIORITY, &d, NULL));
    [all...]

Completed in 153 milliseconds