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

  /external/webkit/WebKit/win/
WebPreferences.cpp 317 BOOL WebPreferences::boolValueForKey(CFStringRef key)
368 if (boolValueForKey(key) == value)
415 if (boolValueForKey(didMigrateKey))
714 *enabled = boolValueForKey(CFSTR(WebKitUserStyleSheetEnabledPreferenceKey));
742 *enabled = boolValueForKey(CFSTR(WebKitJavaEnabledPreferenceKey));
756 *enabled = boolValueForKey(CFSTR(WebKitJavaScriptEnabledPreferenceKey));
770 *enabled = boolValueForKey(CFSTR(WebKitWebSecurityEnabledPreferenceKey));
784 *allowAccess = boolValueForKey(CFSTR(WebKitAllowUniversalAccessFromFileURLsPreferenceKey));
798 *enabled = boolValueForKey(CFSTR(WebKitXSSAuditorEnabledPreferenceKey));
812 *enabled = boolValueForKey(CFSTR(WebKitFrameSetFlatteningEnabledPreferenceKey))
    [all...]
WebPreferences.h 428 BOOL boolValueForKey(CFStringRef key);

Completed in 1225 milliseconds