/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/ |
PlainXmlEditorDelegate.java | 44 public void delegateXmlModelChanged(Document xml_doc) {
|
OtherXmlEditorDelegate.java | 83 * @param xml_doc The XML document, if available, or null if none exists. 86 public void delegateXmlModelChanged(Document xml_doc) { 90 getUiRootNode().loadFromXmlNode(xml_doc);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/ |
ValuesEditorDelegate.java | 92 * @param xml_doc The XML document, if available, or null if none exists. 95 public void delegateXmlModelChanged(Document xml_doc) { 99 getUiRootNode().setXmlDocument(xml_doc); 100 if (xml_doc != null) { 106 xml_doc,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
MenuEditorDelegate.java | 91 * @param xml_doc The XML document, if available, or null if none exists. 94 public void delegateXmlModelChanged(Document xml_doc) { 105 getUiRootNode().setXmlDocument(xml_doc); 106 if (xml_doc != null) { 111 xml_doc,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlDelegate.java | 147 * @param xml_doc The XML document, if available, or null if none exists. 149 public abstract void delegateXmlModelChanged(Document xml_doc);
|
CommonXmlEditor.java | 324 * @param xml_doc The XML document, if available, or null if none exists. 327 protected void xmlModelChanged(Document xml_doc) { 329 mDelegate.delegateXmlModelChanged(xml_doc);
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_lifecycle.py | 38 xml_doc = parseString( variable in class:TestSetLifecycle 120 fpath = self.CreateTempFile(contents=self.xml_doc)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditor.java | 239 * @param xml_doc The XML document, if available, or null if none exists. 242 protected void xmlModelChanged(Document xml_doc) { 246 loadFromXml(xml_doc);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditorDelegate.java | 388 * @param xml_doc The XML document, if available, or null if none exists. 391 public void delegateXmlModelChanged(Document xml_doc) { 395 mUiDocRootNode.loadFromXmlNode(xml_doc); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlEditor.java | 244 * @param xml_doc The XML document, if available, or null if none exists. 246 abstract protected void xmlModelChanged(Document xml_doc); [all...] |