HomeSort by relevance Sort by last modified time
    Searched refs:ApplyBlockElementCommand (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/editing/
ApplyBlockElementCommand.h 38 class ApplyBlockElementCommand : public CompositeEditCommand {
40 ApplyBlockElementCommand(Document*, const QualifiedName& tagName, const AtomicString& className, const AtomicString& inlineStyle);
41 ApplyBlockElementCommand(Document*, const QualifiedName& tagName);
FormatBlockCommand.h 29 #include "ApplyBlockElementCommand.h"
34 class FormatBlockCommand : public ApplyBlockElementCommand {
ApplyBlockElementCommand.cpp 28 #include "ApplyBlockElementCommand.h"
42 ApplyBlockElementCommand::ApplyBlockElementCommand(Document* document, const QualifiedName& tagName, const AtomicString& className, const AtomicString& inlineStyle)
50 ApplyBlockElementCommand::ApplyBlockElementCommand(Document* document, const QualifiedName& tagName)
56 void ApplyBlockElementCommand::doApply()
95 void ApplyBlockElementCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
177 void ApplyBlockElementCommand::rangeForParagraphSplittingTextNodesIfNeeded(const VisiblePosition& endOfCurrentParagraph, Position& start, Position& end)
240 VisiblePosition ApplyBlockElementCommand::endOfNextParagrahSplittingTextNodesIfNeeded(VisiblePosition& endOfCurrentParagraph, Position& start, Position& end)
276 PassRefPtr<Element> ApplyBlockElementCommand::createBlockElement() cons
    [all...]
IndentOutdentCommand.h 29 #include "ApplyBlockElementCommand.h"
34 class IndentOutdentCommand : public ApplyBlockElementCommand {
EditingAllInOne.cpp 29 #include <ApplyBlockElementCommand.cpp>
FormatBlockCommand.cpp 48 : ApplyBlockElementCommand(document, tagName)
57 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection);
IndentOutdentCommand.cpp 53 : ApplyBlockElementCommand(document, blockquoteTag, "webkit-indent-blockquote", "margin: 0 0 0 40px; border: none; padding: 0px;")
182 // FIXME: We should merge this function with ApplyBlockElementCommand::formatSelection
222 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection);
  /external/webkit/Source/WebCore/
Android.mk 223 editing/ApplyBlockElementCommand.cpp \
    [all...]

Completed in 345 milliseconds