Searched refs:innerChildNodeCount (Results 1 – 2 of 2) sorted by relevance
1041 int nodeCount = innerChildNodeCount(node); in buildObjectForNode()1158 unsigned InspectorDOMAgent::innerChildNodeCount(Node* node) in innerChildNodeCount() function in WebCore::InspectorDOMAgent1203 m_frontend->childNodeCountUpdated(frameOwnerId, innerChildNodeCount(frameOwner)); in loadEventFired()1233 m_frontend->childNodeCountUpdated(parentId, innerChildNodeCount(parent)); in didInsertDOMNode()1259 if (innerChildNodeCount(parent) == 1) in didRemoveDOMNode()1315 if (childNumber >= innerChildNodeCount(node)) in nodeForPath()
173 static unsigned innerChildNodeCount(Node*);