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

  /external/pdfium/fxjs/
fxjs_v8.cpp 53 class CFXJS_ObjDefinition {
59 static CFXJS_ObjDefinition* ForID(v8::Isolate* pIsolate, int id) {
64 CFXJS_ObjDefinition(v8::Isolate* isolate,
127 int maxID = CFXJS_ObjDefinition::MaxID(pIsolate);
129 CFXJS_ObjDefinition* pObjDef = CFXJS_ObjDefinition::ForID(pIsolate, i);
168 CFXJS_ObjDefinition* pObjDef = CFXJS_ObjDefinition::ForID(isolate, id);
288 CFXJS_ObjDefinition* pObjDef = new CFXJS_ObjDefinition(
    [all...]
fxjs_v8.h 32 class CFXJS_ObjDefinition;
103 std::vector<std::unique_ptr<CFXJS_ObjDefinition>> m_ObjectDefnArray;

Completed in 261 milliseconds