Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.h146 …o(ErrorString*, int nodeId, int targetElementId, const int* anchorNodeId, int* newNodeId) OVERRIDE;
147 …veTo(ErrorString*, int nodeId, int targetNodeId, const int* anchorNodeId, int* newNodeId) OVERRIDE;
DInspectorDOMAgent.cpp1362 …tring* errorString, int nodeId, int targetElementId, const int* const anchorNodeId, int* newNodeId) in copyTo() argument
1388 *newNodeId = pushNodePathToFrontend(clonedNode.get()); in copyTo()
1391 …tring* errorString, int nodeId, int targetElementId, const int* const anchorNodeId, int* newNodeId) in moveTo() argument
1420 *newNodeId = pushNodePathToFrontend(node); in moveTo()