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

/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistory.h146 @method historyItemLimit
149 - (int)historyItemLimit;
H A DWebHistory.mm107 - (int)historyItemLimit;
510 - (int)historyItemLimit
571 int itemCountLimit = [self historyItemLimit];
823 - (int)historyItemLimit
825 return [_historyPrivate historyItemLimit];
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebHistory.idl147 @method historyItemLimit
149 - (int)historyItemLimit;
151 HRESULT historyItemLimit([out, retval] int* limit);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebHistory.h94 virtual HRESULT STDMETHODCALLTYPE historyItemLimit(
H A DWebHistory.cpp373 HRESULT STDMETHODCALLTYPE WebHistory::historyItemLimit( function in class:WebHistory
378 return m_preferences->historyItemLimit(limit);
H A DWebPreferences.h500 HRESULT historyItemLimit(int* limit);
H A DWebPreferences.cpp1112 HRESULT WebPreferences::historyItemLimit(int* limit) function in class:WebPreferences

Completed in 274 milliseconds