/external/chromium_org/content/common/ |
resource_messages.cc | 84 base::FilePath file_path; local 87 if (!ReadParam(m, iter, &file_path)) 95 r->SetToFilePathRange(file_path, offset, length,
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_database_test_helper.cc | 25 base::FilePath file_path; local 29 while (!(file_path = file_enum.Next()).empty()) { 32 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()), 36 picked_file_path = file_path; 86 base::FilePath file_path; local 87 while (!(file_path = file_enum.Next()).empty()) { 90 EXPECT_TRUE(leveldb::ParseFileName(FilePathToString(file_path.BaseName()), 93 base::DeleteFile(file_path, false);
|
/external/chromium/chrome/browser/ |
browsing_data_local_storage_helper.h | 13 #include "base/file_path.h" 41 const FilePath& file_path, 55 FilePath file_path; member in struct:BrowsingDataLocalStorageHelper::LocalStorageInfo 72 virtual void DeleteLocalStorageFile(const FilePath& file_path); 100 void DeleteLocalStorageFileInWebKitThread(const FilePath& file_path);
|
browsing_data_indexed_db_helper.h | 13 #include "base/file_path.h" 40 const FilePath& file_path, 54 FilePath file_path; member in struct:BrowsingDataIndexedDBHelper::IndexedDBInfo 73 virtual void DeleteIndexedDBFile(const FilePath& file_path) = 0; 108 virtual void DeleteIndexedDBFile(const FilePath& file_path) {}
|
browsing_data_local_storage_helper_browsertest.cc | 9 #include "base/file_path.h" 49 FilePath file_path = storage_path.Append(kFilesToCreate[i]); local 50 file_util::WriteFile(file_path, NULL, 0); 128 for (FilePath file_path = file_enumerator.Next(); 129 !file_path.empty(); 130 file_path = file_enumerator.Next()) { 131 ASSERT_FALSE(FilePath(kTestFile0) == file_path.BaseName()); 159 EXPECT_EQ(FilePath(file1).value(), result[0].file_path.BaseName().value()); 160 EXPECT_EQ(FilePath(file2).value(), result[1].file_path.BaseName().value()); 181 EXPECT_EQ(FilePath(file).value(), result[0].file_path.BaseName().value()) [all...] |
/external/chromium/chrome/browser/net/ |
url_request_mock_net_error_job.cc | 77 FilePath file_path; local 78 net::FileURLToFilePath(GURL(WideToUTF8(file_url)), &file_path); 81 file_path); 86 const FilePath& file_path) 87 : URLRequestMockHTTPJob(request, file_path),
|
url_request_mock_http_job.cc | 69 FilePath file_path; local 70 net::FileURLToFilePath(GURL(url), &file_path); local 71 return file_path; 75 const FilePath& file_path) 76 : net::URLRequestFileJob(request, file_path) { }
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
create_directory_operation.cc | 24 // to |metadata|, and return the status. If succeeded, |file_path| will store 29 base::FilePath* file_path) { 31 DCHECK(file_path); 40 *file_path = metadata->GetFilePath(entry.resource_id()); 207 base::FilePath* file_path = new base::FilePath; local 214 file_path), 221 base::Owned(file_path))); 228 base::FilePath* file_path, 238 observer_->OnDirectoryChangedByOperation(file_path->DirName());
|
create_file_operation.cc | 32 const base::FilePath& file_path, 41 FileError error = metadata->GetResourceEntryByPath(file_path, &entry); 56 file_path.DirName(), &parent) != FILE_ERROR_OK || 65 if (!net::GetMimeTypeFromFile(file_path, mime_type)) 78 base::FilePath* file_path) { 82 DCHECK(file_path); 97 // Populate the |file_path| which will be used to notify the observer. 98 *file_path = metadata->GetFilePath(entry.resource_id()); 141 void CreateFileOperation::CreateFile(const base::FilePath& file_path, 154 file_path, 209 base::FilePath* file_path = new base::FilePath; local [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
profiler_ui.cc | 81 base::FilePath file_path; variable 82 file_path = base_path.AppendASCII(filename); 87 if (!file_util::ReadFileToString(file_path, &file_contents)) 88 LOG(ERROR) << "Couldn't read file: " << file_path.value();
|
fileicon_source.cc | 10 #include "base/files/file_path.h" 39 // a FilePath and return the resulting |file_path| and |query|. The path 42 base::FilePath* file_path, 50 *file_path = base::FilePath::FromUTF8Unsafe(path); 51 *file_path = file_path->NormalizePathSeparators(); 135 base::FilePath file_path; local 138 GetFilePathAndQuery(url_path, &file_path, &query); 140 FetchFileIcon(file_path, scale_factor, icon_size, callback);
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
zip_reader.h | 11 #include "base/files/file_path.h" 53 const base::FilePath& file_path() const { return file_path_; } function in class:zip::ZipReader::EntryInfo
|
/external/chromium_org/chrome_frame/ |
com_type_info_holder.cc | 57 wchar_t file_path[MAX_PATH]; local 59 file_path, arraysize(file_path)); 66 HRESULT hr = LoadTypeLib(file_path, type_lib.Receive());
|
/external/chromium_org/content/browser/indexed_db/leveldb/ |
leveldb_unittest.cc | 9 #include "base/files/file_path.h" 63 base::FilePath file_path = temp_directory.path().AppendASCII("CURRENT"); local 65 file_path,
|
/external/chromium_org/net/base/ |
mime_util_unittest.cc | 39 const base::FilePath::CharType* file_path; member in struct:net::__anon10943 55 rv = GetMimeTypeFromFile(base::FilePath(tests[i].file_path),
|
upload_element.h | 11 #include "base/files/file_path.h" 32 const base::FilePath& file_path() const { return file_path_; } function in class:net::UploadElement 93 return a.file_path() == b.file_path() &&
|
/external/chromium_org/third_party/zlib/google/ |
zip_reader.h | 12 #include "base/files/file_path.h" 54 const base::FilePath& file_path() const { return file_path_; } function in class:zip::ZipReader::EntryInfo
|
/external/chromium/webkit/glue/ |
webfileutilities_impl.cc | 7 #include "base/file_path.h" 32 FilePath::StringType file_path = WebStringToFilePathString(path); local 33 return file_util::PathExists(FilePath(file_path)); 70 FilePath file_path(WebStringToFilePathString(path)); 71 return FilePathToWebString(file_path.DirName()); 85 FilePath::StringType file_path = WebStringToFilePathString(path); local 86 return file_util::CreateDirectory(FilePath(file_path)); 90 FilePath file_path(WebStringToFilePathString(path)); 91 file_util::AbsolutePath(&file_path); 92 return FilePathStringToWebString(file_path.value()) [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_local_storage_helper_browsertest.cc | 13 #include "base/files/file_path.h" 62 base::FilePath file_path = storage_path.Append(kFilesToCreate[i]); local 63 file_util::WriteFile(file_path, NULL, 0); 137 for (base::FilePath file_path = file_enumerator.Next(); 138 !file_path.empty(); 139 file_path = file_enumerator.Next()) { 140 ASSERT_FALSE(base::FilePath(kTestFile0) == file_path.BaseName());
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_util.cc | 7 #include "base/files/file_path.h" 57 const base::FilePath& file_path = params->file_paths[i]; local 59 if (!drive::util::IsUnderDriveMountPoint(file_path)) { 61 ui::SelectedFileInfo(file_path, base::FilePath())); 77 ui::SelectedFileInfo(file_path, base::FilePath())); 81 drive::util::ExtractDrivePath(file_path), 88 drive::util::ExtractDrivePath(file_path), 108 const base::FilePath& file_path = params->file_paths[index]; local 113 DLOG(ERROR) << "Failed to get " << file_path.value() 116 params->selected_files.push_back(ui::SelectedFileInfo(file_path, local_path)) [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_nacl_browsertest.cc | 6 #include "base/files/file_path.h" 58 const Extension* InstallExtension(const base::FilePath& file_path, 65 if (LoadExtensionAsComponent(file_path)) { 72 if (LoadExtension(file_path)) { 79 if (InstallExtensionFromWebstore(file_path, 1)) { 87 if (ExtensionBrowserTest::InstallExtension(file_path, 1)) { 97 base::FilePath file_path = test_data_dir_.AppendASCII("native_client"); local 98 return InstallExtension(file_path, install_type); 102 base::FilePath file_path = test_data_dir_.AppendASCII( local 104 return InstallExtension(file_path, INSTALL_TYPE_FROM_WEBSTORE) [all...] |
/external/chromium_org/chrome/browser/ |
icon_manager.cc | 29 base::FilePath file_path; member in struct:IconManager::ClientRequest 124 group_cache_[client_request.file_path] = group;
|
/external/chromium_org/chrome/common/ |
automation_messages.cc | 148 WriteParam(m, p.file_path()); 171 base::FilePath file_path; local 174 if (!ReadParam(m, iter, &file_path)) 182 r->SetToFilePathRange(file_path, offset, length,
|
/external/chromium_org/content/browser/web_contents/ |
web_drag_dest_gtk.cc | 10 #include "base/files/file_path.h" 203 base::FilePath file_path; local 205 net::FileURLToFilePath(url, &file_path)) { 207 DropData::FileInfo(UTF8ToUTF16(file_path.value()), string16()));
|
/external/chromium_org/net/url_request/ |
url_fetcher_response_writer.h | 9 #include "base/files/file_path.h" 76 void set_destination_file_path(const base::FilePath& file_path) { 77 file_path_ = file_path; 101 const base::FilePath& file_path() const { return file_path_; } function in class:net::URLFetcherFileWriter
|