HomeSort by relevance Sort by last modified time
    Searched refs:file_system_path (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.h 34 const std::string& file_system_path);
38 std::string file_system_path; member in struct:DevToolsFileHelper::FileSystem
103 // Removes isolated file system for given |file_system_path|.
104 void RemoveFileSystem(const std::string& file_system_path);
106 // Returns whether access to the folder on given |file_system_path| was
108 bool IsFileSystemAdded(const std::string& file_system_path);
devtools_file_system_indexer.h 44 FileSystemIndexingJob(const base::FilePath& file_system_path,
85 // Performs file system indexing for given |file_system_path| and sends
88 const std::string& file_system_path,
93 // Performs trigram search for given |query| in |file_system_path|.
94 void SearchInPath(const std::string& file_system_path,
103 void SearchInPathOnFileThread(const std::string& file_system_path,
devtools_embedder_message_dispatcher.h 47 virtual void RemoveFileSystem(const std::string& file_system_path) = 0;
51 const std::string& file_system_path) = 0;
54 const std::string& file_system_path,
devtools_file_helper.cc 175 const std::string& file_system_path) {
183 file_system_path);
204 const std::string& file_system_path)
207 file_system_path(file_system_path) {
343 std::string file_system_path = path.AsUTF8Unsafe(); local
347 if (file_systems_paths_value->HasKey(file_system_path)) {
375 std::string file_system_path = path.AsUTF8Unsafe(); local
381 file_system_path, base::Value::CreateNullValue());
386 file_system_path);
396 std::string file_system_path = *it; local
    [all...]
devtools_ui_bindings.h 117 virtual void RemoveFileSystem(const std::string& file_system_path) OVERRIDE;
121 const std::string& file_system_path) OVERRIDE;
124 const std::string& file_system_path,
155 const std::string& file_system_path,
158 const std::string& file_system_path,
160 void IndexingDone(int request_id, const std::string& file_system_path);
162 const std::string& file_system_path,
devtools_ui_bindings.cc 82 file_system_value->SetString("fileSystemPath", file_system.file_system_path);
509 const std::string& file_system_path) {
511 file_helper_->RemoveFileSystem(file_system_path);
512 base::StringValue file_system_path_value(file_system_path);
529 const std::string& file_system_path) {
532 if (!file_helper_->IsFileSystemAdded(file_system_path)) {
533 IndexingDone(request_id, file_system_path);
539 file_system_path,
543 file_system_path),
547 file_system_path),
    [all...]
devtools_file_system_indexer.cc 257 const FilePath& file_system_path,
261 : file_system_path_(file_system_path),
451 const string& file_system_path,
457 new FileSystemIndexingJob(FilePath::FromUTF8Unsafe(file_system_path),
465 void DevToolsFileSystemIndexer::SearchInPath(const string& file_system_path,
474 file_system_path,
480 const string& file_system_path,
486 FilePath path = FilePath::FromUTF8Unsafe(file_system_path);
  /external/chromium_org/storage/browser/fileapi/
file_system_backend.h 180 virtual bool GetVirtualPath(const base::FilePath& file_system_path,
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 126 base::FilePath file_system_path() const { function in class:content::SandboxFileSystemBackendTest
209 base::FilePath expected = file_system_path().AppendASCII(
307 base::FilePath expected = file_system_path().AppendASCII(

Completed in 467 milliseconds