Home | History | Annotate | Download | only in editing

Lines Matching refs:blockStyle

1140     RefPtrWillBeRawPtr<EditingStyle> blockStyle = typingStyle->extractAndRemoveBlockProperties();
1141 if (!blockStyle->isEmpty()) {
1143 ApplyStyleCommand::create(*frame().document(), blockStyle.get(), editingAction)->apply();