Searched refs:hasContentNode (Results 1 – 2 of 2) sorted by relevance
111 ASSERT(!namedFlow->hasContentNode(contentNode)); in registerNamedFlowContentNode()122 ASSERT(it->value->hasContentNode(contentNode)); in unregisterNamedFlowContentNode()
79 …bool hasContentNode(Node* contentNode) const { ASSERT(contentNode); return m_contentNodes.contains… in hasContentNode() function