Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorDOMAgent.cpp524 int InspectorDOMAgent::pushNodePathToFrontend(Node* nodeToPush) in pushNodePathToFrontend() argument
526 ASSERT(nodeToPush); // Invalid input in pushNodePathToFrontend()
534 int result = m_documentNodeToIdMap.get(nodeToPush); in pushNodePathToFrontend()
538 Node* node = nodeToPush; in pushNodePathToFrontend()
567 return map->get(nodeToPush); in pushNodePathToFrontend()