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

  /external/webkit/Source/WebCore/page/
DragController.cpp 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)
    [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp 376 bool chosePlainText;
377 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText);
379 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
    [all...]

Completed in 179 milliseconds