Home
last modified time | relevance | path

Searched refs:historyItemLimit (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/mac/History/
DWebHistory.h149 - (int)historyItemLimit;
DWebHistory.mm103 - (int)historyItemLimit; method
477 - (int)historyItemLimit
538 int itemCountLimit = [self historyItemLimit];
770 - (int)historyItemLimit
772 return [_historyPrivate historyItemLimit];
/external/webkit/Source/WebKit/win/Interfaces/
DIWebHistory.idl164 @method historyItemLimit
166 - (int)historyItemLimit;
168 HRESULT historyItemLimit([out, retval] int* limit);
/external/webkit/Source/WebKit/win/
DWebHistory.h101 virtual HRESULT STDMETHODCALLTYPE historyItemLimit(
DWebHistory.cpp303 hr = historyItemLimit(&itemCountLimit); in loadHistoryGutsFromURL()
588 HRESULT STDMETHODCALLTYPE WebHistory::historyItemLimit( in historyItemLimit() function in WebHistory
593 return m_preferences->historyItemLimit(limit); in historyItemLimit()
DWebPreferences.h449 HRESULT historyItemLimit(int* limit);
DWebPreferences.cpp1029 HRESULT WebPreferences::historyItemLimit(int* limit) in historyItemLimit() function in WebPreferences
DChangeLog-2009-06-1623449 (WebHistory::historyItemLimit):
23673 (WebPreferences::historyItemLimit):
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0915735 (-[WebHistoryPrivate historyItemLimit]):
15739 (-[WebHistory historyItemLimit]):
DChangeLog-2007-10-1423883 use [self historyItemLimit], which prefers the explicitly-set value and falls back to the