Searched defs:smartReplace (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.cpp523 void Editor::pasteAsPlainText(const String& pastingText, bool smartReplace) argument
531 void Editor::pasteAsFragment(PassRefPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle, MailBlockquoteHandling respectsMailBlockquote) argument
600 void Editor::replaceSelectionWithFragment(PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle, MailBlockquoteHandling mailBlockquoteHandling) argument
630 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp3320 bool smartReplace = false; local

Completed in 196 milliseconds