equal
deleted
inserted
replaced
362 |
362 |
363 /** |
363 /** |
364 * To set the Bitmap zooming Out for Pinch |
364 * To set the Bitmap zooming Out for Pinch |
365 */ |
365 */ |
366 void setPinchBitmapZoomOut(int zoomLevel); |
366 void setPinchBitmapZoomOut(int zoomLevel); |
|
367 |
|
368 /** |
|
369 * Recreate Plugins in case of Retry Connection |
|
370 */ |
|
371 void reCreatePlugins(); |
367 |
372 |
368 public: // from MPageScalerCallback |
373 public: // from MPageScalerCallback |
369 /** |
374 /** |
370 * |
375 * |
371 * @since 3.1 |
376 * @since 3.1 |
582 bool m_redirectWithLockedHistory; |
587 bool m_redirectWithLockedHistory; |
583 // full screen mode |
588 // full screen mode |
584 WebPageFullScreenHandler* m_pageFullScreenHandler; // owned |
589 WebPageFullScreenHandler* m_pageFullScreenHandler; // owned |
585 bool m_viewIsScrolling; |
590 bool m_viewIsScrolling; |
586 bool m_viewIsFastScrolling; |
591 bool m_viewIsFastScrolling; |
587 TPoint* m_ptrbuffer; |
|
588 |
592 |
589 // synchronous requests |
593 // synchronous requests |
590 bool m_synchRequestPending; |
594 bool m_synchRequestPending; |
591 //Indicates any plugin is activated/deactivated |
595 //Indicates any plugin is activated/deactivated |
592 bool m_showCursor; |
596 bool m_showCursor; |