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

/external/webkit/WebCore/editing/
H A DReplaceSelectionCommand.cpp65 ReplacementFragment(Document*, DocumentFragment*, bool matchStyle, const VisibleSelection&);
107 ReplacementFragment::ReplacementFragment(Document* document, DocumentFragment* fragment, bool matchStyle, const VisibleSelection& selection) argument
110 m_matchStyle(matchStyle),
325 bool selectReplacement, bool smartReplace, bool matchStyle, bool preventNesting, bool movingParagraph,
330 m_matchStyle(matchStyle),
324 ReplaceSelectionCommand(Document* document, PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle, bool preventNesting, bool movingParagraph, EditAction editAction) argument
H A DEditor.cpp306 void Editor::replaceSelectionWithFragment(PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle) argument
311 applyCommand(ReplaceSelectionCommand::create(m_frame->document(), fragment, selectReplacement, smartReplace, matchStyle));

Completed in 22 milliseconds