HomeSort by relevance Sort by last modified time
    Searched defs:textEntry (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_choicelist.cpp 33 void CJX_ChoiceList::textEntry(CFXJSE_Value* pValue,
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 797 DNSEntry textEntry = this.getCache().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_ANY);
798 if (textEntry instanceof DNSRecord) {
799 ServiceInfo cachedTextInfo = ((DNSRecord) textEntry).getServiceInfo(persistent);
    [all...]

Completed in 92 milliseconds