HomeSort by relevance Sort by last modified time
    Searched defs:FormatBlockCommand (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
FormatBlockCommand.h 34 class FormatBlockCommand : public ApplyBlockElementCommand {
36 static PassRefPtr<FormatBlockCommand> create(Document* document, const QualifiedName& tagName)
38 return adoptRef(new FormatBlockCommand(document, tagName));
47 FormatBlockCommand(Document*, const QualifiedName& tagName);
FormatBlockCommand.cpp 28 #include "FormatBlockCommand.h"
47 FormatBlockCommand::FormatBlockCommand(Document* document, const QualifiedName& tagName)
53 void FormatBlockCommand::formatSelection(const VisiblePosition& startOfSelection, const VisiblePosition& endOfSelection)
61 void FormatBlockCommand::formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>& blockNode)
98 Element* FormatBlockCommand::elementForFormatBlockCommand(Range* range)

Completed in 95 milliseconds