Home
last modified time | relevance | path

Searched refs:boolValue (Results 1 – 25 of 41) 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/skia/src/animator/
DSkAnimateBase.cpp195 bool boolValue = SkToBool(value.fOperand.fS32); in setProperty() local
198 fDynamic = boolValue; in setProperty()
206 fMirror = boolValue; in setProperty()
209 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];
DTextInputController.m424 if (![result respondsToSelector:@selector(boolValue)] || ![result 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/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/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/webkit/Source/WebKit/mac/Misc/
DWebNSDictionaryExtras.m79 return number && [number boolValue];
/external/chromium/base/mac/
Dfoundation_util.mm66 return [[info_dictionary objectForKey:@"LSUIElement"] boolValue] != NO;
/external/chromium/chrome/browser/ui/cocoa/
Dtable_model_array_controller.mm224 return [[values objectForKey:kIsGroupRow] boolValue];
/external/webkit/Source/WebKit/mac/DefaultDelegates/
DWebDefaultContextMenuDelegate.mm146 if ([[element objectForKey:WebElementIsSelectedKey] boolValue]) {
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_editor_base_controller.mm249 shouldContinue = [hasWillContinue boolValue];
256 shouldContinue = [hasDidContinue boolValue];
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp2538 bool boolValue[16] = {0}; in getUniform() local
2540 boolValue[j] = static_cast<bool>(value[j]); in getUniform()
2541 return WebGLGetInfo(boolValue, length); in getUniform()
4000 bool boolValue[4]; in getBooleanArrayParameter() local
4002 boolValue[ii] = static_cast<bool>(value[ii]); in getBooleanArrayParameter()
4003 return WebGLGetInfo(boolValue, 4); in getBooleanArrayParameter()
/external/webkit/Source/WebKit/mac/Plugins/
DWebBasePluginPackage.mm220 if (isEnabled && [isEnabled boolValue] == NO)

12