Home
last modified time | relevance | path

Searched refs:isNodeInTextFormControl (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dhtmlediting.h98 bool isNodeInTextFormControl(Node* node);
Dhtmlediting.cpp888 bool isNodeInTextFormControl(Node* node) in isNodeInTextFormControl() function
DEditor.cpp1176 if (isNodeInTextFormControl(m_frame->selection()->start().deprecatedNode())) in cut()
1194 if (isNodeInTextFormControl(m_frame->selection()->start().deprecatedNode())) in copy()
/external/webkit/Source/WebCore/page/
DDragController.cpp757 if (isNodeInTextFormControl(src->selection()->start().deprecatedNode())) in startDrag()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2452149 (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