Searched refs:windowBeforePrint (Results 1 – 2 of 2) sorted by relevance
1668 _boundEvents.windowBeforePrint = function () { function1688 window.addEventListener('beforeprint', _boundEvents.windowBeforePrint);1744 window.removeEventListener('beforeprint', _boundEvents.windowBeforePrint);1748 _boundEvents.windowBeforePrint = null;
1 …windowBeforePrint = () => {\n eventBus.dispatch('beforeprint', { source: window, });\n };\…