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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CreateLinkCommand.cpp 28 #include "core/editing/CreateLinkCommand.h"
34 CreateLinkCommand::CreateLinkCommand(Document* document, const String& url)
40 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));
43 CreateLinkCommand(Document*, const String& linkURL);

Completed in 48 milliseconds