Home | History | Annotate | Download | only in src

Lines Matching refs:WebThreadSafeData

32 #include "WebThreadSafeData.h"
40 void WebThreadSafeData::reset()
45 void WebThreadSafeData::assign(const WebThreadSafeData& other)
50 size_t WebThreadSafeData::size() const
57 const char* WebThreadSafeData::data() const
64 WebThreadSafeData::WebThreadSafeData(const PassRefPtr<RawData>& data)
69 WebThreadSafeData& WebThreadSafeData::operator=(const PassRefPtr<RawData>& data)