Searched refs:file_system_path (Results 1 – 9 of 9) sorted by relevance
| /external/chromium_org/chrome/browser/devtools/ |
| D | devtools_file_helper.cc | 173 const std::string& file_system_path) { in CreateFileSystemStruct() argument 184 file_system_path); in CreateFileSystemStruct() 205 const std::string& file_system_path) in FileSystem() argument 208 file_system_path(file_system_path) { in FileSystem() 344 std::string file_system_path = path.AsUTF8Unsafe(); in InnerAddFileSystem() local 348 if (file_systems_paths_value->HasKey(file_system_path)) { in InnerAddFileSystem() 376 std::string file_system_path = path.AsUTF8Unsafe(); in AddUserConfirmedFileSystem() local 382 file_system_path, base::Value::CreateNullValue()); in AddUserConfirmedFileSystem() 387 file_system_path); in AddUserConfirmedFileSystem() 397 std::string file_system_path = *it; in RequestFileSystems() local [all …]
|
| D | devtools_ui_bindings.cc | 83 file_system_value->SetString("fileSystemPath", file_system.file_system_path); in CreateFileSystemValue() 472 const std::string& file_system_path) { in RemoveFileSystem() argument 474 file_helper_->RemoveFileSystem(file_system_path); in RemoveFileSystem() 475 base::StringValue file_system_path_value(file_system_path); in RemoveFileSystem() 492 const std::string& file_system_path) { in IndexPath() argument 495 if (!file_helper_->IsFileSystemAdded(file_system_path)) { in IndexPath() 496 IndexingDone(request_id, file_system_path); in IndexPath() 502 file_system_path, in IndexPath() 506 file_system_path), in IndexPath() 510 file_system_path), in IndexPath() [all …]
|
| D | devtools_ui_bindings.h | 106 virtual void RemoveFileSystem(const std::string& file_system_path) OVERRIDE; 110 const std::string& file_system_path) OVERRIDE; 113 const std::string& file_system_path, 143 const std::string& file_system_path, 146 const std::string& file_system_path, 148 void IndexingDone(int request_id, const std::string& file_system_path); 150 const std::string& file_system_path,
|
| D | devtools_file_helper.h | 34 const std::string& file_system_path); 38 std::string file_system_path; member 104 void RemoveFileSystem(const std::string& file_system_path); 108 bool IsFileSystemAdded(const std::string& file_system_path);
|
| D | devtools_file_system_indexer.h | 44 FileSystemIndexingJob(const base::FilePath& file_system_path, 88 const std::string& file_system_path, 94 void SearchInPath(const std::string& file_system_path, 103 void SearchInPathOnFileThread(const std::string& file_system_path,
|
| D | devtools_embedder_message_dispatcher.h | 49 virtual void RemoveFileSystem(const std::string& file_system_path) = 0; 53 const std::string& file_system_path) = 0; 56 const std::string& file_system_path,
|
| D | devtools_file_system_indexer.cc | 257 const FilePath& file_system_path, in FileSystemIndexingJob() argument 261 : file_system_path_(file_system_path), in FileSystemIndexingJob() 451 const string& file_system_path, in IndexPath() argument 457 new FileSystemIndexingJob(FilePath::FromUTF8Unsafe(file_system_path), in IndexPath() 465 void DevToolsFileSystemIndexer::SearchInPath(const string& file_system_path, in SearchInPath() argument 474 file_system_path, in SearchInPath() 480 const string& file_system_path, in SearchInPathOnFileThread() argument 486 FilePath path = FilePath::FromUTF8Unsafe(file_system_path); in SearchInPathOnFileThread()
|
| /external/chromium_org/content/browser/fileapi/ |
| D | sandbox_file_system_backend_unittest.cc | 136 base::FilePath file_system_path() const { in file_system_path() function in content::SandboxFileSystemBackendTest 219 base::FilePath expected = file_system_path().AppendASCII( in TEST_F() 317 base::FilePath expected = file_system_path().AppendASCII( in TEST_F()
|
| /external/chromium_org/webkit/browser/fileapi/ |
| D | file_system_backend.h | 147 virtual bool GetVirtualPath(const base::FilePath& file_system_path,
|