Searched refs:WebKitHistoryItemLimitKey (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h103 #define WebKitHistoryItemLimitKey "WebKitHistoryItemLimit" // default: "1000" macro
H A DWebPreferences.cpp246 CFDictionaryAddValue(defaults, CFSTR(WebKitHistoryItemLimitKey), CFSTR("1000"));
1132 *limit = integerValueForKey(WebKitHistoryItemLimitKey);
1138 setIntegerValue(WebKitHistoryItemLimitKey, limit);

Completed in 172 milliseconds