Home
last modified time | relevance | path

Searched refs:topDocument (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/accessibility/chromium/
DAXObjectCacheChromium.cpp58 if (document != document->topDocument()) in postPlatformNotification()
/external/webkit/Source/WebCore/dom/
DDocument.cpp1838 Document* doc = topDocument(); in clearAXObjectCache()
1852 Document* doc = topDocument(); in axObjectCacheExists()
1891 Document* doc = topDocument(); in axObjectCache()
2164 if (f && renderObject && this == topDocument() && AXObjectCache::accessibilityEnabled()) { in implicitClose()
4136 Document* Document::topDocument() const in topDocument() function in WebCore::Document
DDocument.h890 Document* topDocument() const;
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp2322 return m_renderer->document()->topDocument()->renderView(); in topRenderer()
2582 FrameView* frameView = m_renderer->document()->topDocument()->renderer()->view()->frameView(); in visiblePositionForPoint()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-109138 (WebCore::Document::topDocument):
12460 repeated top-level document finding and DocumentImpl::topDocument().
12514 (WebCore::DocumentImpl::topDocument):
DChangeLog-2005-08-2318136 (DocumentImpl::topDocument):
27022 (DocumentImpl::topDocument):
27039 (-[KWQAccObject topDocument]):
DChangeLog-2006-12-314610 (WebCore::Document::topDocument):
36306 Use topDocument in case we are in a subframe (we want the start/end of the overall page).
DChangeLog15540 m_renderer->document()->topDocument()->renderer()->view()->frameView();
15546 (WebCore::AccessibilityRenderObject::topDocument):
DChangeLog-2007-10-1445604 Removed topDocument, renamed topView to topFrameView, added frameView.
DChangeLog-2010-12-0684085 (WebCore::Document::topDocument):