Home
last modified time | relevance | path

Searched refs:historyAgeInDaysLimit (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/mac/History/
DWebHistory.h163 - (int)historyAgeInDaysLimit;
DWebHistory.mm105 - (int)historyAgeInDaysLimit; method
464 - (int)historyAgeInDaysLimit
488 …turn [[NSCalendarDate calendarDate] dateByAddingYears:0 months:0 days:-[self historyAgeInDaysLimit]
780 - (int)historyAgeInDaysLimit
782 return [_historyPrivate historyAgeInDaysLimit];
/external/webkit/Source/WebKit/win/Interfaces/
DIWebHistory.idl180 @method historyAgeInDaysLimit
182 - (int)historyAgeInDaysLimit;
184 HRESULT historyAgeInDaysLimit([out, retval] int* limit);
/external/webkit/Source/WebKit/win/
DWebHistory.h107 virtual HRESULT STDMETHODCALLTYPE historyAgeInDaysLimit(
DWebHistory.cpp604 HRESULT STDMETHODCALLTYPE WebHistory::historyAgeInDaysLimit( in historyAgeInDaysLimit() function in WebHistory
609 return m_preferences->historyAgeInDaysLimit(limit); in historyAgeInDaysLimit()
977 HRESULT hr = historyAgeInDaysLimit(&historyLimitDays); in ageLimitDate()
DWebPreferences.h451 HRESULT historyAgeInDaysLimit(int* limit);
DWebPreferences.cpp1041 HRESULT WebPreferences::historyAgeInDaysLimit(int* limit) in historyAgeInDaysLimit() function in WebPreferences
DChangeLog-2009-06-1623451 (WebHistory::historyAgeInDaysLimit):
23675 (WebPreferences::historyAgeInDaysLimit):
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0915733 (-[WebHistoryPrivate historyAgeInDaysLimit]):
15741 (-[WebHistory historyAgeInDaysLimit]):