Searched refs:WebKitLoadSiteIconsKey (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h63 #define WebKitLoadSiteIconsKey "WebKitLoadSiteIconsKey" macro
H A DWebPreferences.cpp230 CFDictionaryAddValue(defaults, CFSTR(WebKitLoadSiteIconsKey), kCFBooleanFalse);
994 setBoolValue(WebKitLoadSiteIconsKey, enabled);
1001 *enabled = boolValueForKey(WebKitLoadSiteIconsKey);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h65 #define WebKitLoadSiteIconsKey @"WebKitLoadSiteIconsKey" macro
H A DWebPreferences.mm451 [NSNumber numberWithBool:NO], WebKitLoadSiteIconsKey,
2076 [self _setBoolValue: flag forKey: WebKitLoadSiteIconsKey];
2081 return [self _boolValueForKey: WebKitLoadSiteIconsKey];
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp213 macro(WebKitLoadSiteIconsKey, LoadsSiteIconsIgnoringImageLoadingSetting, loadsSiteIconsIgnoringImageLoadingPreference) \

Completed in 180 milliseconds