Home | History | Annotate | Download | only in editing

Lines Matching refs:blockStyle

2822     RefPtr<EditingStyle> blockStyle = typingStyle->extractAndRemoveBlockProperties();
2823 if (!blockStyle->isEmpty())
2824 applyCommand(ApplyStyleCommand::create(m_frame->document(), blockStyle.get(), editingAction));