Home
last modified time | relevance | path

Searched defs:WebData (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebData.h51 WebData() { } in WebData() function
53 WebData(const char* data, size_t size) in WebData() function
59 WebData(const char (&data)[N]) in WebData() function
64 WebData(const WebData& d) { assign(d); } in WebData() function
88 WebData(const C& c) in WebData() function
DWebIDBCallbacks.h36 class WebData; variable
52 …uccess(WebIDBCursor*, const WebIDBKey&, const WebIDBKey& primaryKey, const WebData&, const WebVect… in onSuccess()
55 …virtual void onSuccess(const WebData&, const WebVector<WebBlobInfo>&) { BLINK_ASSERT_NOT_REACHED()… in onSuccess()
56 …virtual void onSuccess(const WebData&, const WebVector<WebBlobInfo>&, const WebIDBKey&, const WebI… in onSuccess()
59 …virtual void onSuccess(const WebIDBKey&, const WebIDBKey& primaryKey, const WebData&, const WebVec… in onSuccess()
DWebSocketStreamHandle.h38 class WebData; variable
50 virtual bool send(const WebData&) { return false; } in send()
DWebSocketStreamHandleClient.h38 class WebData; variable
DWebURLLoader.h39 class WebData; variable
DWebImage.h46 class WebData; variable
DWebIDBDatabase.h37 class WebData; variable
/external/chromium_org/third_party/WebKit/public/web/
DWebImageDecoder.h43 class WebData; variable
DWebFrame.h64 class WebData; variable
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DWebIDBCallbacksImpl.h39 class WebData; variable
/external/chromium_org/third_party/WebKit/Source/platform/network/
DSocketStreamHandleInternal.h40 class WebData; variable
/external/chromium_org/content/test/
Dweburl_loader_mock.h13 class WebData; variable
Dweburl_loader_mock_factory.h17 class WebData; variable
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebData.cpp69 WebData::WebData(const PassRefPtr<SharedBuffer>& buffer) in WebData() function in blink::WebData
/external/chromium_org/content/child/indexed_db/
Dindexed_db_dispatcher.h34 class WebData; variable
Dindexed_db_dispatcher_unittest.cc140 virtual void onSuccess(const WebData&, in onSuccess()
/external/chromium_org/components/feedback/proto/
Dweb.proto18 message WebData { message
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.cpp376 const WebData&, const WebString& mimeType, const WebString& textEncoding, in loadData()