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

  /external/webkit/Source/WebCore/html/
LabelsNodeList.cpp 36 : DynamicNodeList(forNode->document()) , m_forNode(forNode)
42 m_forNode->removeCachedLabelsNodeList(this);
47 return testNode->hasTagName(labelTag) && static_cast<HTMLLabelElement*>(testNode)->control() == m_forNode;
LabelsNodeList.h 47 RefPtr<Node> m_forNode;

Completed in 420 milliseconds