HomeSort by relevance Sort by last modified time
    Searched defs:file_systems (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
file_system_provider_api.cc 103 const std::vector<ProvidedFileSystemInfo> file_systems = local
107 for (size_t i = 0; i < file_systems.size(); ++i) {
109 item->file_system_id = file_systems[i].file_system_id();
110 item->display_name = file_systems[i].display_name();
111 item->writable = file_systems[i].writable();
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.h 51 CannedBrowsingDataFileSystemHelper* file_systems() const { function in class:LocalSharedObjectsContainer
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
service.cc 380 const base::DictionaryValue* const file_systems = member in class:chromeos::file_system_provider::base
382 DCHECK(file_systems);
385 if (!file_systems->GetDictionaryWithoutPathExpansion(
service_unittest.cc 113 base::DictionaryValue* file_systems = new base::DictionaryValue(); local
119 file_systems->SetWithoutPathExpansion(kFileSystemId, file_system);
120 extensions.SetWithoutPathExpansion(kExtensionId, file_systems);
379 const base::DictionaryValue* file_systems = NULL; local
381 &file_systems));
382 EXPECT_EQ(1u, file_systems->size());
387 file_systems->GetWithoutPathExpansion(kFileSystemId, &file_system_value));
425 const base::DictionaryValue* file_systems = NULL; local
427 &file_systems));
428 EXPECT_EQ(1u, file_systems->size())
439 const base::DictionaryValue* file_systems = NULL; local
465 const base::DictionaryValue* file_systems = NULL; local
479 const base::DictionaryValue* file_systems = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 394 std::vector<FileSystem> file_systems; local
407 file_systems.push_back(filesystem);
409 callback.Run(file_systems);

Completed in 356 milliseconds