Home
last modified time | relevance | path

Searched refs:smartInsert (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DMoveSelectionCommand.h37 …(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert = false, bool s…
39 return adoptRef(new MoveSelectionCommand(fragment, position, smartInsert, smartDelete));
43 …MoveSelectionCommand(PassRefPtr<DocumentFragment>, const Position&, bool smartInsert, bool smartDe…
DMoveSelectionCommand.cpp34 …(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDele… in MoveSelectionCommand() argument
35 …document()), m_fragment(fragment), m_position(position), m_smartInsert(smartInsert), m_smartDelete… in MoveSelectionCommand()
/external/webkit/Source/WebCore/page/
DDragController.cpp466 …bool smartInsert = smartDelete && innerFrame->selection()->granularity() == WordGranularity && dra… in concludeEditDrag() local
467 … applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartInsert, smartDelete)); in concludeEditDrag()