Searched refs:m_typingStyle (Results 1 – 8 of 8) sorted by relevance
82 m_typingStyle(0), in DeleteSelectionCommand()100 m_typingStyle(0), in DeleteSelectionCommand()284 m_typingStyle = EditingStyle::create(m_selectionToDelete.start()); in saveTypingStyleState()285 m_typingStyle->removeStyleAddedByNode(enclosingAnchorElement(m_selectionToDelete.start())); in saveTypingStyleState()694 if (!m_typingStyle) in calculateTypingStyleAfterDelete()705 m_typingStyle = m_deleteIntoBlockquoteStyle; in calculateTypingStyleAfterDelete()708 m_typingStyle->prepareToApplyAt(m_endingPosition); in calculateTypingStyleAfterDelete()709 if (m_typingStyle->isEmpty()) in calculateTypingStyleAfterDelete()710 m_typingStyle = 0; in calculateTypingStyleAfterDelete()712 if (m_typingStyle && in calculateTypingStyleAfterDelete()[all …]
229 RefPtr<EditingStyle> m_typingStyle; variable249 return m_typingStyle.get(); in typingStyle()254 m_typingStyle.clear(); in clearTypingStyle()259 m_typingStyle = style; in setTypingStyle()
91 RefPtr<EditingStyle> m_typingStyle; variable
1736 if (!m_typingStyle || !m_typingStyle->style()) in copyTypingStyle()1738 return m_typingStyle->style()->copy(); in copyTypingStyle()
22457 (WebCore::Frame::typingStyle): Change since m_typingStyle is now a RefPtr.22464 syntax. Removed unused m_frames. Changed m_doc and m_typingStyle to use
38207 (khtml::EditCommandImpl::EditCommandImpl): Initialize m_typingStyle.38208 (khtml::EditCommandImpl::~EditCommandImpl): Deref m_typingStyle.
9907 Removed code assosiated with m_typingStyle.
125116 - Include CSSMutableStyleDeclaration.h since it's used by m_typingStyle = 0;