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

/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.h160 @method historyAgeInDaysLimit
163 - (int)historyAgeInDaysLimit;
H A DWebHistory.mm105 - (int)historyAgeInDaysLimit;
464 - (int)historyAgeInDaysLimit
488 return [[NSCalendarDate calendarDate] dateByAddingYears:0 months:0 days:-[self historyAgeInDaysLimit]
780 - (int)historyAgeInDaysLimit
782 return [_historyPrivate historyAgeInDaysLimit];
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebHistory.idl180 @method historyAgeInDaysLimit
182 - (int)historyAgeInDaysLimit;
184 HRESULT historyAgeInDaysLimit([out, retval] int* limit);
/external/webkit/Source/WebKit/win/
H A DWebHistory.h107 virtual HRESULT STDMETHODCALLTYPE historyAgeInDaysLimit(
H A DWebHistory.cpp604 HRESULT STDMETHODCALLTYPE WebHistory::historyAgeInDaysLimit( function in class:WebHistory
609 return m_preferences->historyAgeInDaysLimit(limit);
977 HRESULT hr = historyAgeInDaysLimit(&historyLimitDays);
H A DWebPreferences.h451 HRESULT historyAgeInDaysLimit(int* limit);
H A DWebPreferences.cpp1041 HRESULT WebPreferences::historyAgeInDaysLimit(int* limit) function in class:WebPreferences

Completed in 128 milliseconds