Lines Matching refs:propertyString
667 NPUTF8* propertyString = createCStringFromNPVariant(&args[i]); in testGetProperty() local
668 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testGetProperty()
669 free(propertyString); in testGetProperty()
696 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]); in testHasProperty() local
697 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testHasProperty()
698 free(propertyString); in testHasProperty()
711 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]); in testHasMethod() local
712 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testHasMethod()
713 free(propertyString); in testHasMethod()
740 NPUTF8* propertyString = createCStringFromNPVariant(&args[1]); in testGetPropertyReturnValue() local
741 NPIdentifier propertyIdentifier = browser->getstringidentifier(propertyString); in testGetPropertyReturnValue()
742 free(propertyString); in testGetPropertyReturnValue()