Searched defs:topDocument (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDialogElement.cpp88 Document& topDocument = document.topDocument(); local
89 topDocument.clearAXObjectCache();
90 if (AXObjectCache* cache = topDocument.axObjectCache())
91 cache->childrenChanged(cache->getOrCreate(&topDocument));
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp223 Document* AXRenderObject::topDocument() const function in class:blink::AXRenderObject
227 return &document()->topDocument();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp2241 Document& top = topDocument();
4108 return topDocument().url();
4518 Document& Document::topDocument() const function in class:blink::Document
4520 // FIXME: Not clear what topDocument() should do in the OOPI case--should it return the topmost

Completed in 389 milliseconds