HomeSort by relevance Sort by last modified time
    Searched refs:boolValueForKey (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/win/
WebPreferences.cpp 327 BOOL WebPreferences::boolValueForKey(CFStringRef key)
378 if (boolValueForKey(key) == value)
425 if (boolValueForKey(didMigrateKey))
724 *enabled = boolValueForKey(CFSTR(WebKitUserStyleSheetEnabledPreferenceKey));
752 *enabled = boolValueForKey(CFSTR(WebKitJavaEnabledPreferenceKey));
766 *enabled = boolValueForKey(CFSTR(WebKitJavaScriptEnabledPreferenceKey));
780 *enabled = boolValueForKey(CFSTR(WebKitWebSecurityEnabledPreferenceKey));
794 *allowAccess = boolValueForKey(CFSTR(WebKitAllowUniversalAccessFromFileURLsPreferenceKey));
808 *allowAccess = boolValueForKey(CFSTR(WebKitAllowFileAccessFromFileURLsPreferenceKey));
822 *enabled = boolValueForKey(CFSTR(WebKitJavaScriptCanAccessClipboardPreferenceKey))
    [all...]
WebPreferences.h 464 BOOL boolValueForKey(CFStringRef key);

Completed in 45 milliseconds