webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
_WebKitWebsiteData Struct Reference

Public Member Functions

 _WebKitWebsiteData (WebsiteDataRecord &&websiteDataDecord)
 

Public Attributes

WebsiteDataRecord record
 
CString displayName
 
int referenceCount { 1 }
 

Detailed Description

SECTION: WebKitWebsiteData : Website data : WebKitWebsiteData : WebKitWebsiteDataManager

WebKitWebsiteData represents data stored in the client by a particular website. A website is normally a set of URLs grouped by domain name. You can get the website name, which is usually the domain, with webkit_website_data_get_name(). Documents loaded from the file system, like file:// URIs, are all grouped in the same WebKitWebsiteData with the name "Local files".

A website can store different types of data in the client side. WebKitWebsiteDataTypes is an enum containing all the possible data types; use webkit_website_data_get_types() to get the bitmask of data types. It's also possible to know the size of the data stored for some of the WebKitWebsiteDataTypes by using webkit_website_data_get_size().

A list of WebKitWebsiteData can be retrieved with webkit_website_data_manager_fetch(). See WebKitWebsiteDataManager for more information.

Since: 2.16

Constructor & Destructor Documentation

◆ _WebKitWebsiteData()

_WebKitWebsiteData::_WebKitWebsiteData ( WebsiteDataRecord &&  websiteDataDecord)
inlineexplicit

Member Data Documentation

◆ displayName

CString _WebKitWebsiteData::displayName

◆ record

WebsiteDataRecord _WebKitWebsiteData::record

◆ referenceCount

int _WebKitWebsiteData::referenceCount { 1 }

The documentation for this struct was generated from the following file: