|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <LinkIcon.h>
Public Member Functions | |
| template<class Encoder > | |
| void | encode (Encoder &) const |
| template<class Encoder > | |
| void | encode (Encoder &) const |
Static Public Member Functions | |
| template<class Decoder > | |
| static bool | decode (Decoder &, LinkIcon &) |
| template<class Decoder > | |
| static bool | decode (Decoder &, LinkIcon &) |
Public Attributes | |
| URL | url |
| LinkIconType | type |
| String | mimeType |
| std::optional< unsigned > | size |
|
static |
|
static |
| void WebCore::LinkIcon::encode | ( | Encoder & | ) | const |
| void WebCore::LinkIcon::encode | ( | Encoder & | encoder | ) | const |
| String WebCore::LinkIcon::mimeType |
| std::optional< unsigned > WebCore::LinkIcon::size |
| LinkIconType WebCore::LinkIcon::type |
| URL WebCore::LinkIcon::url |
1.8.13