Home
last modified time | relevance | path

Searched refs:blockStyle (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DApplyStyleCommand.cpp210 RefPtr<EditingStyle> blockStyle = m_style->extractAndRemoveBlockProperties(); in doApply() local
211 if (!blockStyle->isEmpty()) in doApply()
212 applyBlockStyle(blockStyle.get()); in doApply()
DEditor.cpp2822 RefPtr<EditingStyle> blockStyle = typingStyle->extractAndRemoveBlockProperties(); in computeAndSetTypingStyle() local
2823 if (!blockStyle->isEmpty()) in computeAndSetTypingStyle()
2824 … applyCommand(ApplyStyleCommand::create(m_frame->document(), blockStyle.get(), editingAction)); in computeAndSetTypingStyle()