|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <MockPageOverlayClient.h>
Public Member Functions | |
| MockPageOverlayClient () | |
| Ref< MockPageOverlay > | installOverlay (MainFrame &, PageOverlay::OverlayType) |
| void | uninstallAllOverlays () |
| String | layerTreeAsText (MainFrame &, LayerTreeFlags) |
| virtual | ~MockPageOverlayClient () |
Static Public Member Functions | |
| static MockPageOverlayClient & | singleton () |
Friends | |
| class | NeverDestroyed< MockPageOverlayClient > |
Additional Inherited Members | |
Protected Member Functions inherited from WebCore::PageOverlay::Client | |
| virtual | ~Client () |
| virtual | ~Client () |
|
explicit |
|
inlinevirtual |
| Ref< MockPageOverlay > WebCore::MockPageOverlayClient::installOverlay | ( | MainFrame & | mainFrame, |
| PageOverlay::OverlayType | overlayType | ||
| ) |
| String WebCore::MockPageOverlayClient::layerTreeAsText | ( | MainFrame & | mainFrame, |
| LayerTreeFlags | flags | ||
| ) |
|
static |
| void WebCore::MockPageOverlayClient::uninstallAllOverlays | ( | ) |
|
friend |
1.8.13