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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 131 m_labelsByForAttribute.clear();
283 ASSERT(m_labelsByForAttribute);
284 m_labelsByForAttribute->add(forAttributeValue, element);
289 ASSERT(m_labelsByForAttribute);
290 m_labelsByForAttribute->remove(forAttributeValue, element);
298 if (!m_labelsByForAttribute) {
300 m_labelsByForAttribute = DocumentOrderedMap::create();
308 return toHTMLLabelElement(m_labelsByForAttribute->getElementByLabelForAttribute(forAttributeValue, this));
558 visitor->trace(m_labelsByForAttribute);
TreeScope.h 80 bool shouldCacheLabelsByForAttribute() const { return m_labelsByForAttribute; }
187 OwnPtrWillBeMember<DocumentOrderedMap> m_labelsByForAttribute;

Completed in 37 milliseconds