HomeSort by relevance Sort by last modified time
    Searched defs:pRuntime (Results 1 - 10 of 10) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
color.cpp 22 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
23 ASSERT(pRuntime != NULL);
25 return pRuntime->GetIsolate();
global.cpp 257 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject));
258 v8::Handle<v8::Object> pObj = JS_NewFxDynamicObj(pRuntime, NULL, -1);
421 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject));
422 v8::Handle<v8::Object> pNewObj = JS_NewFxDynamicObj(pRuntime, NULL, -1);
JS_EventHandler.cpp 601 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime();
603 JSFXObject pDocObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Document"));
605 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Field"));
635 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime();
637 JSFXObject pDocObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Document"));
639 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Field"));
    [all...]
util.cpp 28 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
29 ASSERT(pRuntime != NULL);
31 return pRuntime->GetIsolate();
app.cpp 25 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
26 ASSERT(pRuntime != NULL);
28 return pRuntime->GetIsolate();
148 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
149 ASSERT(pRuntime != NULL);
153 CJS_Array aDocs(pRuntime->GetIsolate());
165 JSFXObject pObj = JS_GetThisObj(*pRuntime);
167 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"Document"))
169 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
174 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime,L"Document"));
    [all...]
PublicMethods.cpp 27 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
28 ASSERT(pRuntime != NULL);
30 return pRuntime->GetIsolate();
    [all...]
Document.cpp 26 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
27 ASSERT(pRuntime != NULL);
29 return pRuntime->GetIsolate();
445 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
446 ASSERT(pRuntime != NULL);
448 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Field"));
602 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
603 ASSERT(pRuntime != NULL);
605 pRuntime->BeginBlock();
    [all...]
Field.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 193 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); //????
194 ASSERT(pRuntime != NULL);
196 pRuntime->SetReaderDocument(pDocument);
198 IFXJS_Context* pContext = pRuntime->NewContext();
210 pRuntime->ReleaseContext(pContext);
349 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime();
350 ASSERT(pRuntime != NULL);
352 pRuntime->SetReaderDocument(pDocument);
354 IFXJS_Context* pContext = pRuntime->NewContext();
401 pRuntime->ReleaseContext(pContext);
    [all...]
fsdk_baseform.cpp     [all...]

Completed in 355 milliseconds