Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoring.java268 IDOMDocument otherDocument = domModel.getDocument(); in computeChanges() local
274 otherDocument); in computeChanges()
301 end, otherDocument, otherPrimary); in computeChanges()
DExtractStyleRefactoring.java467 IDOMDocument otherDocument = domModel.getDocument(); in computeInsertContext() local
468 Element root = otherDocument.getDocumentElement(); in computeInsertContext()