Home
last modified time | relevance | path

Searched refs:WebKitIconDatabaseEnabledPreferenceKey (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h64 #define WebKitIconDatabaseEnabledPreferenceKey "WebKitIconDatabaseEnabled" macro
DWebPreferences.cpp233 CFDictionaryAddValue(defaults, CFSTR(WebKitIconDatabaseEnabledPreferenceKey), kCFBooleanTrue); in initializeDefaultSettings()
1029 *enabled = boolValueForKey(CFSTR(WebKitIconDatabaseEnabledPreferenceKey)); in iconDatabaseEnabled()
1035 setBoolValue(CFSTR(WebKitIconDatabaseEnabledPreferenceKey), enabled); in setIconDatabaseEnabled()