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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.h 56 const AtomicString& idForStyleResolution() const { return m_idForStyleResolution; }
57 void setIdForStyleResolution(const AtomicString& newId) const { m_idForStyleResolution = newId; }
72 bool hasID() const { return !m_idForStyleResolution.isNull(); }
92 mutable AtomicString m_idForStyleResolution;
ElementData.cpp 78 , m_idForStyleResolution(other.m_idForStyleResolution)

Completed in 448 milliseconds