Searched refs:_maxItemCount (Results 1 – 9 of 9) sorted by relevance
/dports/www/firefox/firefox-99.0/browser/modules/ |
H A D | WindowsJumpLists.jsm | 155 this._maxItemCount = 0; 162 this._maxItemCount = maxItemCount; 305 this._maxItemCount, 334 // entries and stop fetching results at _maxItemCount. 339 this._maxItemCount * 2, 349 if (count >= this._maxItemCount) {
|
/dports/lang/spidermonkey78/firefox-78.9.0/browser/modules/ |
H A D | WindowsJumpLists.jsm | 336 this._maxItemCount, 365 // entries and stop fetching results at _maxItemCount. 370 this._maxItemCount * 2, 380 if (count >= this._maxItemCount) { 516 this._maxItemCount = _prefs.getIntPref(PREF_TASKBAR_ITEMCOUNT);
|
/dports/www/firefox-esr/firefox-91.8.0/browser/modules/ |
H A D | WindowsJumpLists.jsm | 318 this._maxItemCount, 347 // entries and stop fetching results at _maxItemCount. 352 this._maxItemCount * 2, 362 if (count >= this._maxItemCount) { 498 this._maxItemCount = _prefs.getIntPref(PREF_TASKBAR_ITEMCOUNT);
|
/dports/mail/thunderbird/thunderbird-91.8.0/browser/modules/ |
H A D | WindowsJumpLists.jsm | 318 this._maxItemCount, 347 // entries and stop fetching results at _maxItemCount. 352 this._maxItemCount * 2, 362 if (count >= this._maxItemCount) { 498 this._maxItemCount = _prefs.getIntPref(PREF_TASKBAR_ITEMCOUNT);
|
/dports/lang/spidermonkey60/firefox-60.9.0/browser/modules/ |
H A D | WindowsJumpLists.jsm | 290 this._maxItemCount, 320 // entries and stop fetching results at _maxItemCount. 325 this._maxItemCount * 2, 335 if (count >= this._maxItemCount) { 454 this._maxItemCount = _prefs.getIntPref(PREF_TASKBAR_ITEMCOUNT);
|
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/modules/ |
H A D | WindowsJumpLists.jsm | 336 this._maxItemCount, 366 // entries and stop fetching results at _maxItemCount. 371 this._maxItemCount * 2, 381 if (count >= this._maxItemCount) { 500 this._maxItemCount = _prefs.getIntPref(PREF_TASKBAR_ITEMCOUNT);
|
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/modules/ |
H A D | WindowsJumpLists.jsm | 313 this._maxItemCount, 343 // entries and stop fetching results at _maxItemCount. 348 this._maxItemCount * 2, 358 if (count >= this._maxItemCount) { 477 this._maxItemCount = _prefs.getIntPref(PREF_TASKBAR_ITEMCOUNT);
|
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/ |
H A D | crskin.h | 457 int _maxItemCount; variable 483 int getMaxItemCount() { return _maxItemCount; } in getMaxItemCount() 485 void setMaxItemCount( int v ) { _maxItemCount = v; } in setMaxItemCount()
|
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/ |
H A D | crskin.cpp | 1349 , _maxItemCount(-1) in CRMenuSkin()
|