Searched refs:smartMove (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebCore/editing/ |
D | MoveSelectionCommand.h | 37 …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);
|
D | MoveSelectionCommand.cpp | 34 …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/ |
D | DragController.cpp | 404 bool smartMove = innerFrame->selectionGranularity() == WordGranularity in concludeEditDrag() local 407 applyCommand(MoveSelectionCommand::create(fragment, dragCaret.base(), smartMove)); in concludeEditDrag()
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-08-23 | 33618 (-[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
|
D | ChangeLog-2006-12-31 | 30110 (-[WebCoreFrameBridge moveSelectionToDragCaret:smartMove:]): 33316 (-[WebCoreFrameBridge moveSelectionToDragCaret:smartMove:]): 36377 (-[WebCoreFrameBridge moveSelectionToDragCaret:smartMove:]): Ditto.
|
D | ChangeLog-2006-05-10 | 29925 (-[WebCoreFrameBridge moveSelectionToDragCaret:smartMove:]): 36098 (-[WebCoreBridge moveSelectionToDragCaret:smartMove:]):
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 11035 (-[WebHTMLView concludeDragForDraggingInfo:actionMask:]): pass value for smartMove
|