Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorDOMAgent.cpp1041 int nodeCount = innerChildNodeCount(node); in buildObjectForNode()
1158 unsigned InspectorDOMAgent::innerChildNodeCount(Node* node) in innerChildNodeCount() function in WebCore::InspectorDOMAgent
1203 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()
DInspectorDOMAgent.h173 static unsigned innerChildNodeCount(Node*);