HomeSort by relevance Sort by last modified time
    Searched refs:historyAgeInDaysLimit (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/mac/History/
WebHistory.h 160 @method historyAgeInDaysLimit
163 - (int)historyAgeInDaysLimit;
WebHistory.mm 105 - (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/
IWebHistory.idl 180 @method historyAgeInDaysLimit
182 - (int)historyAgeInDaysLimit;
184 HRESULT historyAgeInDaysLimit([out, retval] int* limit);
  /external/webkit/Source/WebKit/win/
WebHistory.h 107 virtual HRESULT STDMETHODCALLTYPE historyAgeInDaysLimit(
WebHistory.cpp 604 HRESULT STDMETHODCALLTYPE WebHistory::historyAgeInDaysLimit(
609 return m_preferences->historyAgeInDaysLimit(limit);
977 HRESULT hr = historyAgeInDaysLimit(&historyLimitDays);
    [all...]
WebPreferences.h 451 HRESULT historyAgeInDaysLimit(int* limit);
WebPreferences.cpp     [all...]

Completed in 1219 milliseconds