Searched refs:CreateLinkCommand (Results 1 – 19 of 19) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | CreateLinkCommand.h | 33 class CreateLinkCommand : public CompositeEditCommand { 35 static PassRefPtr<CreateLinkCommand> create(Document* document, const String& linkURL) in create() 37 return adoptRef(new CreateLinkCommand(document, linkURL)); in create() 41 CreateLinkCommand(Document*, const String& linkURL);
|
D | CreateLinkCommand.cpp | 35 CreateLinkCommand::CreateLinkCommand(Document* document, const String& url) in CreateLinkCommand() function in WebCore::CreateLinkCommand 41 void CreateLinkCommand::doApply() in doApply()
|
D | EditorCommand.cpp | 294 applyCommand(CreateLinkCommand::create(frame->document(), value)); in executeCreateLink()
|
D | Editor.cpp | 2273 … applyCommand(CreateLinkCommand::create(m_frame->document(), result->replacement)); in markAllMisspellingsAndBadGrammarInRanges()
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 227 editing/CreateLinkCommand.cpp \
|
D | WebCore.pro | 568 editing/CreateLinkCommand.cpp \ 1543 editing/CreateLinkCommand.h \
|
D | CMakeLists.txt | 649 editing/CreateLinkCommand.cpp
|
D | GNUmakefile.list.am | 1311 Source/WebCore/editing/CreateLinkCommand.cpp \ 1312 Source/WebCore/editing/CreateLinkCommand.h \
|
D | GNUmakefile.am | 1357 Source/WebCore/editing/CreateLinkCommand.cpp \ 1358 Source/WebCore/editing/CreateLinkCommand.h \
|
D | ChangeLog-2006-05-10 | 6116 * editing/CreateLinkCommand.cpp: 9974 * editing/CreateLinkCommand.h: 9975 (WebCore::CreateLinkCommand::editingAction): 10249 * editing/CreateLinkCommand.cpp: 10250 (WebCore::CreateLinkCommand::doApply): 10251 * editing/CreateLinkCommand.h: 13627 * editing/CreateLinkCommand.cpp: Added. 13628 (WebCore::CreateLinkCommand::CreateLinkCommand): 13629 (WebCore::CreateLinkCommand::doApply): 13630 * editing/CreateLinkCommand.h: Added.
|
D | WebCore.gypi | 2605 'editing/CreateLinkCommand.cpp', 2606 'editing/CreateLinkCommand.h',
|
D | ChangeLog-2006-12-31 | 43990 * editing/CreateLinkCommand.h: 52040 * editing/CreateLinkCommand.cpp: 52041 (WebCore::CreateLinkCommand::doApply): Added early return when there is no selection. 54851 * editing/CreateLinkCommand.cpp:
|
D | ChangeLog-2010-01-29 | 60387 * editing/CreateLinkCommand.cpp: 60388 (WebCore::CreateLinkCommand::doApply): 66833 * editing/CreateLinkCommand.cpp: 66834 (WebCore::CreateLinkCommand::doApply): Use create instead of new. 71201 * editing/CreateLinkCommand.cpp: 71202 (WebCore::CreateLinkCommand::doApply): Call Text::create.
|
D | ChangeLog-2007-10-14 | 41813 * editing/CreateLinkCommand.cpp: 41814 (WebCore::CreateLinkCommand::doApply): For a caret 41974 * editing/CreateLinkCommand.cpp: 41975 (WebCore::CreateLinkCommand::doApply): Use a RefPtr,
|
D | ChangeLog | 15667 …if user undoes the substitution, it will not be applied again. For CreateLinkCommand, we add mark… 15670 * editing/CreateLinkCommand.h: 15671 (WebCore::CreateLinkCommand::isCreateLinkCommand):
|
D | ChangeLog-2008-08-10 | 13268 * editing/CreateLinkCommand.h: 13269 (WebCore::CreateLinkCommand::create):
|
D | ChangeLog-2009-06-16 | 40337 * editing/CreateLinkCommand.cpp: 40338 (WebCore::CreateLinkCommand::doApply):
|
D | ChangeLog-2010-12-06 | 71264 * editing/CreateLinkCommand.cpp: 71265 (WebCore::CreateLinkCommand::doApply): used to call pushPartiallySelectedAnchorElementsDown.
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 5476 …09C6700100307E43 /* CreateLinkCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B0556609C… 5477 …9C6700100307E43 /* CreateLinkCommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D0B0556709… 12003 …00307E43 /* CreateLinkCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 12004 …07E43 /* CreateLinkCommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 15659 D0B0556709C6700100307E43 /* CreateLinkCommand.cpp */, 15660 D0B0556609C6700100307E43 /* CreateLinkCommand.h */, 20113 D0B0556809C6700100307E43 /* CreateLinkCommand.h in Headers */, 23469 D0B0556909C6700100307E43 /* CreateLinkCommand.cpp in Sources */,
|