Home | History | Annotate | Download | only in renderer

Lines Matching refs:url_spec

161 bool IsValidUrlSpec(const Json::Value& url_spec,
181 if (url_spec.isMember(kPnaclTranslateKey)) {
191 if (!IsValidDictionary(url_spec, container_key, parent_key,
200 Json::Value url = url_spec[kUrlKey];
209 Json::Value opt_level = url_spec[kOptLevelKey];
242 Json::Value url_spec = pnacl_spec[kPnaclTranslateKey];
243 return IsValidUrlSpec(url_spec, kPnaclTranslateKey,
366 void GrabUrlAndPnaclOptions(const Json::Value& url_spec,
369 *url = url_spec[kUrlKey].asString();
371 if (url_spec.isMember(kOptLevelKey)) {
372 int32_t opt_raw = url_spec[kOptLevelKey].asInt();