OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fullscreenelement
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp
38
Element* DocumentFullscreen::
fullscreenElement
(Document& document)
41
return fullscreen->
fullscreenElement
();
DocumentFullscreen.idl
24
[RuntimeEnabled=FullscreenUnprefixed] readonly attribute Element?
fullscreenElement
;
39
[MeasureAs=PrefixedDocumentFullscreenElement, ImplementedAs=
fullscreenElement
] readonly attribute Element webkitFullscreenElement;
DocumentFullscreen.h
39
static Element*
fullscreenElement
(Document&);
Fullscreen.h
74
Element*
fullscreenElement
() const { return !m_fullScreenElementStack.isEmpty() ? m_fullScreenElementStack.last().first.get() : 0; }
Fullscreen.cpp
153
return found->
fullscreenElement
();
218
if (&element ==
fullscreenElement
())
517
EventTarget* target = fullscreen.
fullscreenElement
();
569
if (
fullscreenElement
() == &oldNode) {
/external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp
234
WebElement WebDocument::
fullScreenElement
() const
236
Element*
fullScreenElement
= 0;
238
fullScreenElement
= fullscreen->webkitCurrentFullScreenElement();
239
return WebElement(
fullScreenElement
);
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp
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();
[
all
...]
/external/chromium_org/third_party/WebKit/public/web/
WebDocument.h
112
BLINK_EXPORT WebElement
fullScreenElement
() const;
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp
163
Element*
fullscreenElement
= Fullscreen::fullscreenElementFrom(*mainFrameDocument);
164
if (
fullscreenElement
&&
fullscreenElement
!= mainFrameDocument->documentElement())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp
385
const Element*
fullScreenElement
= fullscreen->webkitCurrentFullScreenElement();
386
if (
fullScreenElement
&& beforeChild && beforeChild->node() ==
fullScreenElement
)
[
all
...]
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js
[
all
...]
Completed in 845 milliseconds