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

  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 40 class CFXJS_ObjDefinition {
46 static CFXJS_ObjDefinition* ForID(v8::Isolate* pIsolate, int id) {
51 CFXJS_ObjDefinition(v8::Isolate* isolate,
102 int maxID = CFXJS_ObjDefinition::MaxID(pIsolate);
104 CFXJS_ObjDefinition* pObjDef = CFXJS_ObjDefinition::ForID(pIsolate, i);
187 CFXJS_ObjDefinition* pObjDef = new CFXJS_ObjDefinition(
199 CFXJS_ObjDefinition* pObjDef =
200 CFXJS_ObjDefinition::ForID(pIsolate, nObjDefnID)
    [all...]
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 23 class CFXJS_ObjDefinition;
53 std::vector<CFXJS_ObjDefinition*> m_ObjectDefnArray;

Completed in 38 milliseconds