OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MoveSelectionCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
MoveSelectionCommand.cpp
27
#include "core/editing/
MoveSelectionCommand
.h"
34
MoveSelectionCommand
::
MoveSelectionCommand
(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete)
40
void
MoveSelectionCommand
::doApply()
81
EditAction
MoveSelectionCommand
::editingAction() const
MoveSelectionCommand.h
35
class
MoveSelectionCommand
: public CompositeEditCommand {
37
static PassRefPtr<
MoveSelectionCommand
> create(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert = false, bool smartDelete = false)
39
return adoptRef(new
MoveSelectionCommand
(fragment, position, smartInsert, smartDelete));
43
MoveSelectionCommand
(PassRefPtr<DocumentFragment>, const Position&, bool smartInsert, bool smartDelete);
Completed in 74 milliseconds