Searched refs:m_attribute (Results 1 – 7 of 7) sorted by relevance
40 , m_attribute(attribute) in Attr()44 ASSERT(!m_attribute->attr()); in Attr()45 m_attribute->bindAttr(this); in Attr()57 ASSERT(m_attribute->attr() == this); in ~Attr()58 m_attribute->unbindAttr(this); in ~Attr()64 if (!m_attribute->value().isEmpty()) { in createTextChild()65 RefPtr<Text> textNode = document()->createTextNode(m_attribute->value().string()); in createTextChild()87 return m_attribute->localName(); in localName()92 return m_attribute->namespaceURI(); in namespaceURI()97 return m_attribute->prefix(); in prefix()[all …]
49 const AtomicString& value() const { return m_attribute->value(); } in value()53 Attribute* attr() const { return m_attribute.get(); } in attr()54 const QualifiedName& qualifiedName() const { return m_attribute->name(); } in qualifiedName()59 CSSStyleDeclaration* style() { return m_attribute->style(); } in style()91 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()
47 QualifiedName m_attribute; variable
733 private AVT m_attribute; field in ElemLiteralResult.Attribute740 m_attribute = avt; in Attribute()770 return new Attribute(m_attribute, m_owner); in cloneNode()827 return m_attribute.getName(); in getLocalName()838 String uri = m_attribute.getURI(); in getNamespaceURI()859 String uri = m_attribute.getURI(); in getNodeName()883 return m_attribute.getSimpleString(); in getNodeValue()914 String uri = m_attribute.getURI(); in getPrefix()915 String rawName = m_attribute.getRawName(); in getPrefix()1046 return m_attribute.getName(); in getName()[all …]
236 …atch == Id || m_match == Class || (m_hasRareData && m_data.m_rareData->m_attribute != anyQName());… in hasAttribute()300 QualifiedName m_attribute; // used for attribute selector member
689 return m_hasRareData ? m_data.m_rareData->m_attribute : anyQName(); in attribute()696 m_data.m_rareData->m_attribute = value; in setAttribute()744 if (m_hasRareData && m_data.m_rareData->m_attribute != anyQName()) in isSimple()756 , m_attribute(anyQName()) in RareData()