HomeSort by relevance Sort by last modified time
    Searched refs:FormatBlockCommand (Results 1 - 5 of 5) 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)
EditingAllInOne.cpp 42 #include <FormatBlockCommand.cpp>
EditorCommand.cpp 42 #include "FormatBlockCommand.h"
442 RefPtr<FormatBlockCommand> command = FormatBlockCommand::create(frame->document(), qualifiedTagName);
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 236 editing/FormatBlockCommand.cpp \
    [all...]

Completed in 68 milliseconds