Searched refs:m_elementToReplace (Results 1 – 3 of 3) sorted by relevance
46 , m_elementToReplace(element) in ReplaceNodeWithSpanCommand()48 ASSERT(m_elementToReplace); in ReplaceNodeWithSpanCommand()74 if (!m_elementToReplace->inDocument()) in doApply()77 m_spanElement = createHTMLElement(m_elementToReplace->document(), spanTag); in doApply()78 swapInNodePreservingAttributesAndChildren(m_spanElement.get(), m_elementToReplace.get()); in doApply()85 swapInNodePreservingAttributesAndChildren(m_elementToReplace.get(), m_spanElement.get()); in doUnapply()
56 RefPtr<HTMLElement> m_elementToReplace; variable
32510 HTMLElement instead of a Node. Call it m_elementToReplace instead of m_node.