• Home
  • Raw
  • Download

Lines Matching refs:pRuntime

193 				IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); //????  in ExecuteLinkAction()  local
194 ASSERT(pRuntime != NULL); in ExecuteLinkAction()
196 pRuntime->SetReaderDocument(pDocument); in ExecuteLinkAction()
198 IFXJS_Context* pContext = pRuntime->NewContext(); in ExecuteLinkAction()
210 pRuntime->ReleaseContext(pContext); in ExecuteLinkAction()
349 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in ExecuteScreenAction() local
350 ASSERT(pRuntime != NULL); in ExecuteScreenAction()
352 pRuntime->SetReaderDocument(pDocument); in ExecuteScreenAction()
354 IFXJS_Context* pContext = pRuntime->NewContext(); in ExecuteScreenAction()
401 pRuntime->ReleaseContext(pContext); in ExecuteScreenAction()
440 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in ExecuteBookMark() local
441 ASSERT(pRuntime != NULL); in ExecuteBookMark()
443 pRuntime->SetReaderDocument(pDocument); in ExecuteBookMark()
445 IFXJS_Context* pContext = pRuntime->NewContext(); in ExecuteBookMark()
457 pRuntime->ReleaseContext(pContext); in ExecuteBookMark()
646 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunFieldJavaScript() local
647 ASSERT(pRuntime != NULL); in RunFieldJavaScript()
649 pRuntime->SetReaderDocument(pDocument); in RunFieldJavaScript()
651 IFXJS_Context* pContext = pRuntime->NewContext(); in RunFieldJavaScript()
695 pRuntime->ReleaseContext(pContext); in RunFieldJavaScript()
702 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunDocumentOpenJavaScript() local
703 ASSERT(pRuntime != NULL); in RunDocumentOpenJavaScript()
705 pRuntime->SetReaderDocument(pDocument); in RunDocumentOpenJavaScript()
707 IFXJS_Context* pContext = pRuntime->NewContext(); in RunDocumentOpenJavaScript()
719 pRuntime->ReleaseContext(pContext); in RunDocumentOpenJavaScript()
726 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunDocumentPageJavaScript() local
727 ASSERT(pRuntime != NULL); in RunDocumentPageJavaScript()
729 pRuntime->SetReaderDocument(pDocument); in RunDocumentPageJavaScript()
731 IFXJS_Context* pContext = pRuntime->NewContext(); in RunDocumentPageJavaScript()
775 pRuntime->ReleaseContext(pContext); in RunDocumentPageJavaScript()