OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceSelectionWithFragment
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h
221
void
replaceSelectionWithFragment
(PassRefPtrWillBeRawPtr<DocumentFragment>, bool selectReplacement, bool smartReplace, bool matchStyle);
Editor.cpp
164
replaceSelectionWithFragment
(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle());
504
void Editor::
replaceSelectionWithFragment
(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle)
527
replaceSelectionWithFragment
(createFragmentFromText(selectedRange().get(), text), selectReplacement, smartReplace, true);
[
all
...]
Completed in 94 milliseconds