Home
last modified time | relevance | path

Searched refs:MatchStyle (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionCommand.cpp101 …electionCommand::create(document(), fragment, ReplaceSelectionCommand::MatchStyle | ReplaceSelecti… in doApply()
DReplaceSelectionCommand.h42 MatchStyle = 1 << 2, enumerator
DReplaceSelectionCommand.cpp348 , m_matchStyle(options & MatchStyle) in ReplaceSelectionCommand()
DCompositeEditCommand.cpp1014 options |= ReplaceSelectionCommand::MatchStyle; in moveParagraphs()
DEditor.cpp413 options |= ReplaceSelectionCommand::MatchStyle; in replaceSelectionWithFragment()
/external/webkit/Source/WebCore/page/
DDragController.cpp474 options |= ReplaceSelectionCommand::MatchStyle; in concludeEditDrag()
487 … ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelecti… in concludeEditDrag()
DContextMenuController.cpp282 … ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelecti… in contextMenuItemSelected()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1115 …et(), ReplaceSelectionCommand::SmartReplace | ReplaceSelectionCommand::MatchStyle | ReplaceSelecti… in replaceSelection()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1781 … ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelecti… in replaceSelectionWithText()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1074 options |= ReplaceSelectionCommand::MatchStyle;