OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topDocument
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp
87
Document*
topDocument
= document.
topDocument
();
88
topDocument
->clearAXObjectCache();
89
if (AXObjectCache* cache =
topDocument
->axObjectCache())
90
cache->childrenChanged(cache->getOrCreate(
topDocument
));
/external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp
259
if (!fullscreenElementFrom(document()->
topDocument
()))
265
replacementFullscreenElementStack.append(fullscreenElementFrom(document()->
topDocument
()));
266
FullscreenElementStack* topFullscreenElementStack = from(document()->
topDocument
());
431
// When webkitCancelFullScreen is called, we call webkitExitFullScreen on the
topDocument
(). That
436
exitingDocument = document()->
topDocument
();
Document.cpp
515
if (this ==
topDocument
())
[
all
...]
Document.h
795
Document*
topDocument
() const;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h
73
Document*
topDocument
() const;
AXRenderObject.cpp
224
Document* topDoc =
topDocument
();
231
Document* AXRenderObject::
topDocument
() const
235
return document()->
topDocument
();
[
all
...]
AXObjectCache.cpp
984
if (document != document->
topDocument
())
/external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp
368
doc->
topDocument
()->clearAXObjectCache();
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp
513
requestedAttributes.topDocumentURL = document.
topDocument
()->url();
[
all
...]
Completed in 184 milliseconds