Home | History | Annotate | Download | only in plugin

Lines Matching defs:property_name

94 // Looks up |property_name| in the vector |valid_names| with length
95 // |valid_name_count|. Returns true if |property_name| is found.
96 bool FindMatchingProperty(const nacl::string& property_name,
100 if (property_name == valid_names[i]) {
131 nacl::string property_name = members[i];
132 if (!FindMatchingProperty(property_name,
139 container_key.c_str(), property_name.c_str()));
301 nacl::string property_name = members[i];
302 Json::Value property_value = dictionary[property_name];
304 if (FindMatchingProperty(property_name,
314 !IsValidUrlSpec(property_value, property_name, parent_key,
318 !IsValidPnaclTranslateSpec(property_value, property_name, parent_key,
322 !IsValidUrlSpec(property_value, property_name, parent_key,
333 property_name.c_str()));
334 if (!IsValidUrlSpec(property_value, property_name, parent_key,
487 nacl::string property_name = members[i];
488 if (!FindMatchingProperty(property_name,
492 "section '%s' in manifest.\n", property_name.c_str()));