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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.h 126 CJS_Runtime* GetJSRuntime() const { return m_pRuntime; }
JS_Value.h 83 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; }
141 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; }
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 367 IJS_Runtime* CPDFDoc_Environment::GetJSRuntime() {
606 IJS_Runtime* CPDFSDK_Document::GetJsRuntime() {
607 return m_pEnv->GetJSRuntime();
    [all...]

Completed in 52 milliseconds