Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp344 void Editor::pasteAsPlainText(const String& pastingText, bool smartReplace) in pasteAsPlainText()
352 …sFragment(PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchS… in pasteAsFragment()
485 …PtrWillBeRawPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchS… in replaceSelectionWithFragment()
506 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace) in replaceSelectionWithText()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp970 bool smartReplace = true; in replaceSelection() local