Searched refs:blockStyle (Results 1 – 2 of 2) sorted by relevance
210 RefPtr<EditingStyle> blockStyle = m_style->extractAndRemoveBlockProperties(); in doApply() local211 if (!blockStyle->isEmpty()) in doApply()212 applyBlockStyle(blockStyle.get()); in doApply()
2822 RefPtr<EditingStyle> blockStyle = typingStyle->extractAndRemoveBlockProperties(); in computeAndSetTypingStyle() local2823 if (!blockStyle->isEmpty()) in computeAndSetTypingStyle()2824 … applyCommand(ApplyStyleCommand::create(m_frame->document(), blockStyle.get(), editingAction)); in computeAndSetTypingStyle()