Searched refs:CreateLinkCommand (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DCreateLinkCommand.h33 class CreateLinkCommand : public CompositeEditCommand { class in namespace:WebCore
35 static PassRefPtr<CreateLinkCommand> create(Document* document, const String& linkURL)
37 return adoptRef(new CreateLinkCommand(document, linkURL));
41 CreateLinkCommand(Document*, const String& linkURL);
H A DCreateLinkCommand.cpp27 #include "CreateLinkCommand.h"
35 CreateLinkCommand::CreateLinkCommand(Document* document, const String& url) function in class:WebCore::CreateLinkCommand
41 void CreateLinkCommand::doApply()
H A DEditingAllInOne.cpp33 #include <CreateLinkCommand.cpp>
H A DEditorCommand.cpp37 #include "CreateLinkCommand.h"
294 applyCommand(CreateLinkCommand::create(frame->document(), value));
H A DEditor.cpp42 #include "CreateLinkCommand.h"
2273 applyCommand(CreateLinkCommand::create(m_frame->document(), result->replacement));
/external/webkit/Source/WebCore/
H A DAndroid.mk227 editing/CreateLinkCommand.cpp \

Completed in 747 milliseconds