HomeSort by relevance Sort by last modified time
    Searched refs:historyItemLimit (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/mac/History/
WebHistory.h 146 @method historyItemLimit
149 - (int)historyItemLimit;
WebHistory.mm 103 - (int)historyItemLimit;
477 - (int)historyItemLimit
538 int itemCountLimit = [self historyItemLimit];
770 - (int)historyItemLimit
772 return [_historyPrivate historyItemLimit];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistory.idl 164 @method historyItemLimit
166 - (int)historyItemLimit;
168 HRESULT historyItemLimit([out, retval] int* limit);
  /external/webkit/Source/WebKit/win/
WebHistory.h 101 virtual HRESULT STDMETHODCALLTYPE historyItemLimit(
WebHistory.cpp 303 hr = historyItemLimit(&itemCountLimit);
588 HRESULT STDMETHODCALLTYPE WebHistory::historyItemLimit(
593 return m_preferences->historyItemLimit(limit);
    [all...]
WebPreferences.h 449 HRESULT historyItemLimit(int* limit);
WebPreferences.cpp     [all...]

Completed in 122 milliseconds