Searched refs:selectionShadowAncestor (Results 1 – 2 of 2) sorted by relevance
44 static Node* selectionShadowAncestor(Frame* frame) in selectionShadowAncestor() function102 if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) in anchorNode()111 if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) in anchorOffset()120 if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) in focusNode()129 if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) in focusOffset()138 if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) in baseNode()147 if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) in baseOffset()156 if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) in extentNode()165 if (Node* shadowAncestor = selectionShadowAncestor(m_frame)) in extentOffset()172 if (!m_frame || selectionShadowAncestor(m_frame)) in isCollapsed()[all …]
74350 (WebCore::selectionShadowAncestor): Added.