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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentSharedObjectPool.cpp 38 , m_attributeCount(attributeCount)
43 if (m_attributeCount != other.m_attributeCount)
45 return memcmp(m_attributes, other.m_attributes, sizeof(Attribute) * m_attributeCount);
50 return StringHasher::hashMemory(m_attributes, m_attributeCount * sizeof(Attribute));
55 unsigned m_attributeCount;
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 123 , m_attributeCount(attributeCount)
146 for (int i = 0; i < m_attributeCount; i++)
156 m_attributeCount, m_defaultedCount, const_cast<const xmlChar**>(m_attributes));
165 int m_attributeCount;
    [all...]

Completed in 109 milliseconds