HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceSelectionCommand (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.h 36 class ReplaceSelectionCommand : public CompositeEditCommand {
38 static PassRefPtr<ReplaceSelectionCommand> create(Document* document, PassRefPtr<DocumentFragment> fragment,
42 return adoptRef(new ReplaceSelectionCommand(document, fragment, selectReplacement, smartReplace, matchStyle, preventNesting, movingParagraph, action));
46 ReplaceSelectionCommand(Document*, PassRefPtr<DocumentFragment>,
ReplaceSelectionCommand.cpp 27 #include "ReplaceSelectionCommand.h"
324 ReplaceSelectionCommand::ReplaceSelectionCommand(Document* document, PassRefPtr<DocumentFragment> fragment,
347 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote)
372 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph)
391 void ReplaceSelectionCommand::removeNodePreservingChildren(Node* node)
401 void ReplaceSelectionCommand::removeNodeAndPruneAncestors(Node* node)
434 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination)
455 void ReplaceSelectionCommand::negateStyleRulesThatAffectAppearance()
477 void ReplaceSelectionCommand::removeUnrenderedTextNodesAtEnds(
    [all...]
MoveSelectionCommand.cpp 30 #include "ReplaceSelectionCommand.h"
67 // Fixes: <rdar://problem/3910425> REGRESSION (Mail): Crash in ReplaceSelectionCommand;
77 applyCommandToComposite(ReplaceSelectionCommand::create(positionNode->document(), m_fragment, true, m_smartMove));
CompositeEditCommand.cpp 54 #include "ReplaceSelectionCommand.h"
    [all...]
Editor.cpp 64 #include "ReplaceSelectionCommand.h"
311 applyCommand(ReplaceSelectionCommand::create(m_frame->document(), fragment, selectReplacement, smartReplace, matchStyle));
    [all...]
EditorCommand.cpp 51 #include "ReplaceSelectionCommand.h"
197 applyCommand(ReplaceSelectionCommand::create(frame->document(), fragment,
    [all...]
  /external/webkit/WebCore/page/
ContextMenuController.cpp 56 #include "ReplaceSelectionCommand.h"
232 RefPtr<ReplaceSelectionCommand> command = ReplaceSelectionCommand::create(document, createFragmentFromMarkup(document, item->title(), ""), true, false, true);
DragController.cpp 59 #include "ReplaceSelectionCommand.h"
438 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse, fragment, true, dragData->canSmartReplace(), chosePlainText));
449 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse, createFragmentFromText(range.get(), text), true, false, true));
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 79 #import <WebCore/ReplaceSelectionCommand.h>
    [all...]
  /external/webkit/WebCore/
Android.mk 218 editing/ReplaceSelectionCommand.cpp \
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 79 #include "DocumentFragment.h" // Only needed for ReplaceSelectionCommand.h :(
109 #include "ReplaceSelectionCommand.h"
925 applyCommand(ReplaceSelectionCommand::create(
    [all...]

Completed in 421 milliseconds