Searched defs:GroupId (Results 1 – 1 of 1) sorted by relevance
207 class GroupId { class209 GroupId() : m_type(NullType), m_groupId(0) {} in GroupId() function in WebCore::GroupId210 GroupId(Node* node) : m_type(NodeType), m_node(node) {} in GroupId() function in WebCore::GroupId211 GroupId(void* other) : m_type(OtherType), m_other(other) {} in GroupId() function in WebCore::GroupId