Home
last modified time | relevance | path

Searched refs:ApplyBlockElementCommand (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/editing/
DApplyBlockElementCommand.cpp42 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()
DApplyBlockElementCommand.h38 class ApplyBlockElementCommand : public CompositeEditCommand {
40ApplyBlockElementCommand(Document*, const QualifiedName& tagName, const AtomicString& className, c…
41 ApplyBlockElementCommand(Document*, const QualifiedName& tagName);
DFormatBlockCommand.cpp48 : ApplyBlockElementCommand(document, tagName) in FormatBlockCommand()
57 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection); in formatSelection()
DFormatBlockCommand.h34 class FormatBlockCommand : public ApplyBlockElementCommand {
DIndentOutdentCommand.h34 class IndentOutdentCommand : public ApplyBlockElementCommand {
DIndentOutdentCommand.cpp53 …: ApplyBlockElementCommand(document, blockquoteTag, "webkit-indent-blockquote", "margin: 0 0 0 40p… in IndentOutdentCommand()
222 ApplyBlockElementCommand::formatSelection(startOfSelection, endOfSelection); in formatSelection()
/external/webkit/Source/WebCore/
DAndroid.mk223 editing/ApplyBlockElementCommand.cpp \
DWebCore.pro564 editing/ApplyBlockElementCommand.cpp \
1539 editing/ApplyBlockElementCommand.h \
DCMakeLists.txt645 editing/ApplyBlockElementCommand.cpp
DGNUmakefile.list.am1303 Source/WebCore/editing/ApplyBlockElementCommand.cpp \
1304 Source/WebCore/editing/ApplyBlockElementCommand.h \
DGNUmakefile.am1349 Source/WebCore/editing/ApplyBlockElementCommand.cpp \
1350 Source/WebCore/editing/ApplyBlockElementCommand.h \
DWebCore.gypi559 'editing/ApplyBlockElementCommand.h',
2599 'editing/ApplyBlockElementCommand.cpp',
DChangeLog-2010-12-0634495 * 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 …]
DChangeLog-2011-02-1627746 … 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.
DChangeLog1731 * 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/
Dproject.pbxproj3159 …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 */,