Home | History | Annotate | Download | only in page

Lines Matching refs:chosePlainText

103                                           bool allowPlainText, bool& chosePlainText)
106 chosePlainText = false;
111 if (PassRefPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText))
137 chosePlainText = true;
454 bool chosePlainText = false;
455 RefPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, innerFrame, range, true, chosePlainText);
473 if (chosePlainText)