Home
last modified time | relevance | path

Searched refs:file_system_value (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
Ddevtools_ui_bindings.cc80 base::DictionaryValue* file_system_value = new base::DictionaryValue(); in CreateFileSystemValue() local
81 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() local
668 file_system_value.reset(CreateFileSystemValue(file_system)); in FileSystemAdded()
670 error_string_value.get(), file_system_value.get(), NULL); in FileSystemAdded()