• Home
  • Raw
  • Download

Lines Matching refs:pValue

606     v8::Local<v8::Value> pValue = FXJS_GetObjectElement(isolate, pObj, L"cURL");  in submitForm()  local
607 if (!pValue.IsEmpty()) in submitForm()
609 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in submitForm()
611 pValue = FXJS_GetObjectElement(isolate, pObj, L"bFDF"); in submitForm()
612 bFDF = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToBool(); in submitForm()
614 pValue = FXJS_GetObjectElement(isolate, pObj, L"bEmpty"); in submitForm()
615 bEmpty = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToBool(); in submitForm()
617 pValue = FXJS_GetObjectElement(isolate, pObj, L"aFields"); in submitForm()
619 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToV8Array()); in submitForm()
705 v8::Local<v8::Value> pValue = FXJS_GetObjectElement(isolate, pObj, L"bUI"); in mailDoc() local
706 bUI = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToInt(); in mailDoc()
708 pValue = FXJS_GetObjectElement(isolate, pObj, L"cTo"); in mailDoc()
709 cTo = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in mailDoc()
711 pValue = FXJS_GetObjectElement(isolate, pObj, L"cCc"); in mailDoc()
712 cCc = CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in mailDoc()
714 pValue = FXJS_GetObjectElement(isolate, pObj, L"cBcc"); in mailDoc()
716 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in mailDoc()
718 pValue = FXJS_GetObjectElement(isolate, pObj, L"cSubject"); in mailDoc()
720 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in mailDoc()
722 pValue = FXJS_GetObjectElement(isolate, pObj, L"cMsg"); in mailDoc()
724 CJS_Value(pRuntime, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString(); in mailDoc()