Searched defs:file_system_path (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.h34 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);
H A Ddevtools_file_helper.cc175 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);
171 CreateFileSystemStruct( WebContents* web_contents, const std::string& file_system_id, const std::string& registered_name, const std::string& file_system_path) argument
202 FileSystem(const std::string& file_system_name, const std::string& root_url, const std::string& file_system_path) argument
396 std::string file_system_path = *it; local
412 RemoveFileSystem(const std::string& file_system_path) argument
423 IsFileSystemAdded( const std::string& file_system_path) argument
[all...]
H A Ddevtools_file_system_indexer.cc257 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, argument
474 file_system_path,
480 const string& file_system_path,
486 FilePath path = FilePath::FromUTF8Unsafe(file_system_path);
256 FileSystemIndexingJob( const FilePath& file_system_path, const TotalWorkCallback& total_work_callback, const WorkedCallback& worked_callback, const DoneCallback& done_callback) argument
450 IndexPath( const string& file_system_path, const TotalWorkCallback& total_work_callback, const WorkedCallback& worked_callback, const DoneCallback& done_callback) argument
479 SearchInPathOnFileThread( const string& file_system_path, const string& query, const SearchCallback& callback) argument
H A Ddevtools_ui_bindings.cc82 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),
508 RemoveFileSystem( const std::string& file_system_path) argument
528 IndexPath(int request_id, const std::string& file_system_path) argument
563 SearchInPath(int request_id, const std::string& file_system_path, const std::string& query) argument
695 IndexingTotalWorkCalculated( int request_id, const std::string& file_system_path, int total_work) argument
708 IndexingWorked(int request_id, const std::string& file_system_path, int worked) argument
719 IndexingDone(int request_id, const std::string& file_system_path) argument
729 SearchCompleted( int request_id, const std::string& file_system_path, const std::vector<std::string>& file_paths) argument
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dsandbox_file_system_backend_unittest.cc126 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 705 milliseconds