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

  /external/chromium_org/third_party/WebKit/Source/core/events/
MutationEvent.cpp 40 , m_attrName(attrName)
61 m_attrName = attrName;
MutationEvent.h 60 String attrName() const { return m_attrName; }
74 String m_attrName;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 262 virtual bool matches(const Element* element) const OVERRIDE { return HTMLElementEquivalent::matches(element) && element->hasAttribute(m_attrName); }
267 inline const QualifiedName& attributeName() const { return m_attrName; }
274 const QualifiedName& m_attrName; // We can store a reference because HTML attribute names are const global.
279 , m_attrName(attrName)
285 , m_attrName(attrName)
306 const AtomicString& value = element->getAttribute(m_attrName);
338 const AtomicString& value = element->getAttribute(m_attrName);
    [all...]

Completed in 44 milliseconds