Home
last modified time | relevance | path

Searched refs:_maxItemCount (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox/firefox-99.0/browser/modules/
H A DWindowsJumpLists.jsm155 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 DWindowsJumpLists.jsm336 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 DWindowsJumpLists.jsm318 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 DWindowsJumpLists.jsm318 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 DWindowsJumpLists.jsm290 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 DWindowsJumpLists.jsm336 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 DWindowsJumpLists.jsm313 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 Dcrskin.h457 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 Dcrskin.cpp1349 , _maxItemCount(-1) in CRMenuSkin()