Searched defs:file_system_root (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/webkit/support/
H A Dtest_webkit_platform_support.h59 const base::FilePath& file_system_root() const { function in class:TestWebKitPlatformSupport
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handler_api.cc269 const GURL& file_system_root)>
278 const GURL& file_system_root) {
280 callback.Run(success, file_system_name, file_system_root);
351 const GURL& file_system_root) {
361 file_system_root_ = file_system_root;
398 result->entry->file_system_root = file_system_root_.spec();
274 RunOpenFileSystemCallback( const FileSystemOpenCallback& callback, base::PlatformFileError error, const std::string& file_system_name, const GURL& file_system_root) argument
348 OnFileSystemOpened( bool success, const std::string& file_system_name, const GURL& file_system_root) argument
H A Dfile_browser_handlers.cc192 const GURL& file_system_root);
196 const GURL& file_system_root,
199 const GURL& file_system_root,
315 const GURL& file_system_root) {
334 file_system_root));
346 const GURL& file_system_root,
363 SetupPermissionsAndDispatchEvent(file_system_name, file_system_root,
380 file_system_root,
388 const GURL& file_system_root,
424 file_def->SetString("fileSystemRoot", file_system_root
311 DidOpenFileSystem( const std::vector<FileSystemURL>& file_urls, base::PlatformFileError result, const std::string& file_system_name, const GURL& file_system_root) argument
344 ExecuteFileActionsOnUIThread( const std::string& file_system_name, const GURL& file_system_root, const FileDefinitionList& file_list) argument
386 SetupPermissionsAndDispatchEvent( const std::string& file_system_name, const GURL& file_system_root, const FileDefinitionList& file_list, int handler_pid_in, extensions::ExtensionHost* host) argument
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_file_browser_private_api.cc472 const GURL& file_system_root) OVERRIDE {
500 file_system_root,
703 const GURL& file_system_root,
746 file_def->SetString("fileSystemRoot", file_system_root.spec());
700 ExecuteFileActionsOnUIThread( const std::string& task_id, const std::string& file_system_name, const GURL& file_system_root, const FileDefinitionList& file_list) argument

Completed in 4119 milliseconds