webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebViewGroup Class Reference

#include <WebViewGroup.h>

Inheritance diagram for WebViewGroup:

Public Member Functions

 ~WebViewGroup ()
 
void addWebView (WebView *)
 
void removeWebView (WebView *)
 
WebCore::StorageNamespaceProviderstorageNamespaceProvider ()
 
WebCore::UserContentControlleruserContentController ()
 
WebVisitedLinkStorevisitedLinkStore ()
 

Static Public Member Functions

static RefPtr< WebViewGroupgetOrCreate (const String &name, const String &localStorageDatabasePath)
 
static WebViewGroupget (const String &name)
 

Constructor & Destructor Documentation

◆ ~WebViewGroup()

WebViewGroup::~WebViewGroup ( )

Member Function Documentation

◆ addWebView()

void WebViewGroup::addWebView ( WebView webView)

◆ get()

WebViewGroup * WebViewGroup::get ( const String name)
static

◆ getOrCreate()

RefPtr< WebViewGroup > WebViewGroup::getOrCreate ( const String name,
const String localStorageDatabasePath 
)
static

◆ removeWebView()

void WebViewGroup::removeWebView ( WebView webView)

◆ storageNamespaceProvider()

StorageNamespaceProvider & WebViewGroup::storageNamespaceProvider ( )

◆ userContentController()

WebCore::UserContentController& WebViewGroup::userContentController ( )
inline

◆ visitedLinkStore()

WebVisitedLinkStore& WebViewGroup::visitedLinkStore ( )
inline

The documentation for this class was generated from the following files: