/external/webkit/Tools/DumpRenderTree/chromium/ |
D | CppVariant.cpp | 80 return (value.boolValue == other.value.boolValue); in isEqual() 111 result->value.boolValue = value.boolValue; in copyToNPVariant() 138 set(newValue.value.boolValue); in set() 169 value.boolValue = newValue; in set() 249 return value.boolValue; in toBoolean()
|
D | LayoutTestController.cpp | 280 m_generatePixelResults = arguments[0].value.boolValue; in dumpAsText() 354 m_acceptsEditing = arguments[0].value.boolValue; in setAcceptsEditing() 635 m_closeRemainingWindows = arguments[0].value.boolValue; in setCloseRemainingWindowsWhenComplete() 690 m_shell->setFocus(m_shell->webView(), arguments[0].value.boolValue); in setWindowIsKey() 697 …m_shell->preferences()->userStyleSheetLocation = arguments[0].value.boolValue ? m_userStyleSheetLo… in setUserStyleSheetEnabled() 717 m_shell->preferences()->authorAndUserStylesEnabled = arguments[0].value.boolValue; in setAuthorAndUserStylesEnabled() 802 bool enable = arguments[0].value.boolValue; in setCustomPolicyDelegate() 805 permissive = arguments[1].value.boolValue; in setCustomPolicyDelegate() 831 m_shell->webViewHost()->setBlockRedirects(arguments[0].value.boolValue); in setWillSendRequestReturnsNullOnRedirect() 838 m_shell->webViewHost()->setRequestReturnNull(arguments[0].value.boolValue); in setWillSendRequestReturnsNull() [all …]
|
/external/chromium/webkit/glue/ |
D | cpp_variant.cc | 49 return (value.boolValue == other.value.boolValue); in isEqual() 83 result->value.boolValue = value.boolValue; in CopyToNPVariant() 109 Set(new_value.value.boolValue); in Set() 138 value.boolValue = new_value; in Set() 211 return value.boolValue; in ToBoolean()
|
D | cpp_variant_unittest.cc | 183 EXPECT_EQ(cpp.value.boolValue, np.value.boolValue); in TEST() 234 EXPECT_EQ(np.value.boolValue, cpp.value.boolValue); in TEST() 279 EXPECT_TRUE(cpp.value.boolValue); in TEST()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/ |
D | ANTLRBitSetTest.m | 36 STAssertTrue([[bits objectAtIndex:0] boolValue], @"Value at index 0 was not true"); 37 STAssertTrue([[bits objectAtIndex:1] boolValue], @"Value at index 1 was not true"); 38 STAssertFalse([[bits objectAtIndex:2] boolValue], @"Value at index 2 was not false"); 39 STAssertTrue([[bits objectAtIndex:3] boolValue], @"Value at index 3 was not true"); 40 STAssertFalse([[bits objectAtIndex:4] boolValue], @"Value at index 4 was not false"); 41 STAssertTrue([[bits objectAtIndex:5] boolValue], @"Value at index 5 was not true");
|
/external/skia/src/animator/ |
D | SkAnimateBase.cpp | 183 bool boolValue = SkToBool(value.fOperand.fS32); in setProperty() local 186 fDynamic = boolValue; in setProperty() 194 fMirror = boolValue; in setProperty() 197 fReset = boolValue; in setProperty()
|
/external/skia/legacy/src/animator/ |
D | SkAnimateBase.cpp | 187 bool boolValue = SkToBool(value.fOperand.fS32); in setProperty() local 190 fDynamic = boolValue; in setProperty() 198 fMirror = boolValue; in setProperty() 201 fReset = boolValue; in setProperty()
|
/external/webkit/Source/WebCore/bridge/ |
D | testbindings.cpp | 48 bool boolValue; member 171 if (!NPN_VariantToBool (variant, (NPBool *)&obj->boolValue)) { in setBooleanValue() 197 NPN_InitializeVariantWithBool (variant, obj->boolValue); in getBooleanValue() 301 newInstance->boolValue = true; in myAllocate()
|
D | npruntime.h | 103 bool boolValue; member 131 #define NPVARIANT_TO_BOOLEAN(_v) ((_v).value.boolValue) 152 (_v).value.boolValue = !!(_val); \
|
/external/webkit/Source/WebKit2/Shared/Plugins/ |
D | NPRemoteObjectMap.cpp | 102 return NPVariantData::makeBool(variant.value.boolValue); in npVariantToNPVariantData() 148 BOOLEAN_TO_NPVARIANT(npVariantData.boolValue(), npVariant); in npVariantDataToNPVariant()
|
D | NPVariantData.h | 67 bool boolValue() const in boolValue() function
|
D | NPVariantData.cpp | 131 encoder->encode(boolValue()); in encode()
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebPreferencesMac.mm | 55 if (![object respondsToSelector:@selector(boolValue)]) 58 store.setBoolValueForKey(key, [object boolValue]);
|
D | WebContextMac.mm | 108 … setEnhancedAccessibility([[[note userInfo] objectForKey:@"AXEnhancedUserInterface"] boolValue]);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | AccessibilityUIElementMac.mm | 491 return [value boolValue]; 747 return [value boolValue]; 758 return [value boolValue]; 775 return [value boolValue]; 786 return [value boolValue]; 825 return [value boolValue]; 931 if([[attrs objectForKey:NSAccessibilityMisspelledTextAttribute] boolValue]) 1240 return [value boolValue];
|
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
D | JNIUtilityPrivate.cpp | 234 bool boolValue = value.getBoolean(); in convertValueToJValue() local 238 … jobject javaBoolean = env->functions->NewObject(env, clazz, constructor, boolValue); in convertValueToJValue()
|
/external/skia/legacy/include/utils/ |
D | SkJSON.h | 170 bool boolValue() const;
|
/external/skia/include/utils/ |
D | SkJSON.h | 170 bool boolValue() const;
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
D | window_applescript_test.mm | 150 EXPECT_TRUE([[aWindow.get() valueForKey:@"isMiniaturized"] boolValue]); 153 EXPECT_FALSE([[aWindow.get() valueForKey:@"isMiniaturized"] boolValue]);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBitSet.m | 162 // Initialize bit vector with an array of anything. Just test the boolValue and set the correspondi… 171 if ([value boolValue] == YES) {
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NPRuntimeObjectMap.cpp | 124 return jsBoolean(variant.value.boolValue); in convertNPVariantToJSValue()
|
/external/chromium/chrome/browser/cocoa/ |
D | keystone_glue.mm | 518 if ([[userInfo objectForKey:KSRegistrationStatusKey] boolValue]) { 554 if ([[userInfo objectForKey:KSRegistrationUpdateCheckErrorKey] boolValue]) { 556 } else if ([[userInfo objectForKey:KSRegistrationStatusKey] boolValue]) { 588 if (![[userInfo objectForKey:KSUpdateCheckSuccessfulKey] boolValue] || 874 if ([[userInfo objectForKey:KSRegistrationStatusKey] boolValue]) {
|
/external/skia/src/utils/ |
D | SkJSON.cpp | 158 bool SkJSON::Object::Iter::boolValue() const { in boolValue() function in SkJSON::Object::Iter 192 this->addBool(iter.name(), iter.boolValue()); in Object()
|
/external/skia/legacy/src/utils/ |
D | SkJSON.cpp | 158 bool SkJSON::Object::Iter::boolValue() const { in boolValue() function in SkJSON::Object::Iter 192 this->addBool(iter.name(), iter.boolValue()); in Object()
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSDictionaryExtras.m | 79 return number && [number boolValue];
|