Home | History | Annotate | Download | only in inspector

Lines Matching defs:newId

743 void InspectorDOMAgent::setNodeName(ErrorString* errorString, int nodeId, const String& tagName, int* newId)
745 *newId = 0;
773 *newId = pushNodePathToFrontend(newElem.get());
775 pushChildNodesToFrontend(*newId);
814 int newId = pushNodePathToFrontend(newNode);
818 pushChildNodesToFrontend(newId);