Home | History | Annotate | Download | only in web_request

Lines Matching defs:type_str

574         std::string type_str;
576 if (!types_value->GetString(i, &type_str) ||
577 !helpers::ParseResourceType(type_str, &type))