Home | History | Annotate | Download | only in compositing

Lines Matching refs:fullscreenElement

169     Element* fullscreenElement = Fullscreen::fullscreenElementFrom(document);
171 while (fullscreenElement && fullscreenElement->isFrameOwnerElement()) {
172 contentDocument = toHTMLFrameOwnerElement(fullscreenElement)->contentDocument();
175 fullscreenElement = Fullscreen::fullscreenElementFrom(*contentDocument);
178 fullscreenElement = Fullscreen::currentFullScreenElementFrom(*contentDocument);
179 if (!isHTMLVideoElement(fullscreenElement))
181 RenderObject* renderer = fullscreenElement->renderer();