Home
last modified time | relevance | path

Searched refs:CreateLinkCommand (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/editing/
DCreateLinkCommand.h33 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);
DCreateLinkCommand.cpp35 CreateLinkCommand::CreateLinkCommand(Document* document, const String& url) in CreateLinkCommand() function in WebCore::CreateLinkCommand
41 void CreateLinkCommand::doApply() in doApply()
DEditorCommand.cpp294 applyCommand(CreateLinkCommand::create(frame->document(), value)); in executeCreateLink()
DEditor.cpp2273 … applyCommand(CreateLinkCommand::create(m_frame->document(), result->replacement)); in markAllMisspellingsAndBadGrammarInRanges()
/external/webkit/Source/WebCore/
DAndroid.mk227 editing/CreateLinkCommand.cpp \
DWebCore.pro568 editing/CreateLinkCommand.cpp \
1543 editing/CreateLinkCommand.h \
DCMakeLists.txt649 editing/CreateLinkCommand.cpp
DGNUmakefile.list.am1311 Source/WebCore/editing/CreateLinkCommand.cpp \
1312 Source/WebCore/editing/CreateLinkCommand.h \
DGNUmakefile.am1357 Source/WebCore/editing/CreateLinkCommand.cpp \
1358 Source/WebCore/editing/CreateLinkCommand.h \
DChangeLog-2006-05-106116 * 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.
DWebCore.gypi2605 'editing/CreateLinkCommand.cpp',
2606 'editing/CreateLinkCommand.h',
DChangeLog-2006-12-3143990 * editing/CreateLinkCommand.h:
52040 * editing/CreateLinkCommand.cpp:
52041 (WebCore::CreateLinkCommand::doApply): Added early return when there is no selection.
54851 * editing/CreateLinkCommand.cpp:
DChangeLog-2010-01-2960387 * 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.
DChangeLog-2007-10-1441813 * editing/CreateLinkCommand.cpp:
41814 (WebCore::CreateLinkCommand::doApply): For a caret
41974 * editing/CreateLinkCommand.cpp:
41975 (WebCore::CreateLinkCommand::doApply): Use a RefPtr,
DChangeLog15667 …if user undoes the substitution, it will not be applied again. For CreateLinkCommand, we add mark…
15670 * editing/CreateLinkCommand.h:
15671 (WebCore::CreateLinkCommand::isCreateLinkCommand):
DChangeLog-2008-08-1013268 * editing/CreateLinkCommand.h:
13269 (WebCore::CreateLinkCommand::create):
DChangeLog-2009-06-1640337 * editing/CreateLinkCommand.cpp:
40338 (WebCore::CreateLinkCommand::doApply):
DChangeLog-2010-12-0671264 * editing/CreateLinkCommand.cpp:
71265 (WebCore::CreateLinkCommand::doApply): used to call pushPartiallySelectedAnchorElementsDown.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5476 …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 */,