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 86 Document& topDocument = document.topDocument();
87 topDocument.clearAXObjectCache();
88 if (AXObjectCache* cache = topDocument.axObjectCache())
89 cache->childrenChanged(cache->getOrCreate(&topDocument));
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 221 Document* AXRenderObject::topDocument() const
225 return &document()->topDocument();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 572 if (this == topDocument())
    [all...]

Completed in 284 milliseconds