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

  /external/webkit/WebCore/editing/
FormatBlockCommand.h 33 class FormatBlockCommand : public CompositeEditCommand {
35 static PassRefPtr<FormatBlockCommand> create(Document* document, const AtomicString& tagName)
37 return adoptRef(new FormatBlockCommand(document, tagName));
41 FormatBlockCommand(Document*, const AtomicString& tagName);
FormatBlockCommand.cpp 28 #include "FormatBlockCommand.h"
39 FormatBlockCommand::FormatBlockCommand(Document* document, const AtomicString& tagName)
44 bool FormatBlockCommand::modifyRange()
71 void FormatBlockCommand::doApply()
EditorCommand.cpp 42 #include "FormatBlockCommand.h"
432 applyCommand(FormatBlockCommand::create(frame->document(), tagName));
    [all...]
  /external/webkit/WebCore/
Android.mk 200 editing/FormatBlockCommand.cpp \

Completed in 437 milliseconds