Home | History | Annotate | Download | only in page

Lines Matching refs:blockStyle

950     RefPtr<CSSMutableStyleDeclaration> blockStyle = mutableStyle->copyBlockProperties();
951 blockStyle->diff(mutableStyle.get());
952 if (blockStyle->length() > 0)
953 applyCommand(ApplyStyleCommand::create(document(), blockStyle.get(), editingAction));