OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowed_type
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/cert/
pem_tokenizer.cc
97
PEMType
allowed_type
;
local
98
allowed_type
.type = *it;
99
allowed_type
.header = base::StringPrintf(kPEMBeginBlock, it->c_str());
100
allowed_type
.footer = base::StringPrintf(kPEMEndBlock, it->c_str());
101
block_types_.push_back(
allowed_type
);
/external/chromium_org/chrome/browser/extensions/
extension_management_test_util.h
47
void AddAllowedType(const std::string&
allowed_type
);
extension_management_test_util.cc
107
const std::string&
allowed_type
) {
108
AddStringToList(kAllowedTypesPath,
allowed_type
);
Completed in 122 milliseconds