Lines Matching refs:property
1818 // Adds a test property to the list. If a property with the same key as the
1819 // supplied property is already represented, the value of this test_property
1837 // testcase tags. Returns true if the property is valid.
2924 // delimited XML attributes based on the property key="value" pairs.
3157 // delimited XML attributes based on the property key="value" pairs.
3167 const TestProperty& property = property_node->element();
3168 attributes << " " << property.key() << "="
3169 << "\"" << EscapeXmlAttribute(property.value()) << "\"";
3338 // Creates and adds a property to the current TestResult. If a property matching