OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReplaceSelectionCommand
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.h
37
class
ReplaceSelectionCommand
: public CompositeEditCommand {
49
static PassRefPtr<
ReplaceSelectionCommand
> create(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction action = EditActionPaste)
51
return adoptRef(new
ReplaceSelectionCommand
(document, fragment, options, action));
55
ReplaceSelectionCommand
(Document*, PassRefPtr<DocumentFragment>, CommandOptions, EditAction);
ReplaceSelectionCommand.cpp
27
#include "
ReplaceSelectionCommand
.h"
344
ReplaceSelectionCommand
::
ReplaceSelectionCommand
(Document* document, PassRefPtr<DocumentFragment> fragment, CommandOptions options, EditAction editAction)
365
bool
ReplaceSelectionCommand
::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote)
390
bool
ReplaceSelectionCommand
::shouldMergeEnd(bool selectionEndWasEndOfParagraph)
409
void
ReplaceSelectionCommand
::removeNodePreservingChildren(Node* node)
419
void
ReplaceSelectionCommand
::removeNodeAndPruneAncestors(Node* node)
452
bool
ReplaceSelectionCommand
::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination)
473
void
ReplaceSelectionCommand
::negateStyleRulesThatAffectAppearance()
495
void
ReplaceSelectionCommand
::removeUnrenderedTextNodesAtEnds(
[
all
...]
Completed in 305 milliseconds