Home
last modified time | relevance | path

Searched refs:boolValue (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/chromium/
DCppVariant.cpp80 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()
DLayoutTestController.cpp280 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/
Dcpp_variant.cc49 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()
Dcpp_variant_unittest.cc183 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/
DANTLRBitSetTest.m36 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/
DSkAnimateBase.cpp183 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/
DSkAnimateBase.cpp187 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/
Dtestbindings.cpp48 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()
Dnpruntime.h103 bool boolValue; member
131 #define NPVARIANT_TO_BOOLEAN(_v) ((_v).value.boolValue)
152 (_v).value.boolValue = !!(_val); \
/external/webkit/Source/WebKit2/Shared/Plugins/
DNPRemoteObjectMap.cpp102 return NPVariantData::makeBool(variant.value.boolValue); in npVariantToNPVariantData()
148 BOOLEAN_TO_NPVARIANT(npVariantData.boolValue(), npVariant); in npVariantDataToNPVariant()
DNPVariantData.h67 bool boolValue() const in boolValue() function
DNPVariantData.cpp131 encoder->encode(boolValue()); in encode()
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPreferencesMac.mm55 if (![object respondsToSelector:@selector(boolValue)])
58 store.setBoolValueForKey(key, [object boolValue]);
DWebContextMac.mm108 … setEnhancedAccessibility([[[note userInfo] objectForKey:@"AXEnhancedUserInterface"] boolValue]);
/external/webkit/Tools/DumpRenderTree/mac/
DAccessibilityUIElementMac.mm491 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/
DJNIUtilityPrivate.cpp234 bool boolValue = value.getBoolean(); in convertValueToJValue() local
238 … jobject javaBoolean = env->functions->NewObject(env, clazz, constructor, boolValue); in convertValueToJValue()
/external/skia/legacy/include/utils/
DSkJSON.h170 bool boolValue() const;
/external/skia/include/utils/
DSkJSON.h170 bool boolValue() const;
/external/chromium/chrome/browser/ui/cocoa/applescript/
Dwindow_applescript_test.mm150 EXPECT_TRUE([[aWindow.get() valueForKey:@"isMiniaturized"] boolValue]);
153 EXPECT_FALSE([[aWindow.get() valueForKey:@"isMiniaturized"] boolValue]);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBitSet.m162 // 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/
DNPRuntimeObjectMap.cpp124 return jsBoolean(variant.value.boolValue); in convertNPVariantToJSValue()
/external/chromium/chrome/browser/cocoa/
Dkeystone_glue.mm518 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/
DSkJSON.cpp158 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/
DSkJSON.cpp158 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/
DWebNSDictionaryExtras.m79 return number && [number boolValue];

12