Lines Matching refs:pRuntime
161 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteLinkAction() local
162 IJS_EventContext* pContext = pRuntime->NewEventContext(); in ExecuteLinkAction()
167 pRuntime->ReleaseEventContext(pContext); in ExecuteLinkAction()
285 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteScreenAction() local
286 IJS_EventContext* pContext = pRuntime->NewEventContext(); in ExecuteScreenAction()
289 pRuntime->ReleaseEventContext(pContext); in ExecuteScreenAction()
324 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteBookMark() local
325 IJS_EventContext* pContext = pRuntime->NewEventContext(); in ExecuteBookMark()
330 pRuntime->ReleaseEventContext(pContext); in ExecuteBookMark()
473 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunFieldJavaScript() local
474 IJS_EventContext* pContext = pRuntime->NewEventContext(); in RunFieldJavaScript()
514 pRuntime->ReleaseEventContext(pContext); in RunFieldJavaScript()
524 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunDocumentOpenJavaScript() local
525 IJS_EventContext* pContext = pRuntime->NewEventContext(); in RunDocumentOpenJavaScript()
530 pRuntime->ReleaseEventContext(pContext); in RunDocumentOpenJavaScript()
540 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunDocumentPageJavaScript() local
541 IJS_EventContext* pContext = pRuntime->NewEventContext(); in RunDocumentPageJavaScript()
577 pRuntime->ReleaseEventContext(pContext); in RunDocumentPageJavaScript()