HomeSort by relevance Sort by last modified time
    Searched refs:WebThreadSafeData (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebThreadSafeData.cpp 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
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebThreadSafeData.h 45 // A container for raw bytes. It is inexpensive to copy a WebThreadSafeData object.
46 // It is safe to pass a WebThreadSafeData across threads!!!
47 class WebThreadSafeData {
49 WebThreadSafeData() { }
50 ~WebThreadSafeData() { reset(); }
52 WEBKIT_API void assign(const WebThreadSafeData&);
61 WebThreadSafeData(const WTF::PassRefPtr<WebCore::RawData>&);
62 WebThreadSafeData& operator=(const WTF::PassRefPtr<WebCore::RawData>&);
WebBlobData.h 34 #include "WebThreadSafeData.h"
51 WebThreadSafeData data;

Completed in 50 milliseconds