webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <BlobData.h>
Public Member Functions | |
const String & | contentType () const |
const BlobDataItemList & | items () const |
void | swapItems (BlobDataItemList &) |
void | appendData (const ThreadSafeDataBuffer &) |
void | appendFile (Ref< BlobDataFileReference > &&) |
const String & | contentType () const |
const BlobDataItemList & | items () const |
void | swapItems (BlobDataItemList &) |
void | appendData (const ThreadSafeDataBuffer &) |
void | appendFile (Ref< BlobDataFileReference > &&) |
Public Member Functions inherited from WTF::ThreadSafeRefCounted< BlobData > | |
void | deref () const |
void | deref () const |
void | deref () const |
Public Member Functions inherited from WTF::ThreadSafeRefCountedBase | |
ThreadSafeRefCountedBase ()=default | |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
ThreadSafeRefCountedBase ()=default | |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
ThreadSafeRefCountedBase ()=default | |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
Static Public Member Functions | |
static Ref< BlobData > | create (const String &contentType) |
static Ref< BlobData > | create (const String &contentType) |
Friends | |
class | BlobRegistryImpl |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::ThreadSafeRefCounted< BlobData > | |
ThreadSafeRefCounted ()=default | |
ThreadSafeRefCounted ()=default | |
ThreadSafeRefCounted ()=default | |
Protected Member Functions inherited from WTF::ThreadSafeRefCountedBase | |
bool | derefBase () const |
bool | derefBase () const |
bool | derefBase () const |
void WebCore::BlobData::appendData | ( | const ThreadSafeDataBuffer & | data | ) |
void WebCore::BlobData::appendData | ( | const ThreadSafeDataBuffer & | ) |
void WebCore::BlobData::appendFile | ( | Ref< BlobDataFileReference > && | file | ) |
void WebCore::BlobData::appendFile | ( | Ref< BlobDataFileReference > && | ) |
|
inline |
|
inline |
|
inline |
|
inline |
void WebCore::BlobData::swapItems | ( | BlobDataItemList & | ) |
void WebCore::BlobData::swapItems | ( | BlobDataItemList & | items | ) |
|
friend |