Home
last modified time | relevance | path

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

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dframe_owner.h72 virtual bool AllowFullscreen() const = 0;
150 bool AllowFullscreen() const override { return false; } in AllowFullscreen() function
H A Dremote_frame_owner.h56 bool AllowFullscreen() const override { return allow_fullscreen_; } in AllowFullscreen() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dframe_owner.h73 virtual bool AllowFullscreen() const = 0;
152 bool AllowFullscreen() const override { return false; } in AllowFullscreen() function
H A Dremote_frame_owner.h56 bool AllowFullscreen() const override { return allow_fullscreen_; } in AllowFullscreen() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_iframe_element.h93 bool AllowFullscreen() const override { return allow_fullscreen_; } in AllowFullscreen() function
H A Dhtml_frame_owner_element.h118 bool AllowFullscreen() const override { return false; } in AllowFullscreen() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_iframe_element.h94 bool AllowFullscreen() const override { return allow_fullscreen_; } in AllowFullscreen() function
H A Dhtml_frame_owner_element.h120 bool AllowFullscreen() const override { return false; } in AllowFullscreen() function
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLEmbedElement.h30 bool AllowFullscreen() const { in NS_IMPL_FROMNODE_HTML_WITH_TAG()
H A DHTMLEmbedElement.cpp101 MOZ_ALWAYS_SUCCEEDS(bc->SetFullscreenAllowedByOwner(AllowFullscreen())); in AfterSetAttr()
H A DHTMLIFrameElement.h77 bool AllowFullscreen() const { in AllowFullscreen() function
H A DHTMLIFrameElement.cpp285 if (AllowFullscreen()) { in RefreshFeaturePolicy()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLEmbedElement.h30 bool AllowFullscreen() const { in NS_IMPL_FROMNODE_HTML_WITH_TAG()
H A DHTMLEmbedElement.cpp101 MOZ_ALWAYS_SUCCEEDS(bc->SetFullscreenAllowedByOwner(AllowFullscreen())); in AfterSetAttr()
H A DHTMLIFrameElement.h77 bool AllowFullscreen() const { in AllowFullscreen() function
H A DHTMLIFrameElement.cpp285 if (AllowFullscreen()) { in RefreshFeaturePolicy()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLEmbedElement.h30 bool AllowFullscreen() const { in NS_IMPL_FROMNODE_HTML_WITH_TAG()
H A DHTMLEmbedElement.cpp101 MOZ_ALWAYS_SUCCEEDS(bc->SetFullscreenAllowedByOwner(AllowFullscreen())); in AfterSetAttr()
H A DHTMLIFrameElement.h77 bool AllowFullscreen() const { in AllowFullscreen() function
H A DHTMLIFrameElement.cpp285 if (AllowFullscreen()) { in RefreshFeaturePolicy()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLIFrameElement.h69 bool AllowFullscreen() const { in AllowFullscreen() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLIFrameElement.h91 bool AllowFullscreen() const in AllowFullscreen() function
H A DHTMLIFrameElement.cpp55 NS_IMPL_BOOL_ATTR(HTMLIFrameElement, AllowFullscreen, allowfullscreen) in NS_IMPL_ISUPPORTS_INHERITED()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLIFrameElement.h82 bool AllowFullscreen() const;
H A DHTMLIFrameElement.cpp162 bool HTMLIFrameElement::AllowFullscreen() const { in AllowFullscreen() function in mozilla::dom::HTMLIFrameElement

12