CreateLinkCommand 34 Source/core/editing/CreateLinkCommand.cpp CreateLinkCommand::CreateLinkCommand(Document& document, const String& url) CreateLinkCommand 40 Source/core/editing/CreateLinkCommand.cpp void CreateLinkCommand::doApply() CreateLinkCommand 33 Source/core/editing/CreateLinkCommand.h class CreateLinkCommand FINAL : public CompositeEditCommand { CreateLinkCommand 35 Source/core/editing/CreateLinkCommand.h static PassRefPtr<CreateLinkCommand> create(Document& document, const String& linkURL) CreateLinkCommand 37 Source/core/editing/CreateLinkCommand.h return adoptRef(new CreateLinkCommand(document, linkURL)); CreateLinkCommand 41 Source/core/editing/CreateLinkCommand.h CreateLinkCommand(Document&, const String& linkURL); CreateLinkCommand 293 Source/core/editing/EditorCommand.cpp CreateLinkCommand::create(*frame.document(), value)->apply();