Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DApplyStyleCommand.h37 class ApplyStyleCommand : public CompositeEditCommand {
41 …static PassRefPtr<ApplyStyleCommand> create(Document* document, CSSStyleDeclaration* style, EditAc…
43 return adoptRef(new ApplyStyleCommand(document, style, action, level));
45 …static PassRefPtr<ApplyStyleCommand> create(Document* document, CSSStyleDeclaration* style, const …
47 return adoptRef(new ApplyStyleCommand(document, style, start, end, action, level));
49 …static PassRefPtr<ApplyStyleCommand> create(PassRefPtr<Element> element, bool removeOnly = false, …
51 return adoptRef(new ApplyStyleCommand(element, removeOnly, action));
55 ApplyStyleCommand(Document*, CSSStyleDeclaration*, EditAction, EPropertyLevel);
56ApplyStyleCommand(Document*, CSSStyleDeclaration*, const Position& start, const Position& end, Edi…
57 ApplyStyleCommand(PassRefPtr<Element>, bool removeOnly, EditAction);
DApplyStyleCommand.cpp481 ApplyStyleCommand::ApplyStyleCommand(Document* document, CSSStyleDeclaration* style, EditAction edi… in ApplyStyleCommand() function in WebCore::ApplyStyleCommand
494 ApplyStyleCommand::ApplyStyleCommand(Document* document, CSSStyleDeclaration* style, const Position… in ApplyStyleCommand() function in WebCore::ApplyStyleCommand
507 ApplyStyleCommand::ApplyStyleCommand(PassRefPtr<Element> element, bool removeOnly, EditAction editi… in ApplyStyleCommand() function in WebCore::ApplyStyleCommand
520 void ApplyStyleCommand::updateStartEnd(const Position& newStart, const Position& newEnd) in updateStartEnd()
532 Position ApplyStyleCommand::startPosition() in startPosition()
540 Position ApplyStyleCommand::endPosition() in endPosition()
548 void ApplyStyleCommand::doApply() in doApply()
573 EditAction ApplyStyleCommand::editingAction() const in editingAction()
578 void ApplyStyleCommand::applyBlockStyle(CSSMutableStyleDeclaration *style) in applyBlockStyle()
636 void ApplyStyleCommand::applyRelativeFontStyleChange(CSSMutableStyleDeclaration *style) in applyRelativeFontStyleChange()
[all …]
DCompositeEditCommand.cpp105 applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction)); in applyStyle()
110 … applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction)); in applyStyle()
115 applyCommandToComposite(ApplyStyleCommand::create(element, false)); in applyStyledElement()
120 applyCommandToComposite(ApplyStyleCommand::create(element, true)); in removeStyledElement()
DEditor.cpp728 applyCommand(ApplyStyleCommand::create(m_frame->document(), style, editingAction)); in applyStyle()
747 …applyCommand(ApplyStyleCommand::create(m_frame->document(), style, editingAction, ApplyStyleComman… in applyParagraphStyle()
/external/webkit/WebCore/
DChangeLog-2005-08-235869 (khtml::ApplyStyleCommand::applyRelativeFontStyleChange):
5870 (khtml::ApplyStyleCommand::applyInlineStyle):
5871 (khtml::ApplyStyleCommand::isHTMLStyleNode):
5872 (khtml::ApplyStyleCommand::removeHTMLFontStyle):
5873 (khtml::ApplyStyleCommand::applyTextDecorationStyle):
5874 (khtml::ApplyStyleCommand::mergeEndWithNextIfIdentical):
5875 (khtml::ApplyStyleCommand::addBlockStyleIfNeeded):
5876 (khtml::ApplyStyleCommand::addInlineStyleIfNeeded):
7167 (khtml::ApplyStyleCommand::removeCSSStyle):
7168 (khtml::ApplyStyleCommand::addInlineStyleIfNeeded):
[all …]
DChangeLog-2006-05-103611 * editing/ApplyStyleCommand.cpp:
3612 (WebCore::ApplyStyleCommand::applyRelativeFontStyleChange): Same.
4984 * editing/ApplyStyleCommand.cpp:
4986 (WebCore::ApplyStyleCommand::applyRelativeFontStyleChange):
4987 (WebCore::ApplyStyleCommand::removeInlineStyle):
5270 * editing/ApplyStyleCommand.cpp:
5271 (WebCore::ApplyStyleCommand::applyRelativeFontStyleChange):
6112 * editing/ApplyStyleCommand.cpp:
6113 * editing/ApplyStyleCommand.h:
6853 * editing/ApplyStyleCommand.cpp:
[all …]
DChangeLog-2009-06-162732 * editing/ApplyStyleCommand.cpp:
2735 (WebCore::ApplyStyleCommand::applyBlockStyle):
2736 (WebCore::ApplyStyleCommand::applyRelativeFontStyleChange):
2737 (WebCore::ApplyStyleCommand::implicitlyStyledElementShouldBeRemovedWhenApplyingStyle):
2738 (WebCore::ApplyStyleCommand::replaceWithSpanOrRemoveIfWithoutAttributes):
2739 (WebCore::ApplyStyleCommand::removeCSSStyle):
2740 (WebCore::ApplyStyleCommand::applyTextDecorationStyle):
2741 (WebCore::ApplyStyleCommand::removeInlineStyle):
2742 (WebCore::ApplyStyleCommand::addInlineStyleIfNeeded):
2743 * editing/ApplyStyleCommand.h:
[all …]
DAndroid.mk189 editing/ApplyStyleCommand.cpp \
DWebCore.pro519 editing/ApplyStyleCommand.cpp \
1210 editing/ApplyStyleCommand.h \
DChangeLog-2005-12-193010 (khtml::ApplyStyleCommand::doApply):
3011 (khtml::ApplyStyleCommand::applyRelativeFontStyleChange):
3012 (khtml::ApplyStyleCommand::removeCSSStyle):
3014 (khtml::ApplyStyleCommand::extractTextDecorationStyle):
3015 (khtml::ApplyStyleCommand::extractAndNegateTextDecorationStyle):
3016 (khtml::ApplyStyleCommand::pushDownTextDecorationStyleAroundNode):
3017 (khtml::ApplyStyleCommand::removeInlineStyle):
3018 (khtml::ApplyStyleCommand::addInlineStyleIfNeeded):
3019 (khtml::ApplyStyleCommand::computedFontSize):
7481 (khtml::ApplyStyleCommand::applyInlineStyle):
[all …]
DChangeLog-2006-12-3111089 * editing/ApplyStyleCommand.cpp:
11090 (WebCore::ApplyStyleCommand::applyBlockStyle):
18633 yet any redundant style prevention in ApplyStyleCommand, so this
22816 * editing/ApplyStyleCommand.cpp:
22820 (WebCore::ApplyStyleCommand::applyRelativeFontStyleChange):
22826 (WebCore::ApplyStyleCommand::cleanupUnstyledAppleStyleSpans):
22831 (WebCore::ApplyStyleCommand::applyInlineStyle):
22834 (WebCore::ApplyStyleCommand::removeCSSStyle):
22837 (WebCore::ApplyStyleCommand::mergeStartWithPreviousIfIdentical):
22840 * editing/ApplyStyleCommand.h:
[all …]
DWebCore.gypi1225 'editing/ApplyStyleCommand.cpp',
1226 'editing/ApplyStyleCommand.h',
DGNUmakefile.am860 WebCore/editing/ApplyStyleCommand.cpp \
861 WebCore/editing/ApplyStyleCommand.h \
DChangeLog-2010-01-293652 * editing/ApplyStyleCommand.cpp:
4991 * editing/ApplyStyleCommand.cpp:
40531 * editing/ApplyStyleCommand.cpp:
40545 * editing/ApplyStyleCommand.cpp:
42536 * editing/ApplyStyleCommand.cpp:
47572 ApplyStyleCommand removes presentational tags even when not necessary
47583 * editing/ApplyStyleCommand.cpp:
47584 (WebCore::ApplyStyleCommand::shouldRemoveTextDecorationTag): Returns true if specified text
47586 … (WebCore::ApplyStyleCommand::implicitlyStyledElementShouldBeRemovedWhenApplyingStyle): No longer
47588 … (WebCore::ApplyStyleCommand::applyTextDecorationStyle): Does not add style-span when redundant
[all …]
DChangeLog-2007-10-141723 * editing/ApplyStyleCommand.cpp:
8450 … * editing/ApplyStyleCommand.cpp: (WebCore::ApplyStyleCommand::applyBlockStyle): Added nil checks.
15694 * editing/ApplyStyleCommand.cpp:
34223 * editing/ApplyStyleCommand.cpp:
34224 … (WebCore::ApplyStyleCommand::applyRelativeFontStyleChange): Don't wrap in a span if the text node
35803 * editing/ApplyStyleCommand.cpp:
35804 (WebCore::ApplyStyleCommand::applyInlineStyle):
39839 * editing/ApplyStyleCommand.cpp:
39840 (WebCore::ApplyStyleCommand::applyInlineStyle):
45402 * editing/ApplyStyleCommand.cpp:
[all …]
DChangeLog-2008-08-1011311 * editing/ApplyStyleCommand.cpp:
11312 (WebCore::ApplyStyleCommand::ApplyStyleCommand):
11314 (WebCore::ApplyStyleCommand::extractAndNegateTextDecorationStyle):
13230 * editing/ApplyStyleCommand.cpp:
13231 (WebCore::ApplyStyleCommand::applyBlockStyle):
13232 * editing/ApplyStyleCommand.h:
13233 (WebCore::ApplyStyleCommand::create):
13762 * editing/ApplyStyleCommand.cpp:
13763 (WebCore::ApplyStyleCommand::surroundNodeRangeWithElement): Added a FIXME.
14846 ApplyStyleCommand::applyInlineStyle does some work and then checks to see
[all …]
/external/webkit/WebCore/page/
DFrame.cpp953 applyCommand(ApplyStyleCommand::create(document(), blockStyle.get(), editingAction)); in computeAndSetTypingStyle()
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2203 …99E64920056E581 /* ApplyStyleCommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93309D8909…
2204 …099E64920056E581 /* ApplyStyleCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 93309D8A099…
7573 …6E581 /* ApplyStyleCommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
7574 …0056E581 /* ApplyStyleCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
12632 93309D89099E64910056E581 /* ApplyStyleCommand.cpp */,
12633 93309D8A099E64910056E581 /* ApplyStyleCommand.h */,
16103 93309DD9099E64920056E581 /* ApplyStyleCommand.h in Headers */,
18808 93309DD8099E64920056E581 /* ApplyStyleCommand.cpp in Sources */,
/external/webkit/WebKit/mac/
DChangeLog-2010-01-2922839 … <rdar://problem/5195056> Huge plain text pastes are slow, time spent in ApplyStyleCommand::doApply