OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
92
// |
known_type_strings
| are known type string names that this file system
104
const std::set<std::string>&
known_type_strings
,
obfuscated_file_util.cc
260
const std::set<std::string>&
known_type_strings
,
267
known_type_strings_(
known_type_strings
),
[
all
...]
Completed in 76 milliseconds