Searched refs:historyAgeInDaysLimit (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistory.h160 @method historyAgeInDaysLimit
163 - (int)historyAgeInDaysLimit;
H A DWebHistory.mm109 - (int)historyAgeInDaysLimit;
497 - (int)historyAgeInDaysLimit
521 return [[NSCalendarDate calendarDate] dateByAddingYears:0 months:0 days:-[self historyAgeInDaysLimit]
833 - (int)historyAgeInDaysLimit
835 return [_historyPrivate historyAgeInDaysLimit];
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebHistory.idl163 @method historyAgeInDaysLimit
165 - (int)historyAgeInDaysLimit;
167 HRESULT historyAgeInDaysLimit([out, retval] int* limit);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebHistory.h100 virtual HRESULT STDMETHODCALLTYPE historyAgeInDaysLimit(
H A DWebHistory.cpp389 HRESULT STDMETHODCALLTYPE WebHistory::historyAgeInDaysLimit( function in class:WebHistory
394 return m_preferences->historyAgeInDaysLimit(limit);
759 HRESULT hr = historyAgeInDaysLimit(&historyLimitDays);
H A DWebPreferences.h502 HRESULT historyAgeInDaysLimit(int* limit);
H A DWebPreferences.cpp1124 HRESULT WebPreferences::historyAgeInDaysLimit(int* limit) function in class:WebPreferences

Completed in 111 milliseconds