Searched refs:ApplyBlockElementCommand (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | ApplyBlockElementCommand.cpp | 42 ApplyBlockElementCommand::ApplyBlockElementCommand(Document* document, const QualifiedName& tagName… in ApplyBlockElementCommand() function in WebCore::ApplyBlockElementCommand 50 ApplyBlockElementCommand::ApplyBlockElementCommand(Document* document, const QualifiedName& tagName) in ApplyBlockElementCommand() function in WebCore::ApplyBlockElementCommand 56 void ApplyBlockElementCommand::doApply() in doApply() 95 void ApplyBlockElementCommand::formatSelection(const VisiblePosition& startOfSelection, const Visib… in formatSelection() 177 void ApplyBlockElementCommand::rangeForParagraphSplittingTextNodesIfNeeded(const VisiblePosition& e… in rangeForParagraphSplittingTextNodesIfNeeded() 240 VisiblePosition ApplyBlockElementCommand::endOfNextParagrahSplittingTextNodesIfNeeded(VisiblePositi… in endOfNextParagrahSplittingTextNodesIfNeeded() 276 PassRefPtr<Element> ApplyBlockElementCommand::createBlockElement() const in createBlockElement()
|
D | ApplyBlockElementCommand.h | 38 class ApplyBlockElementCommand : public CompositeEditCommand { 40 …ApplyBlockElementCommand(Document*, const QualifiedName& tagName, const AtomicString& className, c… 41 ApplyBlockElementCommand(Document*, const QualifiedName& tagName);
|
D | FormatBlockCommand.cpp | 48 : ApplyBlockElementCommand(document, tagName) in FormatBlockCommand() 57 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection); in formatSelection()
|
D | FormatBlockCommand.h | 34 class FormatBlockCommand : public ApplyBlockElementCommand {
|
D | IndentOutdentCommand.h | 34 class IndentOutdentCommand : public ApplyBlockElementCommand {
|
D | IndentOutdentCommand.cpp | 53 …: ApplyBlockElementCommand(document, blockquoteTag, "webkit-indent-blockquote", "margin: 0 0 0 40p… in IndentOutdentCommand() 222 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection); in formatSelection()
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 223 editing/ApplyBlockElementCommand.cpp \
|
D | WebCore.pro | 564 editing/ApplyBlockElementCommand.cpp \ 1539 editing/ApplyBlockElementCommand.h \
|
D | CMakeLists.txt | 645 editing/ApplyBlockElementCommand.cpp
|
D | GNUmakefile.list.am | 1303 Source/WebCore/editing/ApplyBlockElementCommand.cpp \ 1304 Source/WebCore/editing/ApplyBlockElementCommand.h \
|
D | GNUmakefile.am | 1349 Source/WebCore/editing/ApplyBlockElementCommand.cpp \ 1350 Source/WebCore/editing/ApplyBlockElementCommand.h \
|
D | WebCore.gypi | 559 'editing/ApplyBlockElementCommand.h', 2599 'editing/ApplyBlockElementCommand.cpp',
|
D | ChangeLog-2010-12-06 | 34495 * editing/ApplyBlockElementCommand.cpp: 34496 (WebCore::ApplyBlockElementCommand::formatSelection): 37005 * editing/ApplyBlockElementCommand.cpp: 37006 (WebCore::ApplyBlockElementCommand::formatSelection): See above. 37009 (WebCore::ApplyBlockElementCommand::rangeForParagraphSplittingTextNodesIfNeeded): Added. 37010 (WebCore::ApplyBlockElementCommand::endOfNextParagrahSplittingTextNodesIfNeeded): Added. 37011 * editing/ApplyBlockElementCommand.h: 41179 Added ApplyBlockElementCommand, which is an abstract class inherited by FormatBlockCommand 41182 ApplyBlockElementCommand's doApply verifies the current selection and exits early 41190 * Android.mk: Added ApplyBlockElementCommand.cpp. [all …]
|
D | ChangeLog-2011-02-16 | 27746 … Stop instantiating legacy editing positions in ApplyBlockElementCommand and ApplyStyleCommand 27760 * editing/ApplyBlockElementCommand.cpp: 27761 (WebCore::ApplyBlockElementCommand::formatSelection): 47255 Also fixed a bug in ApplyBlockElementCommand::formatSelection that the end of selection 47261 * editing/ApplyBlockElementCommand.cpp: 47262 … (WebCore::ApplyBlockElementCommand::formatSelection): Calls formatRange with m_endOfLastParagraph. 47263 (WebCore::ApplyBlockElementCommand::rangeForParagraphSplittingTextNodesIfNeeded): Updates 47265 (WebCore::ApplyBlockElementCommand::endOfNextParagrahSplittingTextNodesIfNeeded): Ditto. 47266 * editing/ApplyBlockElementCommand.h: Added m_endOfLastParagraph as a member variable.
|
D | ChangeLog | 1731 * editing/ApplyBlockElementCommand.h: 44793 * editing/ApplyBlockElementCommand.cpp: 44794 (WebCore::ApplyBlockElementCommand::rangeForParagraphSplittingTextNodesIfNeeded): 49119 * editing/ApplyBlockElementCommand.cpp: 49120 (WebCore::ApplyBlockElementCommand::doApply):
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 3159 …3006B28FC /* ApplyBlockElementCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B417062125… 3160 …006B28FC /* ApplyBlockElementCommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B41706312… 9721 …C /* ApplyBlockElementCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 9722 …* ApplyBlockElementCommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 15651 9B417063125662B3006B28FC /* ApplyBlockElementCommand.cpp */, 15652 9B417062125662B3006B28FC /* ApplyBlockElementCommand.h */, 19931 9B417064125662B3006B28FC /* ApplyBlockElementCommand.h in Headers */, 23327 9B417065125662B3006B28FC /* ApplyBlockElementCommand.cpp in Sources */,
|