Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp485 …nWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, bool selectReplacement, bool smar… in replaceSelectionWithFragment()
506 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace) in replaceSelectionWithText()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp969 bool selectReplacement = false; in replaceSelection() local