コード例 #1
0
ファイル: TestRunner.cpp プロジェクト: rotime/webkit
void TestRunner::removeAllWebNotificationPermissions()
{
    auto& injectedBundle = InjectedBundle::singleton();
    WKBundleRemoveAllWebNotificationPermissions(injectedBundle.bundle(), injectedBundle.page()->page());
}
コード例 #2
0
ファイル: TestRunner.cpp プロジェクト: 3163504123/phantomjs
void TestRunner::removeAllWebNotificationPermissions()
{
    WKBundleRemoveAllWebNotificationPermissions(InjectedBundle::shared().bundle(), InjectedBundle::shared().page()->page());
}