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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 292 /* ---------------------------- CJS_PropValue ---------------------------- */
294 CJS_PropValue::CJS_PropValue(const CJS_Value &value) :
300 CJS_PropValue::CJS_PropValue(v8::Isolate* isolate) : CJS_Value(isolate),
305 CJS_PropValue::~CJS_PropValue()
309 FX_BOOL CJS_PropValue::IsSetting()
314 FX_BOOL CJS_PropValue::IsGetting()
319 void CJS_PropValue::operator <<(int iValue)
    [all...]
PublicMethods.cpp 1220 CJS_PropValue vProp(isolate);
1243 CJS_PropValue vProp(isolate);
1257 CJS_PropValue vProp2(isolate);
    [all...]
global.cpp 92 FX_BOOL global_alternate::DoProperty(IFXJS_Context* cc, FX_LPCWSTR propname, CJS_PropValue& vp, JS_ErrorString& sError)
  /external/pdfium/fpdfsdk/include/javascript/
JS_Value.h 84 class CJS_PropValue: public CJS_Value
87 CJS_PropValue(const CJS_Value &);
88 CJS_PropValue(v8::Isolate* isolate);
89 ~CJS_PropValue();
global.h 48 FX_BOOL DoProperty(IFXJS_Context* cc, FX_LPCWSTR propname, CJS_PropValue & vp, JS_ErrorString & sError);
JS_Define.h 53 #define OBJ_PROP_PARAMS IFXJS_Context* cc, CJS_PropValue& vp, JS_ErrorString& sError
106 CJS_PropValue value(isolate);\
152 CJS_PropValue propValue(CJS_Value(isolate,value,VT_unknown));\
411 CJS_PropValue value(isolate);\
459 CJS_PropValue PropValue(CJS_Value(isolate,value,VT_unknown));\
711 CJS_PropValue prop(pRuntime);\

Completed in 177 milliseconds