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

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

Completed in 102 milliseconds