Searched refs:m_attribute (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DSetNodeAttributeCommand.cpp37 , m_attribute(attribute)
45 m_oldValue = m_element->getAttribute(m_attribute);
46 m_element->setAttribute(m_attribute, m_value);
51 m_element->setAttribute(m_attribute, m_oldValue);
H A DSetNodeAttributeCommand.h52 QualifiedName m_attribute; member in class:WebCore::SetNodeAttributeCommand
/macosx-10.10/WebCore-7600.1.25/replay/
H A DMemoizedDOMResult.h66 : m_attribute(attribute)
81 const String& attribute() const { return m_attribute; }
85 String m_attribute; member in class:WebCore::MemoizedDOMResultBase
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSSelector.h281 QualifiedName m_attribute; // used for attribute selector member in struct:WebCore::CSSSelector::RareData
303 return m_data.m_rareData->m_attribute;
H A DCSSSelector.cpp552 m_data.m_rareData->m_attribute = value;
602 , m_attribute(anyQName())

Completed in 130 milliseconds