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

  /external/webkit/Source/WebCore/bridge/
npruntime.h 125 #define NPVARIANT_IS_BOOLEAN(_v) ((_v).type == NPVariantType_Bool)
  /external/webkit/Source/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 199 if (NPVARIANT_IS_BOOLEAN(npvValue)) {

Completed in 18 milliseconds