Searched refs:file_system_value (Results 1 – 1 of 1) sorted by relevance
80 base::DictionaryValue* file_system_value = new base::DictionaryValue(); in CreateFileSystemValue() local81 file_system_value->SetString("fileSystemName", file_system.file_system_name); in CreateFileSystemValue()82 file_system_value->SetString("rootURL", file_system.root_url); in CreateFileSystemValue()83 file_system_value->SetString("fileSystemPath", file_system.file_system_path); in CreateFileSystemValue()84 return file_system_value; in CreateFileSystemValue()666 scoped_ptr<base::DictionaryValue> file_system_value; in FileSystemAdded() local668 file_system_value.reset(CreateFileSystemValue(file_system)); in FileSystemAdded()670 error_string_value.get(), file_system_value.get(), NULL); in FileSystemAdded()