Searched refs:allowed_type (Results 1 – 1 of 1) sorted by relevance
97 PEMType allowed_type; in Init() local98 allowed_type.type = *it; in Init()99 allowed_type.header = base::StringPrintf(kPEMBeginBlock, it->c_str()); in Init()100 allowed_type.footer = base::StringPrintf(kPEMEndBlock, it->c_str()); in Init()101 block_types_.push_back(allowed_type); in Init()