Home
last modified time | relevance | path

Searched refs:grpGap (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsPrintDialogUtil.cpp333 int grpGap = dlgRect.top - prtRect.bottom; // gap between group boxes in PrintHookProc() local
334 int top = dlgRect.bottom + grpGap; in PrintHookProc()
392 pr.bottom += (dlgRect.bottom - dlgRect.top) + grpGap + 1 - in PrintHookProc()
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/printingui/win/
H A DnsPrintDialogUtil.cpp373 int grpGap = dlgRect.top - prtRect.bottom ; // gap between group boxes in PrintHookProc() local
374 int top = dlgRect.bottom + grpGap; in PrintHookProc()
427 pr.bottom += (dlgRect.bottom-dlgRect.top) + grpGap + 1 - (dlgHgt-dlgRect.bottom) + bottomGap; in PrintHookProc()