Searched refs:m_attribute (Results 1 – 6 of 6) sorted by relevance
36 , m_attribute(a) in Attr()40 ASSERT(!m_attribute->attr()); in Attr()41 m_attribute->m_impl = this; in Attr()46 ASSERT(m_attribute->attr() == this); in ~Attr()47 m_attribute->m_impl = 0; in ~Attr()53 if (!m_attribute->value().isEmpty()) { in createTextChild()54 RefPtr<Text> textNode = document()->createTextNode(m_attribute->value().string()); in createTextChild()76 return m_attribute->localName(); in localName()81 return m_attribute->namespaceURI(); in namespaceURI()86 return m_attribute->prefix(); in prefix()[all …]
54 String value() const { return m_attribute->value(); } in value()75 Attribute* attr() const { return m_attribute.get(); } in attr()76 const QualifiedName& qualifiedName() const { return m_attribute->name(); } in qualifiedName()79 CSSStyleDeclaration* style() { return m_attribute->style(); } in style()89 RefPtr<Attribute> m_attribute; variable
38 , m_attribute(attribute) in SetNodeAttributeCommand()46 m_oldValue = m_element->getAttribute(m_attribute); in doApply()47 m_element->setAttribute(m_attribute, m_value); in doApply()52 m_element->setAttribute(m_attribute, m_oldValue); in doUnapply()
48 QualifiedName m_attribute; variable
195 …atch == Id || m_match == Class || (m_hasRareData && m_data.m_rareData->m_attribute != anyQName());… in hasAttribute()231 , m_attribute(anyQName()) in RareData()243 QualifiedName m_attribute; // used for attribute selector member
489 return m_hasRareData ? m_data.m_rareData->m_attribute : anyQName(); in attribute()496 m_data.m_rareData->m_attribute = value; in setAttribute()