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

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
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/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPObject.cpp 321 NPVariant npValue;
322 VOID_TO_NPVARIANT(npValue);
323 convertV8ObjectToNPVariant(value, npObject, &npValue);
324 bool success = npObject->_class->setProperty(npObject, identifier, &npValue);
325 _NPN_ReleaseVariantValue(&npValue);

Completed in 558 milliseconds