Searched refs:WebThreadSafeData (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebThreadSafeData.cpp32 #include "public/platform/WebThreadSafeData.h"
38 void WebThreadSafeData::reset()
43 void WebThreadSafeData::assign(const WebThreadSafeData& other)
48 size_t WebThreadSafeData::size() const
55 const char* WebThreadSafeData::data() const
62 WebThreadSafeData::WebThreadSafeData(const PassRefPtr<RawData>& data) function in class:blink::WebThreadSafeData
67 WebThreadSafeData& WebThreadSafeData
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebThreadSafeData.h45 // 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 { class in namespace:blink
49 WebThreadSafeData() { } function in class:blink::WebThreadSafeData
50 ~WebThreadSafeData() { reset(); }
52 BLINK_PLATFORM_EXPORT void assign(const WebThreadSafeData&);
61 BLINK_PLATFORM_EXPORT WebThreadSafeData(const WTF::PassRefPtr<RawData>&);
62 BLINK_PLATFORM_EXPORT WebThreadSafeData& operator=(const WTF::PassRefPtr<RawData>&);
H A DWebBlobRegistry.h40 class WebThreadSafeData;
62 virtual void addDataToStream(const WebURL&, WebThreadSafeData&) { BLINK_ASSERT_NOT_REACHED(); }
H A DWebBlobData.h37 #include "WebThreadSafeData.h"
52 WebThreadSafeData data;
/external/chromium_org/content/test/
H A Dmock_webblob_registry_impl.cc9 #include "third_party/WebKit/public/platform/WebThreadSafeData.h"
14 using blink::WebThreadSafeData;
51 WebThreadSafeData& data) {
H A Dmock_webblob_registry_impl.h32 blink::WebThreadSafeData& data);
/external/chromium_org/content/child/
H A Dwebblobregistry_impl.h35 blink::WebThreadSafeData& data);
42 const blink::WebThreadSafeData& data);
H A Dwebblobregistry_impl.cc18 #include "third_party/WebKit/public/platform/WebThreadSafeData.h"
23 using blink::WebThreadSafeData;
120 const WebThreadSafeData& data) {
166 WebThreadSafeData& data) {
/external/chromium_org/third_party/WebKit/Source/platform/blob/
H A DBlobRegistry.cpp42 #include "public/platform/WebThreadSafeData.h"
200 WebThreadSafeData webThreadSafeData(blobRegistryContext->streamData);
209 WebThreadSafeData webThreadSafeData(streamData);
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk209 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.darwin-arm64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.darwin-mips.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.darwin-mips64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.darwin-x86.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.darwin-x86_64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.linux-arm.mk209 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.linux-arm64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.linux-mips.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.linux-mips64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.linux-x86.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
H A Dblink_platform.target.linux-x86_64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \

Completed in 215 milliseconds