HomeSort by relevance Sort by last modified time
    Searched full:getdoctype (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentgetdoctypenodtd.java 31 * The "getDoctype()" method returns null for XML documents
34 * "getDoctype()" method. It should return null.
70 docType = doc.getDoctype();
documentgetdoctype.java 31 * The "getDoctype()" method returns the Document
34 * "getDoctype()" method. The name of the document
70 docType = doc.getDoctype();
documenttypegetentitieslength.java 66 docType = doc.getDoctype();
nodedocumenttypenodename.java 64 docType = doc.getDoctype();
nodedocumenttypenodetype.java 63 documentTypeNode = doc.getDoctype();
nodedocumenttypenodevalue.java 62 docType = doc.getDoctype();
nodeentitynodeattributes.java 65 docType = doc.getDoctype();
nodeentitynodename.java 64 docType = doc.getDoctype();
nodeentitynodetype.java 65 docType = doc.getDoctype();
nodeentitynodevalue.java 65 docType = doc.getDoctype();
nodenotationnodeattributes.java 68 docType = doc.getDoctype();
nodenotationnodetype.java 68 docType = doc.getDoctype();
  /external/pdfium/fpdfsdk/
fpdfformfill.cpp 427 if (pContext->GetDocType() != XFA_DOCTYPE_Dynamic &&
428 pContext->GetDocType() != XFA_DOCTYPE_Static)
440 if (pContext->GetDocType() != XFA_DOCTYPE_Dynamic &&
441 pContext->GetDocType() != XFA_DOCTYPE_Static)
453 if (pContext->GetDocType() != XFA_DOCTYPE_Dynamic &&
454 pContext->GetDocType() != XFA_DOCTYPE_Static)
468 if (pContext->GetDocType() != XFA_DOCTYPE_Dynamic &&
469 pContext->GetDocType() != XFA_DOCTYPE_Static)
500 if (pContext->GetDocType() != XFA_DOCTYPE_Dynamic &&
501 pContext->GetDocType() != XFA_DOCTYPE_Static
    [all...]
fpdfsave.cpp 84 if (pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA &&
85 pContext->GetDocType() != DOCTYPE_STATIC_XFA)
226 if (pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA &&
227 pContext->GetDocType() != DOCTYPE_STATIC_XFA)
250 if (pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA &&
251 pContext->GetDocType() != DOCTYPE_STATIC_XFA)
cpdfsdk_pageview.cpp 97 if (pPage->GetContext()->GetDocType() == DOCTYPE_DYNAMIC_XFA) {
185 if (!pPage || (pPage->GetContext()->GetDocType() != DOCTYPE_STATIC_XFA &&
186 pPage->GetContext()->GetDocType() != DOCTYPE_DYNAMIC_XFA))
387 if (m_pFormFillEnv->GetXFAContext()->GetDocType() == DOCTYPE_DYNAMIC_XFA) {
448 int nDocType = m_page->GetContext()->GetDocType();
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.cpp 73 int iDocType = m_pContext->GetDocType();
101 int nDocType = m_pContext->GetDocType();
125 int nDocType = m_pContext->GetDocType();
198 int nDocType = m_pContext->GetDocType();
cpdfxfa_docenvironment.cpp 63 if (m_pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA)
85 if (m_pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA)
299 if (m_pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA || !hWidget)
315 if (m_pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA || !hWidget)
341 if (m_pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA)
354 m_pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA || iCurPage < 0 ||
414 if (m_pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA &&
415 m_pContext->GetDocType() != DOCTYPE_STATIC_XFA) {
514 if (m_pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA)
614 if (m_pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA &
    [all...]
cpdfxfa_context.h 40 int GetDocType() const { return m_iDocType; }
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 117 docType = ownerDocument.getDoctype();
149 docType = ownerDocument.getDoctype();
171 docType = ownerDocument.getDoctype();
219 docType = ownerDocument.getDoctype();
291 docType = ownerDocument.getDoctype();
313 // docType = aNewDoc.getDoctype();
319 // docType = ownerDocument.getDoctype();
349 docType = ownerDocument.getDoctype();
395 // doc1Type = aNewDoc.getDoctype();
401 // docType = ownerDocument.getDoctype();
    [all...]
GetNamedItemNS.java 95 // docType = doc.getDoctype();
111 // docType = doc.getDoctype();
HCEntitiesSetNamedItemNS.java 58 // docType = doc.getDoctype();
  /external/pdfium/xfa/fxfa/
xfa_ffdoc.h 34 uint32_t GetDocType();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode09.java 84 docType = aNewDoc.getDoctype();
90 docType = ownerDocument.getDoctype();
importNode12.java 83 doc1Type = aNewDoc.getDoctype();
89 docType = ownerDocument.getDoctype();
importNode13.java 82 doc1Type = aNewDoc.getDoctype();
88 docType = ownerDocument.getDoctype();

Completed in 217 milliseconds

1 2 3 4 5 6