Searched refs:asPlainText (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DDragDataEfl.cpp58 String DragData::asPlainText(Frame*) const function in class:WebCore::DragData
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DDragDataGtk.cpp58 String DragData::asPlainText(Frame*) const function in class:WebCore::DragData
/macosx-10.10/WebCore-7600.1.25/platform/
H A DDragData.h102 String asPlainText(Frame*) const;
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DDragDataMac.mm110 String DragData::asPlainText(Frame *frame) const
/macosx-10.10/WebCore-7600.1.25/page/
H A DDragController.cpp135 title = dragData.asPlainText(frame);
149 return createFragmentFromText(context, dragData.asPlainText(frame)).get();
428 String text = m_page.dragCaretController().isContentRichlyEditable() ? emptyString() : dragData.asPlainText(innerFrame);
520 String text = dragData.asPlainText(innerFrame.get());
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DDragDataWin.cpp184 String DragData::asPlainText(Frame*) const function in class:WebCore::DragData

Completed in 110 milliseconds