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

  /external/webkit/Source/WebCore/editing/
CreateLinkCommand.cpp 27 #include "CreateLinkCommand.h"
35 CreateLinkCommand::CreateLinkCommand(Document* document, const String& url)
41 void CreateLinkCommand::doApply()
CreateLinkCommand.h 33 class CreateLinkCommand : public CompositeEditCommand {
35 static PassRefPtr<CreateLinkCommand> create(Document* document, const String& linkURL)
37 return adoptRef(new CreateLinkCommand(document, linkURL));
41 CreateLinkCommand(Document*, const String& linkURL);

Completed in 23 milliseconds