HomeSort by relevance Sort by last modified time
    Searched refs:domDocument (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 264 org.w3c.dom.Document domDocument = null;
273 domDocument = domModel.getDocument();
274 element = domDocument.getDocumentElement();
284 assertNotNull(domDocument);
299 testInfo.mDomDocument = domDocument;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 169 Document domDocument = null;
173 domDocument = domModel.getDocument();
263 root = domDocument;
323 XmlFormatStyle style = guessStyle(model, domDocument);
503 private static XmlFormatStyle guessStyle(IStructuredModel model, Document domDocument) {
511 Element rootElement = domDocument.getDocumentElement();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 165 Document domDocument = domModel.getDocument();
166 assert node.getOwnerDocument() == domDocument;
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.cpp 212 *result = DOMDocument::createInstance(m_node->ownerDocument());
481 IDOMDocument* newDocument = DOMDocument::createInstance(n->document());
574 // DOMDocument - IUnknown -----------------------------------------------------
576 HRESULT STDMETHODCALLTYPE DOMDocument::QueryInterface(REFIID riid, void** ppvObject)
592 // DOMDocument ----------------------------------------------------------------
594 HRESULT STDMETHODCALLTYPE DOMDocument::doctype(
601 HRESULT STDMETHODCALLTYPE DOMDocument::implementation(
608 HRESULT STDMETHODCALLTYPE DOMDocument::documentElement(
615 HRESULT STDMETHODCALLTYPE DOMDocument::createElement(
628 HRESULT STDMETHODCALLTYPE DOMDocument::createDocumentFragment(
    [all...]

Completed in 152 milliseconds