Home | History | Annotate | Download | only in editing

Lines Matching defs:blockStyle

1163     RefPtrWillBeRawPtr<EditingStyle> blockStyle = typingStyle->extractAndRemoveBlockProperties();
1164 if (!blockStyle->isEmpty()) {
1166 ApplyStyleCommand::create(*m_frame.document(), blockStyle.get(), editingAction)->apply();