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

#include <IconRecord.h>

Public Member Functions

 IconSnapshot ()
 
 IconSnapshot (const String &iconURL, int timestamp, SharedBuffer *data)
 
const StringiconURL () const
 
int timestamp () const
 
SharedBufferdata () const
 

Constructor & Destructor Documentation

◆ IconSnapshot() [1/2]

WebCore::IconSnapshot::IconSnapshot ( )
inline

◆ IconSnapshot() [2/2]

WebCore::IconSnapshot::IconSnapshot ( const String iconURL,
int  timestamp,
SharedBuffer data 
)
inline

Member Function Documentation

◆ data()

SharedBuffer* WebCore::IconSnapshot::data ( ) const
inline

◆ iconURL()

const String& WebCore::IconSnapshot::iconURL ( ) const
inline

◆ timestamp()

int WebCore::IconSnapshot::timestamp ( ) const
inline

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