Home
last modified time | relevance | path

Searched refs:npValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DCppVariant.cpp257 NPObject* npValue = value.objectValue; in toStringVector() local
260 if (!WebBindings::hasProperty(0, npValue, lengthId)) in toStringVector()
264 if (!WebBindings::getProperty(0, npValue, lengthId, &lengthValue)) in toStringVector()
283 if (!WebBindings::hasProperty(0, npValue, indexId)) in toStringVector()
286 if (!WebBindings::getProperty(0, npValue, indexId, &indexValue)) in toStringVector()
/external/webkit/Source/WebCore/bindings/v8/
DV8NPObject.cpp265 NPVariant npValue; in npObjectSetProperty() local
266 VOID_TO_NPVARIANT(npValue); in npObjectSetProperty()
267 convertV8ObjectToNPVariant(value, npObject, &npValue); in npObjectSetProperty()
268 bool success = npObject->_class->setProperty(npObject, identifier, &npValue); in npObjectSetProperty()
269 _NPN_ReleaseVariantValue(&npValue); in npObjectSetProperty()