Searched refs:boolValueForKey (Results 1 – 3 of 3) sorted by relevance
304 BOOL WebPreferences::boolValueForKey(CFStringRef key) in boolValueForKey() function in WebPreferences355 if (boolValueForKey(key) == value) in setBoolValue()402 if (boolValueForKey(didMigrateKey)) in migrateWebKitPreferencesToCFPreferences()701 *enabled = boolValueForKey(CFSTR(WebKitUserStyleSheetEnabledPreferenceKey)); in userStyleSheetEnabled()729 *enabled = boolValueForKey(CFSTR(WebKitJavaEnabledPreferenceKey)); in isJavaEnabled()743 *enabled = boolValueForKey(CFSTR(WebKitJavaScriptEnabledPreferenceKey)); in isJavaScriptEnabled()757 *enabled = boolValueForKey(CFSTR(WebKitJavaScriptCanOpenWindowsAutomaticallyPreferenceKey)); in javaScriptCanOpenWindowsAutomatically()771 *enabled = boolValueForKey(CFSTR(WebKitPluginsEnabledPreferenceKey)); in arePlugInsEnabled()785 *enabled = boolValueForKey(CFSTR(WebKitAllowAnimatedImagesPreferenceKey)); in allowsAnimatedImages()799 *enabled = boolValueForKey(CFSTR(WebKitAllowAnimatedImageLoopingPreferenceKey)); in allowAnimatedImageLooping()[all …]
376 BOOL boolValueForKey(CFStringRef key);
5404 (WebPreferences::boolValueForKey): Ditto.5434 (WebPreferences::boolValueForKey): Changed to call22390 (WebPreferences::boolValueForKey):