adjustedFocusedElement 5463 Source/core/dom/Document.cpp     if (Element* element = treeScope().adjustedFocusedElement())
adjustedFocusedElement 2185 Source/core/dom/Element.cpp     if (treeScope().adjustedFocusedElement() == this) {
adjustedFocusedElement   59 Source/core/dom/TreeScope.h     Element* adjustedFocusedElement() const;
adjustedFocusedElement  158 Source/core/dom/shadow/ShadowRoot.h     return adjustedFocusedElement();
adjustedFocusedElement  268 Source/core/html/HTMLAnchorElement.cpp             if (wasLink && treeScope().adjustedFocusedElement() == this) {
adjustedFocusedElement  311 Source/core/html/HTMLElement.cpp             if (treeScope().adjustedFocusedElement() == this) {
adjustedFocusedElement  166 Source/core/html/HTMLFormControlElement.cpp     if (isDisabledFormControl() && treeScope().adjustedFocusedElement() == this) {