OLD | NEW |
1 // Generated source. | 1 // Generated source. |
2 // Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator | 2 // Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator |
3 // Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspecto
r/Inspector.json@102140 | 3 // Origin: http://src.chromium.org/blink/trunk/Source/devtools/protocol.json@<un
known> |
4 | 4 |
5 package org.chromium.sdk.internal.wip.protocol.input.dom; | 5 package org.chromium.sdk.internal.wip.protocol.input.dom; |
6 | 6 |
7 /** | 7 /** |
8 Moves node into the new container, places it before the given anchor. | 8 Requests that the node is sent to the caller given its backend node id. |
9 */ | 9 */ |
10 @org.chromium.sdk.internal.protocolparser.JsonType | 10 @org.chromium.sdk.internal.protocolparser.JsonType |
11 public interface MoveToData { | 11 public interface PushNodeByBackendIdToFrontendData { |
12 /** | 12 /** |
13 New id of the moved node. | 13 The pushed node's id. |
14 */ | 14 */ |
15 long/*See org.chromium.sdk.internal.wip.protocol.common.dom.NodeIdTypedef*/ no
deId(); | 15 long/*See org.chromium.sdk.internal.wip.protocol.common.dom.NodeIdTypedef*/ no
deId(); |
16 | 16 |
17 } | 17 } |
OLD | NEW |