Searched refs:isNodeInTextFormControl (Results 1 – 5 of 5) sorted by relevance
98 bool isNodeInTextFormControl(Node* node);
888 bool isNodeInTextFormControl(Node* node) in isNodeInTextFormControl() function
1176 if (isNodeInTextFormControl(m_frame->selection()->start().deprecatedNode())) in cut()1194 if (isNodeInTextFormControl(m_frame->selection()->start().deprecatedNode())) in copy()
757 if (isNodeInTextFormControl(src->selection()->start().deprecatedNode())) in startDrag()
52149 (WebCore::Editor::cut): Renamed nodeIsTextFormControl to isNodeInTextFormControl.52150 (WebCore::Editor::copy): Renamed nodeIsTextFormControl to isNodeInTextFormControl.52152 … (WebCore::isNodeInTextFormControl): Added, after removing the implementation with the old name