OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InsertParagraphSeparatorCommand
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.h
35
class
InsertParagraphSeparatorCommand
: public CompositeEditCommand {
37
static PassRefPtr<
InsertParagraphSeparatorCommand
> create(Document& document, bool useDefaultParagraphElement = false, bool pasteBlockqutoeIntoUnquotedArea = false)
39
return adoptRef(new
InsertParagraphSeparatorCommand
(document, useDefaultParagraphElement, pasteBlockqutoeIntoUnquotedArea));
43
InsertParagraphSeparatorCommand
(Document&, bool useDefaultParagraphElement, bool pasteBlockqutoeIntoUnquotedArea);
InsertParagraphSeparatorCommand.cpp
27
#include "core/editing/
InsertParagraphSeparatorCommand
.h"
61
InsertParagraphSeparatorCommand
::
InsertParagraphSeparatorCommand
(Document& document, bool mustUseDefaultParagraphElement, bool pasteBlockqutoeIntoUnquotedArea)
68
bool
InsertParagraphSeparatorCommand
::preservesTypingStyle() const
73
void
InsertParagraphSeparatorCommand
::calculateStyleBeforeInsertion(const Position &pos)
87
void
InsertParagraphSeparatorCommand
::applyStyleAfterInsertion(Node* originalEnclosingBlock)
106
bool
InsertParagraphSeparatorCommand
::shouldUseDefaultParagraphElement(Node* enclosingBlock) const
122
void
InsertParagraphSeparatorCommand
::getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<RefPtr<Element> >& ancestors)
133
PassRefPtr<Element>
InsertParagraphSeparatorCommand
::cloneHierarchyUnderNewBlock(const Vector<RefPtr<Element> >& ancestors, PassRefPtr<Element> blockToInsert)
148
void
InsertParagraphSeparatorCommand
::doApply(
[
all
...]
Completed in 32 milliseconds