Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
UrlDataManager::UrlData Struct Reference

#include <UrlDataManager.h>

Inheritance diagram for UrlDataManager::UrlData:
SkRefCnt SkRefCntBase

Public Attributes

SkString fUrl
 
SkString fContentType
 
sk_sp< SkDatafData
 

Additional Inherited Members

- Public Member Functions inherited from SkRefCntBase
 SkRefCntBase ()
 
virtual ~SkRefCntBase ()
 
bool unique () const
 
void ref () const
 
void unref () const
 

Detailed Description

Definition at line 37 of file UrlDataManager.h.

Member Data Documentation

◆ fContentType

SkString UrlDataManager::UrlData::fContentType

Definition at line 39 of file UrlDataManager.h.

◆ fData

sk_sp<SkData> UrlDataManager::UrlData::fData

Definition at line 40 of file UrlDataManager.h.

◆ fUrl

SkString UrlDataManager::UrlData::fUrl

Definition at line 38 of file UrlDataManager.h.


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