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

/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.h139 @method setHistoryItemLimit:
143 - (void)setHistoryItemLimit:(int)limit;
H A DWebHistory.mm102 - (void)setHistoryItemLimit:(int)limit;
471 - (void)setHistoryItemLimit:(int)limit
765 - (void)setHistoryItemLimit:(int)limit
767 [_historyPrivate setHistoryItemLimit:limit];
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebHistory.idl156 @method setHistoryItemLimit:
159 - (void)setHistoryItemLimit:(int)limit;
161 HRESULT setHistoryItemLimit([in] int limit);
/external/webkit/Source/WebKit/win/
H A DWebHistory.h98 virtual HRESULT STDMETHODCALLTYPE setHistoryItemLimit(
H A DWebHistory.cpp580 HRESULT STDMETHODCALLTYPE WebHistory::setHistoryItemLimit( function in class:WebHistory
585 return m_preferences->setHistoryItemLimit(limit);
H A DWebPreferences.h450 HRESULT setHistoryItemLimit(int limit);
H A DWebPreferences.cpp1035 HRESULT WebPreferences::setHistoryItemLimit(int limit) function in class:WebPreferences

Completed in 160 milliseconds