Home
last modified time | relevance | path

Searched refs:selectionShadowAncestor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/page/
DDOMSelection.cpp44 static Node* selectionShadowAncestor(Frame* frame) in selectionShadowAncestor() function
102 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 …]
/external/webkit/WebCore/
DChangeLog-2010-01-2974350 (WebCore::selectionShadowAncestor): Added.