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

  /external/webkit/WebCore/page/
DragController.cpp 98 bool allowPlainText, bool& chosePlainText)
101 chosePlainText = false;
125 chosePlainText = true;
423 bool chosePlainText = false;
424 RefPtr<DocumentFragment> fragment = documentFragmentFromDragData(dragData, range, true, chosePlainText);
438 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse, fragment, true, dragData->canSmartReplace(), chosePlainText));
  /external/webkit/WebCore/editing/
Editor.cpp 283 bool chosePlainText;
284 RefPtr<DocumentFragment> fragment = pasteboard->documentFragment(m_frame, range, allowPlainText, chosePlainText);
286 replaceSelectionWithFragment(fragment, false, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
    [all...]

Completed in 156 milliseconds