Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp436 , m_styledInlineElement(0) in ApplyStyleCommand()
449 , m_styledInlineElement(0) in ApplyStyleCommand()
462 , m_styledInlineElement(element) in ApplyStyleCommand()
505 if (blockStyle->length() < m_style->length() || m_styledInlineElement) { in doApply()
1403 if (m_styledInlineElement && elem->hasTagName(m_styledInlineElement->tagQName())) in removeInlineStyle()
1751 if (m_styledInlineElement) in addInlineStyleIfNeeded()
1752 …surroundNodeRangeWithElement(startNode, endNode, m_styledInlineElement->cloneElementWithoutChildre… in addInlineStyleIfNeeded()
DApplyStyleCommand.h111 RefPtr<Element> m_styledInlineElement; variable