Searched refs:verifyPropertyText (Results 1 – 2 of 2) sorted by relevance
122 bool verifyPropertyText(const String& propertyText, bool canOmitSemicolon);
535 bool InspectorStyle::verifyPropertyText(const String& propertyText, bool canOmitSemicolon) in verifyPropertyText() function in blink::InspectorStyle568 if (!verifyPropertyText(propertyText, false) && !verifyPropertyText(propertyText, true)) { in setPropertyText()