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

/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.h146 @method historyItemLimit
149 - (int)historyItemLimit;
H A DWebHistory.mm103 - (int)historyItemLimit;
477 - (int)historyItemLimit
538 int itemCountLimit = [self historyItemLimit];
770 - (int)historyItemLimit
772 return [_historyPrivate historyItemLimit];
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebHistory.idl164 @method historyItemLimit
166 - (int)historyItemLimit;
168 HRESULT historyItemLimit([out, retval] int* limit);
/external/webkit/Source/WebKit/win/
H A DWebHistory.h101 virtual HRESULT STDMETHODCALLTYPE historyItemLimit(
H A DWebHistory.cpp303 hr = historyItemLimit(&itemCountLimit);
588 HRESULT STDMETHODCALLTYPE WebHistory::historyItemLimit( function in class:WebHistory
593 return m_preferences->historyItemLimit(limit);
H A DWebPreferences.h449 HRESULT historyItemLimit(int* limit);
H A DWebPreferences.cpp1029 HRESULT WebPreferences::historyItemLimit(int* limit) function in class:WebPreferences

Completed in 159 milliseconds