Searched refs:pasteAsFragment (Results 1 – 2 of 2) sorted by relevance
199 …void pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment>, bool smartReplace, bool matchStyle);
352 void Editor::pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment, bool smartRe… in pasteAsFragment() function in WebCore::Editor413 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText); in pasteWithPasteboard()