Home
last modified time | relevance | path

Searched refs:FormatBlockCommand (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/editing/
DFormatBlockCommand.h33 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);
DFormatBlockCommand.cpp39 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()
DEditorCommand.cpp432 applyCommand(FormatBlockCommand::create(frame->document(), tagName)); in executeFormatBlock()
/external/webkit/WebCore/
DAndroid.mk200 editing/FormatBlockCommand.cpp \
DWebCore.pro530 editing/FormatBlockCommand.cpp \
1220 editing/FormatBlockCommand.h \
DWebCore.gypi1249 'editing/FormatBlockCommand.cpp',
1250 'editing/FormatBlockCommand.h',
DGNUmakefile.am884 WebCore/editing/FormatBlockCommand.cpp \
885 WebCore/editing/FormatBlockCommand.h \
DChangeLog-2006-12-3113838 * 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 …]
DChangeLog-2009-06-1620828 * 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:
DChangeLog-2008-08-1013301 * 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):
DChangeLog-2007-10-1442131 * editing/FormatBlockCommand.h:
43723 * editing/FormatBlockCommand.cpp:
43724 (WebCore::FormatBlockCommand::doApply):
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4658 …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 */,