Searched refs:propertyString (Results 1 – 3 of 3) sorted by relevance
667 NPUTF8* propertyString = createCStringFromNPVariant(&args[i]); in testGetProperty() local668 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testGetProperty()669 free(propertyString); in testGetProperty()696 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]); in testHasProperty() local697 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testHasProperty()698 free(propertyString); in testHasProperty()711 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]); in testHasMethod() local712 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testHasMethod()713 free(propertyString); in testHasMethod()740 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]); in testGetPropertyReturnValue() local[all …]
6557 String propertyString = String(m_data + start, end - start).stripWhiteSpace(); in markPropertyEnd() local6558 if (propertyString.endsWith(";", true)) in markPropertyEnd()6559 propertyString = propertyString.left(propertyString.length() - 1); in markPropertyEnd()6561 size_t colonIndex = propertyString.find(":"); in markPropertyEnd()6564 String name = propertyString.left(colonIndex).stripWhiteSpace(); in markPropertyEnd()6565 …String value = propertyString.substring(colonIndex + 1, propertyString.length()).stripWhiteSpace(); in markPropertyEnd()
26852 (WTR::propertyString): Added.26856 (WTR::dumpFrameText): Use propertyObject and propertyString instead of