HomeSort by relevance Sort by last modified time
    Searched refs:file_system_value (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
service.cc 397 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) ||
service_unittest.cc 384 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/
devtools_ui_bindings.cc 79 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 105 milliseconds