HomeSort by relevance Sort by last modified time
    Searched refs:npValue (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.cpp 257 NPObject* npValue = value.objectValue;
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/
V8NPObject.cpp 265 NPVariant npValue;
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 361 milliseconds