HomeSort by relevance Sort by last modified time
    Searched refs:chosePlainText (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
DragData.h 69 PassRefPtrWillBeRawPtr<DocumentFragment> asFragment(LocalFrame*, PassRefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText) const;
DragController.cpp 152 static PassRefPtrWillBeRawPtr<DocumentFragment> documentFragmentFromDragData(DragData* dragData, LocalFrame* frame, RefPtrWillBeRawPtr<Range> context, bool allowPlainText, bool& chosePlainText)
155 chosePlainText = false;
159 if (PassRefPtrWillBeRawPtr<DocumentFragment> fragment = dragData->asFragment(frame, context, allowPlainText, chosePlainText))
184 chosePlainText = true;
496 bool chosePlainText = false;
497 RefPtrWillBeRawPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, innerFrame.get(), range, true, chosePlainText);
512 if (chosePlainText)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 392 bool chosePlainText = false;
408 chosePlainText = true;
414 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
    [all...]

Completed in 174 milliseconds