|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <InjectedBundleClient.h>
Public Member Functions | |
| void | didCreatePage (InjectedBundle *, WebPage *) |
| void | willDestroyPage (InjectedBundle *, WebPage *) |
| void | didInitializePageGroup (InjectedBundle *, WebPageGroupProxy *) |
| void | didReceiveMessage (InjectedBundle *, const String &messageName, API::Object *messageBody) |
| void | didReceiveMessageToPage (InjectedBundle *, WebPage *, const String &messageName, API::Object *messageBody) |
Public Member Functions inherited from API::Client< WKBundleClientBase > | |
| Client () | |
| void | initialize (const WKBundleClientBase *client) |
| const LatestClientInterface & | client () const |
Additional Inherited Members | |
Protected Attributes inherited from API::Client< WKBundleClientBase > | |
| LatestClientInterface | m_client |
| void WebKit::InjectedBundleClient::didCreatePage | ( | InjectedBundle * | bundle, |
| WebPage * | page | ||
| ) |
| void WebKit::InjectedBundleClient::didInitializePageGroup | ( | InjectedBundle * | bundle, |
| WebPageGroupProxy * | pageGroup | ||
| ) |
| void WebKit::InjectedBundleClient::didReceiveMessage | ( | InjectedBundle * | bundle, |
| const String & | messageName, | ||
| API::Object * | messageBody | ||
| ) |
| void WebKit::InjectedBundleClient::didReceiveMessageToPage | ( | InjectedBundle * | bundle, |
| WebPage * | page, | ||
| const String & | messageName, | ||
| API::Object * | messageBody | ||
| ) |
| void WebKit::InjectedBundleClient::willDestroyPage | ( | InjectedBundle * | bundle, |
| WebPage * | page | ||
| ) |
1.8.13