Home
last modified time | relevance | path

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

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DApplyStyleCommand.h44 class ApplyStyleCommand : public CompositeEditCommand {
51 …static PassRefPtr<ApplyStyleCommand> create(Document* document, const EditingStyle* style, EditAct…
53 return adoptRef(new ApplyStyleCommand(document, style, action, level));
57 return adoptRef(new ApplyStyleCommand(document, style, start, end, action, level));
59 …static PassRefPtr<ApplyStyleCommand> create(PassRefPtr<Element> element, bool removeOnly = false, …
61 return adoptRef(new ApplyStyleCommand(element, removeOnly, action));
65 … return adoptRef(new ApplyStyleCommand(document, style, isInlineElementToRemoveFunction, action));
69 ApplyStyleCommand(Document*, const EditingStyle*, EditAction, EPropertyLevel);
70ApplyStyleCommand(Document*, const EditingStyle*, const Position& start, const Position& end, Edit…
71 ApplyStyleCommand(PassRefPtr<Element>, bool removeOnly, EditAction);
[all …]
H A DApplyStyleCommand.cpp121 ApplyStyleCommand::ApplyStyleCommand(Document* document, const EditingStyle* style, EditAction edit… in ApplyStyleCommand() function in WebCore::ApplyStyleCommand
149 ApplyStyleCommand::ApplyStyleCommand(PassRefPtr<Element> element, bool removeOnly, EditAction editi… in ApplyStyleCommand() function in WebCore::ApplyStyleCommand
163 ApplyStyleCommand::ApplyStyleCommand(Document* document, const EditingStyle* style, IsInlineElement… in ApplyStyleCommand() function in WebCore::ApplyStyleCommand
189 Position ApplyStyleCommand::startPosition() in startPosition()
197 Position ApplyStyleCommand::endPosition() in endPosition()
205 void ApplyStyleCommand::doApply() in doApply()
227 EditAction ApplyStyleCommand::editingAction() const in editingAction()
232 void ApplyStyleCommand::applyBlockStyle(EditingStyle *style) in applyBlockStyle()
296 void ApplyStyleCommand::applyRelativeFontStyleChange(EditingStyle* style) in applyRelativeFontStyleChange()
528 void ApplyStyleCommand::applyInlineStyle(EditingStyle* style) in applyInlineStyle()
[all …]
H A DRemoveFormatCommand.cpp90 …applyCommandToComposite(ApplyStyleCommand::create(document(), defaultStyle.get(), isElementForRemo… in doApply()
H A DCompositeEditCommand.cpp108 applyCommandToComposite(ApplyStyleCommand::create(document(), style, editingAction)); in applyStyle()
113 … applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction)); in applyStyle()
118 applyCommandToComposite(ApplyStyleCommand::create(element, false)); in applyStyledElement()
123 applyCommandToComposite(ApplyStyleCommand::create(element, true)); in removeStyledElement()
H A DEditor.cpp836 …applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), edi… in applyStyle()
855 …applyCommand(ApplyStyleCommand::create(m_frame->document(), EditingStyle::create(style).get(), edi… in applyParagraphStyle()
2795 … applyCommand(ApplyStyleCommand::create(m_frame->document(), blockStyle.get(), editingAction)); in computeAndSetTypingStyle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Dapply_style_command_test.cc49 MakeGarbageCollected<ApplyStyleCommand>( in TEST_F()
52 ApplyStyleCommand::kForceBlockProperties) in TEST_F()
79 MakeGarbageCollected<ApplyStyleCommand>( in TEST_F()
82 ApplyStyleCommand::kForceBlockProperties) in TEST_F()
99 MakeGarbageCollected<ApplyStyleCommand>( in TEST_F()
H A Dapply_style_command.cc120 ApplyStyleCommand::ApplyStyleCommand(Document& document, in ApplyStyleCommand() function in blink::ApplyStyleCommand
135 ApplyStyleCommand::ApplyStyleCommand(Document& document, in ApplyStyleCommand() function in blink::ApplyStyleCommand
150 ApplyStyleCommand::ApplyStyleCommand(Element* element, bool remove_only) in ApplyStyleCommand() function in blink::ApplyStyleCommand
162 ApplyStyleCommand::ApplyStyleCommand( in ApplyStyleCommand() function in blink::ApplyStyleCommand
199 Position ApplyStyleCommand::StartPosition() { in StartPosition()
206 Position ApplyStyleCommand::EndPosition() { in EndPosition()
382 void ApplyStyleCommand::ApplyRelativeFontStyleChange( in ApplyRelativeFontStyleChange()
885 void ApplyStyleCommand::FixRangeAndApplyInlineStyle( in FixRangeAndApplyInlineStyle()
1318 void ApplyStyleCommand::ApplyInlineStyleToPushDown( in ApplyInlineStyleToPushDown()
1891 void ApplyStyleCommand::ApplyInlineStyleChange( in ApplyInlineStyleChange()
[all …]
H A Dapply_style_command.h42 class CORE_EXPORT ApplyStyleCommand final : public CompositeEditCommand {
49 ApplyStyleCommand(Document&,
53 ApplyStyleCommand(Document&,
57 ApplyStyleCommand(Element*, bool remove_only);
58 ApplyStyleCommand(Document&,
H A Dremove_format_command.cc84 ApplyCommandToComposite(MakeGarbageCollected<ApplyStyleCommand>( in DoApply()
H A Dcomposite_edit_command.cc230 MakeGarbageCollected<ApplyStyleCommand>(GetDocument(), style, in ApplyStyle()
240 MakeGarbageCollected<ApplyStyleCommand>(GetDocument(), style, start, end), in ApplyStyle()
247 MakeGarbageCollected<ApplyStyleCommand>(element, false), editing_state); in ApplyStyledElement()
253 MakeGarbageCollected<ApplyStyleCommand>(element, true), editing_state); in RemoveStyledElement()
H A Dstyle_commands.cc69 MakeGarbageCollected<ApplyStyleCommand>( in ApplyStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Dapply_style_command_test.cc50 MakeGarbageCollected<ApplyStyleCommand>( in TEST_F()
53 ApplyStyleCommand::kForceBlockProperties) in TEST_F()
80 MakeGarbageCollected<ApplyStyleCommand>( in TEST_F()
83 ApplyStyleCommand::kForceBlockProperties) in TEST_F()
99 MakeGarbageCollected<ApplyStyleCommand>( in TEST_F()
H A Dapply_style_command.cc120 ApplyStyleCommand::ApplyStyleCommand(Document& document, in ApplyStyleCommand() function in blink::ApplyStyleCommand
135 ApplyStyleCommand::ApplyStyleCommand(Document& document, in ApplyStyleCommand() function in blink::ApplyStyleCommand
150 ApplyStyleCommand::ApplyStyleCommand(Element* element, bool remove_only) in ApplyStyleCommand() function in blink::ApplyStyleCommand
162 ApplyStyleCommand::ApplyStyleCommand( in ApplyStyleCommand() function in blink::ApplyStyleCommand
199 Position ApplyStyleCommand::StartPosition() { in StartPosition()
206 Position ApplyStyleCommand::EndPosition() { in EndPosition()
382 void ApplyStyleCommand::ApplyRelativeFontStyleChange( in ApplyRelativeFontStyleChange()
887 void ApplyStyleCommand::FixRangeAndApplyInlineStyle( in FixRangeAndApplyInlineStyle()
983 void ApplyStyleCommand::ApplyInlineStyleToNodeRange( in ApplyInlineStyleToNodeRange()
1321 void ApplyStyleCommand::ApplyInlineStyleToPushDown( in ApplyInlineStyleToPushDown()
[all …]
H A Dapply_style_command.h41 class CORE_EXPORT ApplyStyleCommand final : public CompositeEditCommand {
48 ApplyStyleCommand(Document&,
52 ApplyStyleCommand(Document&,
56 ApplyStyleCommand(Element*, bool remove_only);
57 ApplyStyleCommand(Document&,
H A Dremove_format_command.cc84 ApplyCommandToComposite(MakeGarbageCollected<ApplyStyleCommand>( in DoApply()
H A Dcomposite_edit_command.cc238 MakeGarbageCollected<ApplyStyleCommand>(GetDocument(), style, in ApplyStyle()
248 MakeGarbageCollected<ApplyStyleCommand>(GetDocument(), style, start, end), in ApplyStyle()
255 MakeGarbageCollected<ApplyStyleCommand>(element, false), editing_state); in ApplyStyledElement()
261 MakeGarbageCollected<ApplyStyleCommand>(element, true), editing_state); in RemoveStyledElement()
H A Dstyle_commands.cc69 MakeGarbageCollected<ApplyStyleCommand>( in ApplyStyle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Deditor.cc434 MakeGarbageCollected<ApplyStyleCommand>( in ApplyParagraphStyle()
436 input_type, ApplyStyleCommand::kForceBlockProperties) in ApplyParagraphStyle()
732 MakeGarbageCollected<ApplyStyleCommand>(*GetFrame().GetDocument(), in ComputeAndSetTypingStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Deditor.cc434 MakeGarbageCollected<ApplyStyleCommand>( in ApplyParagraphStyle()
436 input_type, ApplyStyleCommand::kForceBlockProperties) in ApplyParagraphStyle()
737 MakeGarbageCollected<ApplyStyleCommand>(*GetFrame().GetDocument(), in ComputeAndSetTypingStyle()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2005-08-237167 (khtml::ApplyStyleCommand::removeCSSStyle):
25004 …(khtml::ApplyStyleCommand::ApplyStyleCommand): Add an enum and a flag to this command that control…
28097 (khtml::ApplyStyleCommand::ApplyStyleCommand):
28099 (khtml::ApplyStyleCommand::editingAction):
29966 (khtml::ApplyStyleCommand::doApply):
30510 (khtml::ApplyStyleCommand::ApplyStyleCommand): Convert parameter to mutable style.
43168 …(khtml::ApplyStyleCommand::ApplyStyleCommand): Changed signature to take a CSSStyleDeclarationImpl.
44762 (khtml::ApplyStyleCommand::ApplyStyleCommand):
44763 (khtml::ApplyStyleCommand::~ApplyStyleCommand):
44764 (khtml::ApplyStyleCommand::impl):
[all …]
H A DChangeLog-2006-05-103611 * editing/ApplyStyleCommand.cpp:
4984 * editing/ApplyStyleCommand.cpp:
5270 * editing/ApplyStyleCommand.cpp:
6113 * editing/ApplyStyleCommand.h:
10237 (WebCore::ApplyStyleCommand::ApplyStyleCommand):
10240 * editing/ApplyStyleCommand.h:
13620 (WebCore::ApplyStyleCommand::ApplyStyleCommand):
13624 * editing/ApplyStyleCommand.h:
21396 (WebCore::ApplyStyleCommand::ApplyStyleCommand):
21405 * editing/ApplyStyleCommand.h:
[all …]
H A DChangeLog-2010-12-0617475 * editing/ApplyStyleCommand.h:
18625 * editing/ApplyStyleCommand.h:
28409 * editing/ApplyStyleCommand.h:
49466 * editing/ApplyStyleCommand.h:
50092 * editing/ApplyStyleCommand.h:
54740 * editing/ApplyStyleCommand.h:
54961 * editing/ApplyStyleCommand.h:
55065 * editing/ApplyStyleCommand.h:
59656 * editing/ApplyStyleCommand.h:
69682 * editing/ApplyStyleCommand.h:
[all …]
H A DChangeLog-2011-02-161222 * editing/ApplyStyleCommand.cpp:
1724 * editing/ApplyStyleCommand.cpp:
2692 …Deployed EditingStyle in ApplyStyleCommand::applyBlockStyle and ApplyStyleCommand::applyInlineStyl…
2699 * editing/ApplyStyleCommand.cpp:
4876 * editing/ApplyStyleCommand.cpp:
5468 * editing/ApplyStyleCommand.cpp:
5472 * editing/ApplyStyleCommand.h:
23428 * editing/ApplyStyleCommand.cpp:
27778 * editing/ApplyStyleCommand.h:
32356 * editing/ApplyStyleCommand.h:
[all …]
H A DChangeLog-2009-06-162732 * editing/ApplyStyleCommand.cpp:
2743 * editing/ApplyStyleCommand.h:
3554 * editing/ApplyStyleCommand.cpp:
11163 * editing/ApplyStyleCommand.cpp:
12766 * editing/ApplyStyleCommand.cpp:
15010 * editing/ApplyStyleCommand.cpp:
25601 * editing/ApplyStyleCommand.cpp:
53265 * editing/ApplyStyleCommand.h:
60155 (WebCore::ApplyStyleCommand::ApplyStyleCommand): Use PassRefPtr.
60158 * editing/ApplyStyleCommand.h:
[all …]
H A DChangeLog8360 * editing/ApplyStyleCommand.cpp:
24088 * editing/ApplyStyleCommand.cpp:
24089 * editing/ApplyStyleCommand.h:
33434 * editing/ApplyStyleCommand.cpp:
38124 * editing/ApplyStyleCommand.cpp:
51136 * editing/ApplyStyleCommand.h:
56801 * editing/ApplyStyleCommand.h:
57920 * editing/ApplyStyleCommand.h:
59630 * editing/ApplyStyleCommand.h:
62517 * editing/ApplyStyleCommand.h:
[all …]

12