Searched defs:boolValue (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPVariantData.h67 bool boolValue() const function in class:WebKit::NPVariantData
/external/skia/src/animator/
H A DSkAnimateBase.cpp187 bool boolValue = SkToBool(value.fOperand.fS32); local
190 fDynamic = boolValue;
198 fMirror = boolValue;
201 fReset = boolValue;
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJNIUtilityPrivate.cpp234 bool boolValue = value.getBoolean(); local
238 jobject javaBoolean = env->functions->NewObject(env, clazz, constructor, boolValue);
/external/skia/src/utils/
H A DSkJSON.cpp158 bool SkJSON::Object::Iter::boolValue() const { function in class:SkJSON::Object::Iter
192 this->addBool(iter.name(), iter.boolValue());
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h103 bool boolValue; member in union:_NPVariant::__anon14535
131 #define NPVARIANT_TO_BOOLEAN(_v) ((_v).value.boolValue)
152 (_v).value.boolValue = !!(_val); \
H A Dtestbindings.cpp48 bool boolValue; member in struct:__anon14540
171 if (!NPN_VariantToBool (variant, (NPBool *)&obj->boolValue)) {
197 NPN_InitializeVariantWithBool (variant, obj->boolValue);
301 newInstance->boolValue = true;
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp2538 bool boolValue[16] = {0}; local
2540 boolValue[j] = static_cast<bool>(value[j]);
2541 return WebGLGetInfo(boolValue, length);
4000 bool boolValue[4]; local
4002 boolValue[ii] = static_cast<bool>(value[ii]);
4003 return WebGLGetInfo(boolValue, 4);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 407 milliseconds