Searched refs:full_file_path (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dfile_manager_util.h20 // Converts |full_file_path| into external filesystem: url. Returns false
21 // if |full_file_path| is not managed by the external filesystem provider.
23 const FilePath& full_file_path, const GURL& origin_url, GURL* url);
H A Dfile_manager_util.cc69 Profile* profile, const FilePath& full_file_path, const GURL& origin_url,
91 if (root_path.AppendRelativePath(full_file_path, &path)) {
68 ConvertFileToFileSystemUrl( Profile* profile, const FilePath& full_file_path, const GURL& origin_url, GURL* url) argument
/external/chromium/chrome/browser/net/
H A Durl_fixer_upper_unittest.cc193 const FilePath& full_file_path) {
205 full_file_path.value());
192 IsMatchingFileURL(const std::string& url, const FilePath& full_file_path) argument
/external/chromium/chrome/browser/history/
H A Din_memory_url_index_unittest.cc521 FilePath full_file_path; local
522 url_index_->GetCacheFilePath(&full_file_path);
527 full_file_path.GetComponents(&actual_parts);

Completed in 75 milliseconds