Home | History | Annotate | Download | only in editing

Lines Matching refs:properties

388 // Editing style properties must be preserved during editing operation.
389 // e.g. when a user inserts a new paragraph, all properties listed here must be copied to the new paragraph.
390 // FIXME: The current editingStyleProperties contains all inheritableProperties but we may not need to preserve all inheritable properties
392 // CSS inheritable properties
455 // If this function was modified in the future to delete all redundant properties, then add a boolean value to indicate
552 // apply the block-centric properties of the style
567 // Force all properties to be applied as block styles.
949 // Avoid removing the dir attribute and the unicode-bidi and direction properties from the unsplit ancestors.
995 // Avoid applying the unicode-bidi and direction properties beneath ancestors that already have them.
1310 int properties[1] = { CSSPropertyTextDecoration };
1311 RefPtr<CSSMutableStyleDeclaration> textDecorationStyle = style->copyPropertiesInSet(properties, 1);
1332 int properties[1] = { CSSPropertyTextDecoration };
1333 RefPtr<CSSMutableStyleDeclaration> textDecorationStyle = nodeStyle->copyPropertiesInSet(properties, 1);