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

/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dservice.cc397 const base::Value* file_system_value = NULL; local
400 it.key(), &file_system_value);
401 DCHECK(file_system_value);
407 if (!file_system_value->GetAsDictionary(&file_system) ||
H A Dservice_unittest.cc384 const base::Value* file_system_value = NULL; local
387 file_systems->GetWithoutPathExpansion(kFileSystemId, &file_system_value));
388 ASSERT_TRUE(file_system_value->GetAsDictionary(&file_system));
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_ui_bindings.cc79 base::DictionaryValue* file_system_value = new base::DictionaryValue(); local
80 file_system_value->SetString("fileSystemName", file_system.file_system_name);
81 file_system_value->SetString("rootURL", file_system.root_url);
82 file_system_value->SetString("fileSystemPath", file_system.file_system_path);
83 return file_system_value;
688 scoped_ptr<base::DictionaryValue> file_system_value; local
690 file_system_value.reset(CreateFileSystemValue(file_system));
692 error_string_value.get(), file_system_value.get(), NULL);

Completed in 84 milliseconds