Home
last modified time | relevance | path

Searched refs:aNumLines (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/
H A DListBoxObject.cpp107 void ListBoxObject::ScrollByLines(int32_t aNumLines) { in ScrollByLines() argument
110 body->ScrollByLines(aNumLines); in ScrollByLines()
H A DnsListBoxBodyFrame.h39 nsresult ScrollByLines(int32_t aNumLines);
H A DnsListBoxBodyFrame.cpp493 nsresult nsListBoxBodyFrame::ScrollByLines(int32_t aNumLines) { in ScrollByLines() argument
497 scrollIndex += aNumLines; in ScrollByLines()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/
H A DListBoxObject.cpp117 ListBoxObject::ScrollByLines(int32_t aNumLines)
121 body->ScrollByLines(aNumLines);
H A DnsListBoxBodyFrame.h41 nsresult ScrollByLines(int32_t aNumLines);
H A DnsListBoxBodyFrame.cpp558 nsListBoxBodyFrame::ScrollByLines(int32_t aNumLines) in ScrollByLines() argument
563 scrollIndex += aNumLines; in ScrollByLines()
/dports/converters/mimelib/mimelib-1.1.2/mimelib/mimelib/
H A Dpop.h255 int Top(int aMsg, int aNumLines);
/dports/mail/lurker/lurker-2.3/mimelib/mimelib/
H A Dpop.h255 int Top(int aMsg, int aNumLines);
/dports/converters/mimelib/mimelib-1.1.2/mimelib/
H A Dpop.cpp312 int DwPopClient::Top(int aMsg, int aNumLines) in Top() argument
317 sprintf(mSendBuffer, "TOP %d %d\r\n", aMsg, aNumLines); in Top()
/dports/mail/lurker/lurker-2.3/mimelib/
H A Dpop.cpp312 int DwPopClient::Top(int aMsg, int aNumLines) in Top() argument
317 sprintf(mSendBuffer, "TOP %d %d\r\n", aMsg, aNumLines); in Top()
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsITextScroll.idl18 * Scroll the view up or down by aNumLines lines. positive
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsITextScroll.idl18 * Scroll the view up or down by aNumLines lines. positive
/dports/www/firefox-esr/firefox-91.8.0/dom/xul/
H A DXULTreeElement.cpp259 void XULTreeElement::ScrollByLines(int32_t aNumLines) { in ScrollByLines() argument
264 body->ScrollByLines(aNumLines); in ScrollByLines()
H A DXULTreeElement.h68 void ScrollByLines(int32_t aNumLines);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xul/
H A DXULTreeElement.cpp259 void XULTreeElement::ScrollByLines(int32_t aNumLines) { in ScrollByLines() argument
264 body->ScrollByLines(aNumLines); in ScrollByLines()
H A DXULTreeElement.h67 void ScrollByLines(int32_t aNumLines);
/dports/www/firefox/firefox-99.0/dom/xul/
H A DXULTreeElement.cpp259 void XULTreeElement::ScrollByLines(int32_t aNumLines) { in ScrollByLines() argument
264 body->ScrollByLines(aNumLines); in ScrollByLines()
H A DXULTreeElement.h68 void ScrollByLines(int32_t aNumLines);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xul/
H A DXULTreeElement.cpp259 void XULTreeElement::ScrollByLines(int32_t aNumLines) { in ScrollByLines() argument
264 body->ScrollByLines(aNumLines); in ScrollByLines()
H A DXULTreeElement.h68 void ScrollByLines(int32_t aNumLines);
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/tree/
H A DTreeBoxObject.cpp312 TreeBoxObject::ScrollByLines(int32_t aNumLines) { in ScrollByLines() argument
314 if (body) return body->ScrollByLines(aNumLines); in ScrollByLines()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/tree/
H A DTreeBoxObject.cpp390 TreeBoxObject::ScrollByLines(int32_t aNumLines) in ScrollByLines() argument
394 return body->ScrollByLines(aNumLines); in ScrollByLines()
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/tree/
H A DnsTreeBodyFrame.h94 void ScrollByLines(int32_t aNumLines);
/dports/www/firefox/firefox-99.0/layout/xul/tree/
H A DnsTreeBodyFrame.h94 void ScrollByLines(int32_t aNumLines);
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/tree/
H A DnsTreeBodyFrame.h94 void ScrollByLines(int32_t aNumLines);

12