Searched refs:allowPlainText (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp152 static PassRefPtrWillBeRawPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
159 if (PassRefPtrWillBeRawPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText))
183 if (allowPlainText && dragData->containsPlainText()) {
H A DDragData.h69 PassRefPtrWillBeRawPtr<DocumentFragment> asFragment(LocalFrame*, PassRefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) const;

Completed in 77 milliseconds