Searched refs:FormatBlockCommand (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebCore/editing/ |
D | FormatBlockCommand.h | 33 class FormatBlockCommand : public CompositeEditCommand { 35 static PassRefPtr<FormatBlockCommand> create(Document* document, const AtomicString& tagName) in create() 37 return adoptRef(new FormatBlockCommand(document, tagName)); in create() 41 FormatBlockCommand(Document*, const AtomicString& tagName);
|
D | FormatBlockCommand.cpp | 39 FormatBlockCommand::FormatBlockCommand(Document* document, const AtomicString& tagName) in FormatBlockCommand() function in WebCore::FormatBlockCommand 44 bool FormatBlockCommand::modifyRange() in modifyRange() 71 void FormatBlockCommand::doApply() in doApply()
|
D | EditorCommand.cpp | 432 applyCommand(FormatBlockCommand::create(frame->document(), tagName)); in executeFormatBlock()
|
/external/webkit/WebCore/ |
D | Android.mk | 200 editing/FormatBlockCommand.cpp \
|
D | WebCore.pro | 530 editing/FormatBlockCommand.cpp \ 1220 editing/FormatBlockCommand.h \
|
D | WebCore.gypi | 1249 'editing/FormatBlockCommand.cpp', 1250 'editing/FormatBlockCommand.h',
|
D | GNUmakefile.am | 884 WebCore/editing/FormatBlockCommand.cpp \ 885 WebCore/editing/FormatBlockCommand.h \
|
D | ChangeLog-2006-12-31 | 13838 * editing/FormatBlockCommand.cpp: 13839 (WebCore::FormatBlockCommand::doApply): Moved the check for editability of 28102 * editing/FormatBlockCommand.cpp: 28103 (WebCore::FormatBlockCommand::doApply): 36466 * editing/FormatBlockCommand.h: Tweaked formatting. 36467 * editing/FormatBlockCommand.cpp: (WebCore::FormatBlockCommand::FormatBlockCommand): Ditto. 43993 * editing/FormatBlockCommand.h: 46259 * editing/FormatBlockCommand.cpp: 46260 (WebCore::FormatBlockCommand::doApply): Keep from inserting before editable content 48678 * editing/FormatBlockCommand.cpp: Added. [all …]
|
D | ChangeLog-2009-06-16 | 20828 * editing/FormatBlockCommand.cpp: 20829 (WebCore::FormatBlockCommand::doApply): 40381 * editing/FormatBlockCommand.cpp: 40382 (WebCore::FormatBlockCommand::modifyRange): 40383 (WebCore::FormatBlockCommand::doApply): 60211 * editing/FormatBlockCommand.cpp: 60212 (WebCore::FormatBlockCommand::FormatBlockCommand): Use AtomicString. 60213 (WebCore::FormatBlockCommand::doApply): Use Element. 60214 * editing/FormatBlockCommand.h:
|
D | ChangeLog-2008-08-10 | 13301 * editing/FormatBlockCommand.h: 13302 (WebCore::FormatBlockCommand::create): 38672 * editing/FormatBlockCommand.cpp: 38673 (WebCore::FormatBlockCommand::doApply): 54622 * editing/FormatBlockCommand.cpp: 54623 (WebCore::FormatBlockCommand::doApply): If the selected paragraph was empty, 66724 * editing/FormatBlockCommand.cpp: 66725 (WebCore::FormatBlockCommand::doApply):
|
D | ChangeLog-2007-10-14 | 42131 * editing/FormatBlockCommand.h: 43723 * editing/FormatBlockCommand.cpp: 43724 (WebCore::FormatBlockCommand::doApply):
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 4658 …40BB2C00C5AF38 /* FormatBlockCommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D05CED270A… 4659 …A40BB2C00C5AF38 /* FormatBlockCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = D05CED280A4… 9935 …AF38 /* FormatBlockCommand.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 9936 …0C5AF38 /* FormatBlockCommand.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 12656 D05CED270A40BB2C00C5AF38 /* FormatBlockCommand.cpp */, 12657 D05CED280A40BB2C00C5AF38 /* FormatBlockCommand.h */, 17114 D05CED2A0A40BB2C00C5AF38 /* FormatBlockCommand.h in Headers */, 19322 D05CED290A40BB2C00C5AF38 /* FormatBlockCommand.cpp in Sources */,
|