frameOwnerElement 986 Source/core/dom/Document.cpp HTMLFrameOwnerElement* frameOwnerElement = toHTMLFrameOwnerElement(source.get()); frameOwnerElement 988 Source/core/dom/Document.cpp if (frame() && frame()->tree().isDescendantOf(toLocalFrameTemporary(frameOwnerElement->contentFrame()))) { frameOwnerElement 738 Source/core/page/FocusController.cpp if (frameOwnerElement(candidate) && (!frameOwnerElement(candidate)->contentFrame() || candidate.rect.isEmpty())) frameOwnerElement 830 Source/core/page/FocusController.cpp if (HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate)) { frameOwnerElement 149 Source/core/page/SpatialNavigation.h HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);