< prev index next >

modules/javafx.web/src/main/native/Tools/DumpRenderTree/java/JavaEnv.h

Print this page
rev 11020 : 8201563: Update copyright header for files modified in 2018
Reviewed-by:
   1 /*
   2  * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
   3  */
   4 #ifndef JavaEnv_h
   5 #define JavaEnv_h
   6 
   7 #include <jni.h>
   8 
   9 extern JavaVM* jvm;
  10 
  11 JNIEnv* JNICALL DumpRenderTree_GetJavaEnv();
  12 
  13 jclass getDumpRenderTreeClass();
  14 jmethodID getWaitUntillDoneMethodId();
  15 jmethodID getNotifyDoneMID();
  16 jmethodID getOverridePreferenceMID();
  17 jmethodID getGetBackForwardItemCountMID();
  18 jmethodID getClearBackForwardListMID();
  19 jmethodID getResolveURLMID();
  20 jmethodID getLoadURLMID();
  21 jmethodID getGoBackForward();
  22 
   1 /*
   2  * Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
   3  */
   4 #ifndef JavaEnv_h
   5 #define JavaEnv_h
   6 
   7 #include <jni.h>
   8 
   9 extern JavaVM* jvm;
  10 
  11 JNIEnv* JNICALL DumpRenderTree_GetJavaEnv();
  12 
  13 jclass getDumpRenderTreeClass();
  14 jmethodID getWaitUntillDoneMethodId();
  15 jmethodID getNotifyDoneMID();
  16 jmethodID getOverridePreferenceMID();
  17 jmethodID getGetBackForwardItemCountMID();
  18 jmethodID getClearBackForwardListMID();
  19 jmethodID getResolveURLMID();
  20 jmethodID getLoadURLMID();
  21 jmethodID getGoBackForward();
  22 
< prev index next >