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

/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistory.h139 @method setHistoryItemLimit:
143 - (void)setHistoryItemLimit:(int)limit;
H A DWebHistory.mm106 - (void)setHistoryItemLimit:(int)limit;
504 - (void)setHistoryItemLimit:(int)limit
818 - (void)setHistoryItemLimit:(int)limit
820 [_historyPrivate setHistoryItemLimit:limit];
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebHistory.idl139 @method setHistoryItemLimit:
142 - (void)setHistoryItemLimit:(int)limit;
144 HRESULT setHistoryItemLimit([in] int limit);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebHistory.h91 virtual HRESULT STDMETHODCALLTYPE setHistoryItemLimit(
H A DWebHistory.cpp365 HRESULT STDMETHODCALLTYPE WebHistory::setHistoryItemLimit( function in class:WebHistory
370 return m_preferences->setHistoryItemLimit(limit);
H A DWebPreferences.h501 HRESULT setHistoryItemLimit(int limit);
H A DWebPreferences.cpp1118 HRESULT WebPreferences::setHistoryItemLimit(int limit) function in class:WebPreferences

Completed in 96 milliseconds