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

  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend_delegate.cc 82 std::set<std::string> known_type_strings; local
83 known_type_strings.insert(kTemporaryDirectoryName);
84 known_type_strings.insert(kPersistentDirectoryName);
85 known_type_strings.insert(kSyncableDirectoryName);
86 return known_type_strings;
obfuscated_file_util.h 97 // |known_type_strings| are known type string names that this file system
110 const std::set<std::string>& known_type_strings,
obfuscated_file_util.cc 258 const std::set<std::string>& known_type_strings,
266 known_type_strings_(known_type_strings),
    [all...]

Completed in 47 milliseconds