Searched defs:GroupId (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DV8GCController.cpp207 class GroupId { class in namespace:WebCore
209 GroupId() : m_type(NullType), m_groupId(0) {} function in class:WebCore::GroupId
210 GroupId(Node* node) : m_type(NodeType), m_node(node) {} function in class:WebCore::GroupId
211 GroupId(void* other) : m_type(OtherType), m_other(other) {} function in class:WebCore::GroupId
244 GrouperItem(GroupId groupId, v8::Persistent<v8::Object> wrapper) : m_groupId(groupId), m_wrapper(wrapper) {}
250 GroupId m_groupId;
269 static GroupId calculateGroupId(Node* node)
272 return GroupId(node->document());
280 return GroupId();
286 return GroupId(roo
[all...]

Completed in 125 milliseconds