Home
last modified time | relevance | path

Searched refs:CSSEditUtils (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DCSSEditUtils.cpp203 { CSSEditUtils::eCSSEditableProperty_NONE, 0 }
208 { CSSEditUtils::eCSSEditableProperty_NONE, 0 }
213 { CSSEditUtils::eCSSEditableProperty_NONE, 0 }
218 { CSSEditUtils::eCSSEditableProperty_NONE, 0 }
223 { CSSEditUtils::eCSSEditableProperty_NONE, 0 }
228 { CSSEditUtils::eCSSEditableProperty_NONE, 0 }
233 { CSSEditUtils::eCSSEditableProperty_NONE, 0 }
304 CSSEditUtils::CSSEditUtils(HTMLEditor* aHTMLEditor) in CSSEditUtils() function in mozilla::CSSEditUtils
312 CSSEditUtils::~CSSEditUtils() in ~CSSEditUtils()
495 CSSEditUtils::CreateCSSPropertyTxn( in CreateCSSPropertyTxn()
[all …]
H A DCSSEditUtils.h36 class CSSEditUtils final
39 explicit CSSEditUtils(HTMLEditor* aEditor);
40 ~CSSEditUtils();
H A Dmoz.build22 'CSSEditUtils.h',
38 'CSSEditUtils.cpp',
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DCSSEditUtils.cpp177 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
182 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
187 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
192 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
197 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
202 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
207 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
212 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
217 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
280 CSSEditUtils::CSSEditUtils(HTMLEditor* aHTMLEditor) in CSSEditUtils() function in mozilla::CSSEditUtils
[all …]
H A DHTMLStyleEditor.cpp241 return CSSEditUtils::ElementsSameStyle(newSpan, element); in IsSimpleModifiableNode()
261 if (CSSEditUtils::IsCSSEquivalentToHTMLInlineStyleSet( in SetInlinePropertyOnTextNode()
364 if (CSSEditUtils::IsCSSEquivalentToHTMLInlineStyleSet( in SetInlinePropertyOnNodeImpl()
513 isSet = CSSEditUtils::IsCSSEquivalentToHTMLInlineStyleSet( in SplitStyleAbovePoint()
715 bool hasAttribute = CSSEditUtils::HaveCSSEquivalentStyles( in RemoveStyleInside()
922 CSSEditUtils::IsCSSEquivalentToHTMLInlineStyleSet( in GetInlinePropertyBase()
924 CSSEditUtils::eComputed); in GetInlinePropertyBase()
986 CSSEditUtils::eComputed); in GetInlinePropertyBase()
1007 CSSEditUtils::eComputed); in GetInlinePropertyBase()
1168 CSSEditUtils::eComputed)) { in RemoveInlineProperty()
[all …]
H A DHTMLAbsPositionEditor.cpp85 nsresult rv = CSSEditUtils::GetComputedProperty( in GetAbsolutelyPositionedSelectionContainer()
159 nsresult rv = CSSEditUtils::GetSpecifiedProperty( in GetZIndex()
171 rv = CSSEditUtils::GetComputedProperty(*node, *nsGkAtoms::position, in GetZIndex()
179 rv = CSSEditUtils::GetComputedProperty(*node, *nsGkAtoms::z_index, in GetZIndex()
413 CSSEditUtils::GetComputedProperty(aElement, *nsGkAtoms::position, in SetPositionToAbsoluteOrStatic()
543 nsresult rv = CSSEditUtils::GetComputedProperty( in GetTemporaryStyleForFocusedPositionedElement()
551 rv = CSSEditUtils::GetComputedProperty(aElement, *nsGkAtoms::backgroundColor, in GetTemporaryStyleForFocusedPositionedElement()
559 CSSEditUtils::GetComputedStyle(&aElement); in GetTemporaryStyleForFocusedPositionedElement()
H A DCSSEditUtils.h35 class CSSEditUtils final {
37 explicit CSSEditUtils(HTMLEditor* aEditor);
38 ~CSSEditUtils();
H A Dmoz.build18 'CSSEditUtils.h',
37 'CSSEditUtils.cpp',
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DCSSEditUtils.cpp172 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
177 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
182 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
187 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
192 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
197 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
202 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
207 {CSSEditUtils::eCSSEditableProperty_NONE, 0}};
275 CSSEditUtils::CSSEditUtils(HTMLEditor* aHTMLEditor) in CSSEditUtils() function in mozilla::CSSEditUtils
657 nsStaticAtom* CSSEditUtils::GetCSSPropertyAtom( in GetCSSPropertyAtom()
[all …]
H A DHTMLAbsPositionEditor.cpp97 nsresult rv = CSSEditUtils::GetComputedProperty( in GetAbsolutelyPositionedSelectionContainer()
185 nsresult rv = CSSEditUtils::GetSpecifiedProperty( in GetZIndex()
205 nsresult rv = CSSEditUtils::GetComputedProperty( in GetZIndex()
221 rv = CSSEditUtils::GetComputedProperty(*element, *nsGkAtoms::z_index, in GetZIndex()
566 DebugOnly<nsresult> rvIgnored = CSSEditUtils::GetComputedProperty( in SetPositionToAbsoluteOrStatic()
734 nsresult rv = CSSEditUtils::GetComputedProperty( in GetTemporaryStyleForFocusedPositionedElement()
747 rv = CSSEditUtils::GetComputedProperty(aElement, *nsGkAtoms::backgroundColor, in GetTemporaryStyleForFocusedPositionedElement()
H A DHTMLStyleEditor.cpp409 return CSSEditUtils::DoElementsHaveSameStyle(*newSpanElement, *element); in IsSimpleModifiableNode()
430 if (CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in SetInlinePropertyOnTextNode()
577 if (CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in SetInlinePropertyOnNodeImpl()
586 bool useCSS = (IsCSSEnabled() && CSSEditUtils::IsCSSEditableProperty( in SetInlinePropertyOnNodeImpl()
1134 CSSEditUtils::HaveSpecifiedCSSEquivalentStyles(aElement, aProperty, in RemoveStyleInside()
1396 CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in GetInlinePropertyBase()
1460 if (CSSEditUtils::IsCSSEditableProperty(content, &aHTMLProperty, in GetInlinePropertyBase()
1483 if (CSSEditUtils::IsCSSEditableProperty(content, &aHTMLProperty, in GetInlinePropertyBase()
2046 if (!CSSEditUtils::IsCSSInvertible(*aHTMLProperty, aAttribute)) { in IsRemovableParentStyleWithNewSpanElement()
2052 if (!CSSEditUtils::IsCSSEditableProperty(&aContent, aHTMLProperty, in IsRemovableParentStyleWithNewSpanElement()
[all …]
H A Dmoz.build18 'CSSEditUtils.h',
39 'CSSEditUtils.cpp',
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DCSSEditUtils.cpp170 { CSSEditUtils::eCSSEditableProperty_NONE, 0 }
172 const CSSEditUtils::CSSEquivTable boldEquivTable[] = {
177 const CSSEditUtils::CSSEquivTable italicEquivTable[] = {
187 const CSSEditUtils::CSSEquivTable strikeEquivTable[] = {
192 const CSSEditUtils::CSSEquivTable ttEquivTable[] = {
247 const CSSEditUtils::CSSEquivTable widthEquivTable[] = {
280 CSSEditUtils::CSSEditUtils(HTMLEditor* aHTMLEditor) in CSSEditUtils() function in mozilla::CSSEditUtils
449 nsresult CSSEditUtils::RemoveCSSPropertyInternal( in RemoveCSSPropertyInternal()
694 nsStaticAtom* CSSEditUtils::GetCSSPropertyAtom( in GetCSSPropertyAtom()
748 void CSSEditUtils::BuildCSSDeclarations( in BuildCSSDeclarations()
[all …]
H A DHTMLStyleEditor.cpp429 return CSSEditUtils::DoStyledElementsHaveSameStyle(*styledNewSpanElement, in ElementIsGoodContainerForTheStyle()
451 if (CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in SetInlinePropertyOnTextNode()
653 if (CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in SetInlinePropertyOnNodeImpl()
662 bool useCSS = (IsCSSEnabled() && CSSEditUtils::IsCSSEditableProperty( in SetInlinePropertyOnNodeImpl()
1244 CSSEditUtils::HaveSpecifiedCSSEquivalentStyles(aElement, aProperty, in RemoveStyleInside()
1515 CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in GetInlinePropertyBase()
1580 if (CSSEditUtils::IsCSSEditableProperty(content, &aHTMLProperty, in GetInlinePropertyBase()
1603 if (CSSEditUtils::IsCSSEditableProperty(content, &aHTMLProperty, in GetInlinePropertyBase()
2154 if (!CSSEditUtils::IsCSSInvertible(*aHTMLProperty, aAttribute)) { in IsRemovableParentStyleWithNewSpanElement()
2160 if (!CSSEditUtils::IsCSSEditableProperty(&aContent, aHTMLProperty, in IsRemovableParentStyleWithNewSpanElement()
[all …]
H A DHTMLAbsPositionEditor.cpp99 nsresult rv = CSSEditUtils::GetComputedProperty( in GetAbsolutelyPositionedSelectionContainer()
195 nsresult rv = CSSEditUtils::GetSpecifiedProperty( in GetZIndex()
215 nsresult rv = CSSEditUtils::GetComputedProperty( in GetZIndex()
231 rv = CSSEditUtils::GetComputedProperty(*element, *nsGkAtoms::z_index, in GetZIndex()
624 DebugOnly<nsresult> rvIgnored = CSSEditUtils::GetComputedProperty( in SetPositionToAbsoluteOrStatic()
902 nsresult rv = CSSEditUtils::GetComputedProperty( in GetTemporaryStyleForFocusedPositionedElement()
915 rv = CSSEditUtils::GetComputedProperty(aElement, *nsGkAtoms::backgroundColor, in GetTemporaryStyleForFocusedPositionedElement()
H A Dmoz.build18 "CSSEditUtils.h",
39 "CSSEditUtils.cpp",
H A DHTMLEditorState.cpp297 CSSEditUtils::IsCSSEditableProperty(blockElementAtEditTarget, nullptr, in AlignStateAtSelection()
303 CSSEditUtils::GetComputedCSSEquivalentToHTMLInlineStyleSet( in AlignStateAtSelection()
343 if (CSSEditUtils::IsCSSEditableProperty(containerContent, nullptr, in AlignStateAtSelection()
346 DebugOnly<nsresult> rvIgnored = CSSEditUtils::GetSpecifiedProperty( in AlignStateAtSelection()
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DCSSEditUtils.cpp173 { CSSEditUtils::eCSSEditableProperty_NONE, 0 }
175 const CSSEditUtils::CSSEquivTable boldEquivTable[] = {
180 const CSSEditUtils::CSSEquivTable italicEquivTable[] = {
190 const CSSEditUtils::CSSEquivTable strikeEquivTable[] = {
195 const CSSEditUtils::CSSEquivTable ttEquivTable[] = {
250 const CSSEditUtils::CSSEquivTable widthEquivTable[] = {
283 CSSEditUtils::CSSEditUtils(HTMLEditor* aHTMLEditor) in CSSEditUtils() function in mozilla::CSSEditUtils
450 nsresult CSSEditUtils::RemoveCSSPropertyInternal( in RemoveCSSPropertyInternal()
695 nsStaticAtom* CSSEditUtils::GetCSSPropertyAtom( in GetCSSPropertyAtom()
749 void CSSEditUtils::BuildCSSDeclarations( in BuildCSSDeclarations()
[all …]
H A DHTMLStyleEditor.cpp431 return CSSEditUtils::DoStyledElementsHaveSameStyle(*styledNewSpanElement, in ElementIsGoodContainerForTheStyle()
453 if (CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in SetInlinePropertyOnTextNode()
647 if (CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in SetInlinePropertyOnNodeImpl()
656 bool useCSS = (IsCSSEnabled() && CSSEditUtils::IsCSSEditableProperty( in SetInlinePropertyOnNodeImpl()
1247 CSSEditUtils::HaveSpecifiedCSSEquivalentStyles(aElement, aProperty, in RemoveStyleInside()
1518 CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in GetInlinePropertyBase()
1583 if (CSSEditUtils::IsCSSEditableProperty(content, &aHTMLProperty, in GetInlinePropertyBase()
1606 if (CSSEditUtils::IsCSSEditableProperty(content, &aHTMLProperty, in GetInlinePropertyBase()
2157 if (!CSSEditUtils::IsCSSInvertible(*aHTMLProperty, aAttribute)) { in IsRemovableParentStyleWithNewSpanElement()
2163 if (!CSSEditUtils::IsCSSEditableProperty(&aContent, aHTMLProperty, in IsRemovableParentStyleWithNewSpanElement()
[all …]
H A DHTMLAbsPositionEditor.cpp101 nsresult rv = CSSEditUtils::GetComputedProperty( in GetAbsolutelyPositionedSelectionContainer()
197 nsresult rv = CSSEditUtils::GetSpecifiedProperty( in GetZIndex()
217 nsresult rv = CSSEditUtils::GetComputedProperty( in GetZIndex()
233 rv = CSSEditUtils::GetComputedProperty(*element, *nsGkAtoms::z_index, in GetZIndex()
624 DebugOnly<nsresult> rvIgnored = CSSEditUtils::GetComputedProperty( in SetPositionToAbsoluteOrStatic()
902 nsresult rv = CSSEditUtils::GetComputedProperty( in GetTemporaryStyleForFocusedPositionedElement()
915 rv = CSSEditUtils::GetComputedProperty(aElement, *nsGkAtoms::backgroundColor, in GetTemporaryStyleForFocusedPositionedElement()
H A Dmoz.build18 "CSSEditUtils.h",
40 "CSSEditUtils.cpp",
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DCSSEditUtils.cpp170 { CSSEditUtils::eCSSEditableProperty_NONE, 0 }
172 const CSSEditUtils::CSSEquivTable boldEquivTable[] = {
177 const CSSEditUtils::CSSEquivTable italicEquivTable[] = {
187 const CSSEditUtils::CSSEquivTable strikeEquivTable[] = {
192 const CSSEditUtils::CSSEquivTable ttEquivTable[] = {
247 const CSSEditUtils::CSSEquivTable widthEquivTable[] = {
280 CSSEditUtils::CSSEditUtils(HTMLEditor* aHTMLEditor) in CSSEditUtils() function in mozilla::CSSEditUtils
449 nsresult CSSEditUtils::RemoveCSSPropertyInternal( in RemoveCSSPropertyInternal()
694 nsStaticAtom* CSSEditUtils::GetCSSPropertyAtom( in GetCSSPropertyAtom()
748 void CSSEditUtils::BuildCSSDeclarations( in BuildCSSDeclarations()
[all …]
H A DHTMLStyleEditor.cpp429 return CSSEditUtils::DoStyledElementsHaveSameStyle(*styledNewSpanElement, in ElementIsGoodContainerForTheStyle()
451 if (CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in SetInlinePropertyOnTextNode()
653 if (CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in SetInlinePropertyOnNodeImpl()
662 bool useCSS = (IsCSSEnabled() && CSSEditUtils::IsCSSEditableProperty( in SetInlinePropertyOnNodeImpl()
1244 CSSEditUtils::HaveSpecifiedCSSEquivalentStyles(aElement, aProperty, in RemoveStyleInside()
1515 CSSEditUtils::IsComputedCSSEquivalentToHTMLInlineStyleSet( in GetInlinePropertyBase()
1580 if (CSSEditUtils::IsCSSEditableProperty(content, &aHTMLProperty, in GetInlinePropertyBase()
1603 if (CSSEditUtils::IsCSSEditableProperty(content, &aHTMLProperty, in GetInlinePropertyBase()
2154 if (!CSSEditUtils::IsCSSInvertible(*aHTMLProperty, aAttribute)) { in IsRemovableParentStyleWithNewSpanElement()
2160 if (!CSSEditUtils::IsCSSEditableProperty(&aContent, aHTMLProperty, in IsRemovableParentStyleWithNewSpanElement()
[all …]
H A DHTMLAbsPositionEditor.cpp99 nsresult rv = CSSEditUtils::GetComputedProperty( in GetAbsolutelyPositionedSelectionContainer()
195 nsresult rv = CSSEditUtils::GetSpecifiedProperty( in GetZIndex()
215 nsresult rv = CSSEditUtils::GetComputedProperty( in GetZIndex()
231 rv = CSSEditUtils::GetComputedProperty(*element, *nsGkAtoms::z_index, in GetZIndex()
624 DebugOnly<nsresult> rvIgnored = CSSEditUtils::GetComputedProperty( in SetPositionToAbsoluteOrStatic()
902 nsresult rv = CSSEditUtils::GetComputedProperty( in GetTemporaryStyleForFocusedPositionedElement()
915 rv = CSSEditUtils::GetComputedProperty(aElement, *nsGkAtoms::backgroundColor, in GetTemporaryStyleForFocusedPositionedElement()
H A Dmoz.build18 "CSSEditUtils.h",
39 "CSSEditUtils.cpp",

123