Home
last modified time | relevance | path

Searched refs:frameOwnerElement (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.h149 HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);
DFocusController.cpp727 …if (frameOwnerElement(candidate) && (!frameOwnerElement(candidate)->contentFrame() || candidate.re… in updateFocusCandidateIfNeeded()
819 if (HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate)) { in advanceFocusDirectionallyInContainer()
DSpatialNavigation.cpp733 HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate& candidate) in frameOwnerElement() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp932 HTMLFrameOwnerElement* frameOwnerElement = toHTMLFrameOwnerElement(source.get()); in adoptNode() local
933 if (frame() && frame()->tree().isDescendantOf(frameOwnerElement->contentFrame())) { in adoptNode()