Home
last modified time | relevance | path

Searched refs:NPVariantType_Bool (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DCppVariant.cpp79 case NPVariantType_Bool: in isEqual()
110 case NPVariantType_Bool: in copyToNPVariant()
137 case NPVariantType_Bool: in set()
168 type = NPVariantType_Bool; in set()
DCppVariant.h104 bool isBool() const { return (type == NPVariantType_Bool); } in isBool()
/external/chromium/webkit/glue/
Dcpp_variant.cc48 case NPVariantType_Bool: { in isEqual()
82 case NPVariantType_Bool: in CopyToNPVariant()
108 case NPVariantType_Bool: in Set()
137 type = NPVariantType_Bool; in Set()
Dcpp_variant.h81 bool isBool() const { return (type == NPVariantType_Bool); } in isBool()
Dcpp_variant_unittest.cc278 EXPECT_EQ(NPVariantType_Bool, cpp.type); in TEST()
/external/webkit/Source/WebCore/bridge/
Dnpruntime.h93 NPVariantType_Bool, enumerator
125 #define NPVARIANT_IS_BOOLEAN(_v) ((_v).type == NPVariantType_Bool)
151 (_v).type = NPVariantType_Bool; \
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNPRuntimeUtilities.cpp115 case NPVariantType_Bool: in releaseNPVariantValue()
DNPRuntimeObjectMap.cpp123 case NPVariantType_Bool: in convertNPVariantToJSValue()
/external/webkit/Source/WebCore/bridge/c/
Dc_utility.cpp120 if (type == NPVariantType_Bool) in convertNPVariantToValue()
/external/webkit/Source/WebCore/bindings/v8/
DV8NPUtils.cpp88 case NPVariantType_Bool: in convertNPVariantToV8Object()
/external/webkit/Source/WebCore/bridge/jni/v8/
DJNIUtilityPrivate.cpp244 } else if (type == NPVariantType_Bool) { in convertNPVariantToJavaValue()
260 if (type == NPVariantType_Bool) in convertNPVariantToJavaValue()
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPRemoteObjectMap.cpp101 case NPVariantType_Bool: in npVariantToNPVariantData()