OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adoptnode
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/ManualTests/iframe_notifications/
iframe-reparenting-close-window-child.html
20
backgroundWin.document.
adoptNode
(iframe);
iframe-reparenting-close-window.html
24
(with
adoptNode
() used on the iframe right before re-parenting into the other page's DOM tree).
/external/chromium_org/chrome/renderer/extensions/
content_watcher.h
31
// WebFrames can move between RenderViews through
adoptNode
.
user_script_scheduler.h
41
// RenderViews thanks to
adoptNode
. So we have each RenderView's
extension_helper.cc
50
// document to another with
adoptNode
, and so having the object be a
/libcore/luni/src/main/java/org/w3c/dom/
UserDataHandler.java
47
* The node is adopted, using <code>Document.
adoptNode
()</code>.
Document.java
[
all
...]
/packages/apps/Mms/src/com/android/mms/dom/
DocumentImpl.java
178
public Node
adoptNode
(Node source) throws DOMException {
/frameworks/base/docs/html/sdk/api_diff/8/changes/
org.w3c.dom.Document.html
87
<nobr><code>Node</code> <A HREF="../../../../reference/org/w3c/dom/Document.html#
adoptNode
(org.w3c.dom.Node)" target="_top"><code>
adoptNode
</code></A>(<code>Node</code>)</nobr>
alldiffs_index_additions.html
124
<!-- Method
adoptNode
-->
125
<nobr><A HREF="org.w3c.dom.Document.html#org.w3c.dom.Document.adoptNode_added(org.w3c.dom.Node)" class="hiddenlink" target="rightframe"><b>
adoptNode
</b>
[
all
...]
methods_index_additions.html
84
<nobr><A HREF="org.w3c.dom.Document.html#org.w3c.dom.Document.adoptNode_added(org.w3c.dom.Node)" class="hiddenlink" target="rightframe"><b>
adoptNode
</b>
[
all
...]
methods_index_all.html
87
<nobr><A HREF="org.w3c.dom.Document.html#org.w3c.dom.Document.adoptNode_added(org.w3c.dom.Node)" class="hiddenlink" target="rightframe"><b>
adoptNode
</b>
[
all
...]
alldiffs_index_all.html
173
<!-- Method
adoptNode
-->
174
<nobr><A HREF="org.w3c.dom.Document.html#org.w3c.dom.Document.adoptNode_added(org.w3c.dom.Node)" class="hiddenlink" target="rightframe"><b>
adoptNode
</b>
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java
242
public Node
adoptNode
(Node node) {
288
* parent node. Only
adoptNode
() should invoke this method, otherwise nodes
/external/chromium_org/third_party/WebKit/Source/core/dom/
Document.idl
58
[RaisesException, CustomElementCallbacks] Node
adoptNode
(Node node);
ContainerNode.cpp
271
document().
adoptNode
(newChild.get(), ASSERT_NO_EXCEPTION);
611
document().
adoptNode
(newChild.get(), ASSERT_NO_EXCEPTION);
Document.h
368
PassRefPtr<Node>
adoptNode
(PassRefPtr<Node> source, ExceptionState&);
[
all
...]
Document.cpp
[
all
...]
/libcore/luni/src/test/java/libcore/xml/
DomTest.java
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java
1115
* NEEDSDOC Method
adoptNode
1120
* NEEDSDOC (
adoptNode
) @return
1124
public Node
adoptNode
(Node source) throws DOMException
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java
1323
* NEEDSDOC Method
adoptNode
1332
public Node
adoptNode
(Node source) throws DOMException
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/8/
missingSinces.txt
69
NO DOC BLOCK: org.w3c.dom.Document Method
adoptNode
(org.w3c.dom.Node)
[
all
...]
/external/chromium_org/third_party/polymer/
platform.js
[
all
...]
/prebuilts/devtools/tools/lib/
sdk-common.jar
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar
Completed in 1304 milliseconds
1
2