OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlParent
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java
282
Node
xmlParent
= uiParentNode == null ? null : uiParentNode.getXmlNode();
283
if (
xmlParent
== null) {
305
xmlPrev.appendChild(
xmlParent
.removeChild(xmlNode));
313
xmlParent
.insertBefore(
314
xmlParent
.removeChild(xmlNode),
318
} else if (uiParentNode != null && !(
xmlParent
instanceof Document)) {
338
xmlParent
.removeChild(xmlNode),
339
xmlParent
);
463
Node
xmlParent
= uiParentNode == null ? null : uiParentNode.getXmlNode();
464
if (
xmlParent
== null)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java
[
all
...]
Completed in 36 milliseconds