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

Public Attributes

WebKitWebContextwebContext
 
LegacyCustomProtocolManagerProxymanager
 
RefPtr< WebPageProxyinitiatingPage
 
uint64_t requestID
 
CString uri
 
GUniquePtr< SoupURI > soupURI
 
GRefPtr< GInputStream > stream
 
uint64_t streamLength
 
GRefPtr< GCancellable > cancellable
 
char readBuffer [gReadBufferSize]
 
uint64_t bytesRead
 
CString mimeType
 

Member Data Documentation

◆ bytesRead

uint64_t _WebKitURISchemeRequestPrivate::bytesRead

◆ cancellable

GRefPtr<GCancellable> _WebKitURISchemeRequestPrivate::cancellable

◆ initiatingPage

RefPtr<WebPageProxy> _WebKitURISchemeRequestPrivate::initiatingPage

◆ manager

LegacyCustomProtocolManagerProxy* _WebKitURISchemeRequestPrivate::manager

◆ mimeType

CString _WebKitURISchemeRequestPrivate::mimeType

◆ readBuffer

char _WebKitURISchemeRequestPrivate::readBuffer[gReadBufferSize]

◆ requestID

uint64_t _WebKitURISchemeRequestPrivate::requestID

◆ soupURI

GUniquePtr<SoupURI> _WebKitURISchemeRequestPrivate::soupURI

◆ stream

GRefPtr<GInputStream> _WebKitURISchemeRequestPrivate::stream

◆ streamLength

uint64_t _WebKitURISchemeRequestPrivate::streamLength

◆ uri

CString _WebKitURISchemeRequestPrivate::uri

◆ webContext

WebKitWebContext* _WebKitURISchemeRequestPrivate::webContext

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