Home
last modified time | relevance | path

Searched refs:WebThreadSafeData (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebThreadSafeData.cpp38 void WebThreadSafeData::reset() in reset()
43 void WebThreadSafeData::assign(const WebThreadSafeData& other) in assign()
48 size_t WebThreadSafeData::size() const in size()
55 const char* WebThreadSafeData::data() const in data()
62 WebThreadSafeData::WebThreadSafeData(const PassRefPtr<RawData>& data) in WebThreadSafeData() function in blink::WebThreadSafeData
67 WebThreadSafeData& WebThreadSafeData::operator=(const PassRefPtr<RawData>& data) in operator =()
/external/chromium_org/third_party/WebKit/public/platform/
DWebThreadSafeData.h47 class WebThreadSafeData {
49 WebThreadSafeData() { } in WebThreadSafeData() function
50 ~WebThreadSafeData() { reset(); } in ~WebThreadSafeData()
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>&);
DWebBlobRegistry.h40 class WebThreadSafeData; variable
62 virtual void addDataToStream(const WebURL&, WebThreadSafeData&) { BLINK_ASSERT_NOT_REACHED(); } in addDataToStream() argument
DWebBlobData.h52 WebThreadSafeData data;
/external/chromium_org/content/test/
Dmock_webblob_registry_impl.cc14 using blink::WebThreadSafeData;
51 WebThreadSafeData& data) { in addDataToStream()
Dmock_webblob_registry_impl.h32 blink::WebThreadSafeData& data);
/external/chromium_org/content/child/
Dwebblobregistry_impl.h35 blink::WebThreadSafeData& data);
42 const blink::WebThreadSafeData& data);
Dwebblobregistry_impl.cc23 using blink::WebThreadSafeData;
120 const WebThreadSafeData& data) { in SendDataForBlob()
166 WebThreadSafeData& data) { in addDataToStream()
/external/chromium_org/third_party/WebKit/Source/platform/blob/
DBlobRegistry.cpp200 WebThreadSafeData webThreadSafeData(blobRegistryContext->streamData); in addDataToStreamTask()
209 WebThreadSafeData webThreadSafeData(streamData); in addDataToStream()
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi328 'exported/WebThreadSafeData.cpp',
Dblink_platform.target.linux-arm64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.darwin-mips64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.linux-x86_64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.linux-mips64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.linux-x86.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.linux-arm.mk209 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.darwin-mips.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.linux-mips.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.darwin-x86.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.darwin-arm64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.darwin-x86_64.mk208 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \
Dblink_platform.target.darwin-arm.mk209 third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp \