Home
last modified time | relevance | path

Searched refs:aWindowless (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/base/
H A DnsNPAPIPluginInstance.h140 NPError SetWindowless(bool aWindowless);
H A DnsNPAPIPluginInstance.cpp513 NPError nsNPAPIPluginInstance::SetWindowless(bool aWindowless) { in SetWindowless() argument
514 mWindowless = aWindowless; in SetWindowless()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/base/
H A DnsNPAPIPluginInstance.h149 NPError SetWindowless(bool aWindowless);
H A DnsNPAPIPluginInstance.cpp507 NPError nsNPAPIPluginInstance::SetWindowless(bool aWindowless) { in SetWindowless() argument
508 mWindowless = aWindowless; in SetWindowless()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsPluginFrame.h250 nsIntPoint GetWindowOriginInPixels(bool aWindowless);
H A DnsPluginFrame.cpp809 nsPluginFrame::GetWindowOriginInPixels(bool aWindowless) in GetWindowOriginInPixels() argument
818 if (aWindowless && parentWithView) { in GetWindowOriginInPixels()
832 if (aWindowless) { in GetWindowOriginInPixels()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsPluginFrame.h254 nsIntPoint GetWindowOriginInPixels(bool aWindowless);
H A DnsPluginFrame.cpp756 nsIntPoint nsPluginFrame::GetWindowOriginInPixels(bool aWindowless) { in GetWindowOriginInPixels() argument
764 if (aWindowless && parentWithView) { in GetWindowOriginInPixels()
778 if (aWindowless) { in GetWindowOriginInPixels()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsPluginFrame.h253 nsIntPoint GetWindowOriginInPixels(bool aWindowless);
H A DnsPluginFrame.cpp753 nsIntPoint nsPluginFrame::GetWindowOriginInPixels(bool aWindowless) { in GetWindowOriginInPixels() argument
761 if (aWindowless && parentWithView) { in GetWindowOriginInPixels()
775 if (aWindowless) { in GetWindowOriginInPixels()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsNPAPIPluginInstance.h147 NPError SetWindowless(bool aWindowless);
H A DnsNPAPIPluginInstance.cpp680 NPError nsNPAPIPluginInstance::SetWindowless(bool aWindowless) in SetWindowless() argument
682 mWindowless = aWindowless; in SetWindowless()