Searched refs:jsVal (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/stoc/source/javavm/ |
H A D | javavm.cxx | 1564 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local 1566 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpProxyHost, jsVal); in setINetSettingsInVM() 1571 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local 1573 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpProxyPort, jsVal); in setINetSettingsInVM() 1578 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local 1580 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpNonProxyHosts, jsVal); in setINetSettingsInVM() 1585 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local 1587 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsHttpProxyHost, jsVal); in setINetSettingsInVM() 1592 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM() local 1594 … pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsHttpProxyPort, jsVal); in setINetSettingsInVM() [all …]
|
Completed in 18 milliseconds