Home
last modified time | relevance | path

Searched refs:StringProperty (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.cpp20 void StringProperty(CFXJSE_Value* pValue, WideString& wsValue, bool bSetting) { in StringProperty() function
207 StringProperty(pValue, pEventParam->m_wsChange, bSetting); in Property()
213 StringProperty(pValue, pEventParam->m_wsFullText, bSetting); in Property()
222 StringProperty(pValue, pEventParam->m_wsNewContentType, bSetting); in Property()
225 StringProperty(pValue, pEventParam->m_wsNewText, bSetting); in Property()
228 StringProperty(pValue, pEventParam->m_wsPrevContentType, bSetting); in Property()
231 StringProperty(pValue, pEventParam->m_wsPrevText, bSetting); in Property()
246 StringProperty(pValue, pEventParam->m_wsSoapFaultCode, bSetting); in Property()
249 StringProperty(pValue, pEventParam->m_wsSoapFaultString, bSetting); in Property()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DTsiPeer.java98 public static final class StringProperty extends Property<String> { class in TsiPeer
99 public StringProperty(@Nonnull String name, @Nonnull String value) { in StringProperty() method in TsiPeer.StringProperty
DAltsTsiHandshaker.java104 new TsiPeer.StringProperty(
/external/toolchain-utils/cwp/bartlett/
Dserver.py47 board = db.StringProperty() # board arch
48 chromeos_version = db.StringProperty() # ChromeOS version
/external/python/oauth2client/oauth2client/contrib/
D_appengine_ndb.py48 secret = ndb.StringProperty()
Dappengine.py90 secret = db.StringProperty()