/external/chromium_org/content/browser/fileapi/ |
transient_file_util_unittest.cc | 76 FileSystemURL temp_url; local 79 CreateAndRegisterTemporaryFile(&temp_url, &temp_path); 86 ASSERT_TRUE(temp_url.is_valid()); 94 temp_url, 106 temp_url, &file_info, &path)); 118 temp_url, &file_info, &path));
|
/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_org/chrome/browser/extensions/api/history/ |
history_api.cc | 242 GURL temp_url(url_string); 243 if (!temp_url.is_valid()) { 247 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...] |
/external/chromium_org/net/url_request/ |
url_request_unittest.cc | 747 GURL temp_url = FilePathToFileURL(temp_path); local 761 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_); 791 GURL temp_url = FilePathToFileURL(temp_path); local 805 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_); 834 GURL temp_url = FilePathToFileURL(temp_path); local 842 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_); [all...] |