HomeSort by relevance Sort by last modified time
    Searched defs:boolValue (Results 1 - 8 of 8) sorted by null

  /external/skia/src/animator/
SkAnimateBase.cpp 195 bool boolValue = SkToBool(value.fOperand.fS32);
198 fDynamic = boolValue;
206 fMirror = boolValue;
209 fReset = boolValue;
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 234 bool boolValue = value.getBoolean();
238 jobject javaBoolean = env->functions->NewObject(env, clazz, constructor, boolValue);
  /external/webkit/Source/WebKit2/Shared/Plugins/
NPVariantData.h 67 bool boolValue() const
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 408 int boolValue = -1;
418 boolValue = ((Boolean) value)? 1 : 0;
423 setOption_native(fd, optID, boolValue, intValue);
  /external/webkit/Source/WebCore/bridge/
npruntime.h 103 bool boolValue;
131 #define NPVARIANT_TO_BOOLEAN(_v) ((_v).value.boolValue)
152 (_v).value.boolValue = !!(_val); \
testbindings.cpp 48 bool boolValue;
171 if (!NPN_VariantToBool (variant, (NPBool *)&obj->boolValue)) {
197 NPN_InitializeVariantWithBool (variant, obj->boolValue);
301 newInstance->boolValue = true;
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 205 milliseconds