Home
last modified time | relevance | path

Searched refs:AsCJSRuntime (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxjs/
Dcjs_runtimestub.cpp29 CJS_Runtime* CJS_RuntimeStub::AsCJSRuntime() { in AsCJSRuntime() function in CJS_RuntimeStub
Dcjs_runtimestub.h25 CJS_Runtime* AsCJSRuntime() override;
Dijs_runtime.h55 virtual CJS_Runtime* AsCJSRuntime() = 0;
Dcjs_runtime.h34 CJS_Runtime* AsCJSRuntime() override;
Dcjs_runtime.cpp175 CJS_Runtime* CJS_Runtime::AsCJSRuntime() { in AsCJSRuntime() function in CJS_Runtime
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp269 return m_pFormFillEnv->GetIJSRuntime()->AsCJSRuntime(); in GetCJSRuntime()