Searched refs:innerChildNodeCount (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.cpp1041 int nodeCount = innerChildNodeCount(node);
1158 unsigned InspectorDOMAgent::innerChildNodeCount(Node* node) function in class:WebCore::InspectorDOMAgent
1203 m_frontend->childNodeCountUpdated(frameOwnerId, innerChildNodeCount(frameOwner));
1233 m_frontend->childNodeCountUpdated(parentId, innerChildNodeCount(parent));
1259 if (innerChildNodeCount(parent) == 1)
1315 if (childNumber >= innerChildNodeCount(node))
H A DInspectorDOMAgent.h173 static unsigned innerChildNodeCount(Node*);

Completed in 67 milliseconds