HomeSort by relevance Sort by last modified time
    Searched defs:topDocument (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 88 Document& topDocument = document.topDocument();
89 topDocument.clearAXObjectCache();
90 if (AXObjectCache* cache = topDocument.axObjectCache())
91 cache->childrenChanged(cache->getOrCreate(&topDocument));
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 223 Document* AXRenderObject::topDocument() const
227 return &document()->topDocument();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 148 milliseconds