Searched refs:PropValue (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Define.h | 408 CJS_PropValue PropValue(CJS_Value(pRuntime, value, CJS_Value::VT_unknown)); in JSSpecialPropPut() 409 PropValue.StartSetting(); in JSSpecialPropPut() 410 if (!pObj->DoProperty(pContext, propname.c_str(), PropValue, sError)) { in JSSpecialPropPut()
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.hpp | 457 #define MAKE_PROPERTY(Type, PropName, PropValue) argument 458 #define MAKE_PROPERTY_STRING(Type, PropName, PropValue) argument 459 #define MAKE_READONLY_PROPERTY(Type, PropName, PropValue) property Type PropName\ argument 461 Type get() { return PropValue; }\ 548 …fine MAKE_PROPERTY(Type, PropName, PropValue) STDMETHODIMP get_##PropName(Type* pVal) { if (pVal) … argument 549 STDMETHODIMP put_##PropName(Type Val) { PropValue = Val; return S_OK; } 550 …STRING(Type, PropName, PropValue) STDMETHODIMP get_##PropName(Type* pVal) { if (pVal) { return ::W… argument 551 STDMETHODIMP put_##PropName(Type Val) { return PropValue.Set(Val); } 552 …_READONLY_PROPERTY(Type, PropName, PropValue) STDMETHODIMP get_##PropName(Type* pVal) { if (pVal) … argument
|