Searched refs:SmartReplace (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditingAllInOne.cpp64 #include <SmartReplace.cpp>
H A DMoveSelectionCommand.cpp75 options |= ReplaceSelectionCommand::SmartReplace;
H A DReplaceSelectionCommand.h41 SmartReplace = 1 << 1, enumerator in enum:WebCore::ReplaceSelectionCommand::CommandOption
H A DReplaceSelectionCommand.cpp48 #include "SmartReplace.h"
347 , m_smartReplace(options & SmartReplace)
H A DEditor.cpp411 options |= ReplaceSelectionCommand::SmartReplace;
/external/webkit/Source/WebCore/page/
H A DDragController.cpp472 options |= ReplaceSelectionCommand::SmartReplace;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm86 #import <WebCore/SmartReplace.h>
1072 options |= ReplaceSelectionCommand::SmartReplace;
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1115 frame()->document(), fragment.get(), ReplaceSelectionCommand::SmartReplace | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting));

Completed in 196 milliseconds