/** Stop loading the current page. */
 public void stopLoading() {
   if (mIsMainFrame) {
     resetLoadingStates();
   }
   nativeStopLoading();
 }