Home
last modified time | relevance | path

Searched refs:smartMove (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/editing/
DMoveSelectionCommand.h37 …nd> create(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartMove = false)
39 return adoptRef(new MoveSelectionCommand(fragment, position, smartMove));
43 MoveSelectionCommand(PassRefPtr<DocumentFragment>, const Position&, bool smartMove);
DMoveSelectionCommand.cpp34 …eSelectionCommand(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartMove) in MoveSelectionCommand() argument
35 …nd(position.node()->document()), m_fragment(fragment), m_position(position), m_smartMove(smartMove) in MoveSelectionCommand()
/external/webkit/WebCore/page/
DDragController.cpp404 bool smartMove = innerFrame->selectionGranularity() == WordGranularity in concludeEditDrag() local
407 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartMove)); in concludeEditDrag()
/external/webkit/WebCore/
DChangeLog-2005-08-2333618 (-[WebCoreBridge moveSelectionToDragCaret:smartMove:]): Ditto.
34343 (-[WebCoreBridge moveSelectionToDragCaret:smartMove:])
34884 (khtml::MoveSelectionCommand::MoveSelectionCommand): take smartMove arg
34888 (khtml::MoveSelectionCommandImpl::MoveSelectionCommandImpl): take smartMove arg
34889 (khtml::MoveSelectionCommandImpl::doApply): pass smartMove for smartDelete and smartReplace
34893 (-[WebCoreBridge moveSelectionToDragCaret:smartMove:]): take smartMove arg
DChangeLog-2006-12-3130110 (-[WebCoreFrameBridge moveSelectionToDragCaret:smartMove:]):
33316 (-[WebCoreFrameBridge moveSelectionToDragCaret:smartMove:]):
36377 (-[WebCoreFrameBridge moveSelectionToDragCaret:smartMove:]): Ditto.
DChangeLog-2006-05-1029925 (-[WebCoreFrameBridge moveSelectionToDragCaret:smartMove:]):
36098 (-[WebCoreBridge moveSelectionToDragCaret:smartMove:]):
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0911035 (-[WebHTMLView concludeDragForDraggingInfo:actionMask:]): pass value for smartMove