HomeSort by relevance Sort by last modified time
    Searched refs:m_standaloneValueOrAttachedLocalName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.cpp 53 , m_standaloneValueOrAttachedLocalName(standaloneValue)
79 if (m_element && !m_standaloneValueOrAttachedLocalName.isNull()) {
84 return QualifiedName(m_name.prefix(), m_standaloneValueOrAttachedLocalName, m_name.namespaceURI());
115 m_standaloneValueOrAttachedLocalName = value;
189 m_standaloneValueOrAttachedLocalName = newValue;
199 return m_standaloneValueOrAttachedLocalName;
212 m_standaloneValueOrAttachedLocalName = value;
220 m_standaloneValueOrAttachedLocalName = attachedLocalName;
Attr.h 98 AtomicString m_standaloneValueOrAttachedLocalName;

Completed in 575 milliseconds