Home | History | Annotate | Download | only in editing

Lines Matching defs:blockStyle

212         RefPtrWillBeRawPtr<EditingStyle> blockStyle = m_style->extractAndRemoveBlockProperties();
213 if (!blockStyle->isEmpty())
214 applyBlockStyle(blockStyle.get());