Searched refs:chosePlainText (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragData.h69 PassRefPtrWillBeRawPtr<DocumentFragment> asFragment(LocalFrame*, PassRefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) const;
H A DDragController.cpp152 static PassRefPtrWillBeRawPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) argument
155 chosePlainText = false;
159 if (PassRefPtrWillBeRawPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText))
184 chosePlainText = true;
496 bool chosePlainText = false; local
497 RefPtrWillBeRawPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, innerFrame.get(), range, true, chosePlainText);
512 if (chosePlainText)
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp392 bool chosePlainText = false; local
408 chosePlainText = true;
414 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);

Completed in 121 milliseconds