Home | History | Annotate | Download | only in editing

Lines Matching refs:property

373 void CompositeEditCommand::removeCSSProperty(PassRefPtr<CSSMutableStyleDeclaration> style, CSSPropertyID property)
375 applyCommandToComposite(RemoveCSSPropertyCommand::create(document(), style, property));