Home
last modified time | relevance | path

Searched refs:LibcurlWrapper (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc39 LibcurlWrapper::LibcurlWrapper() in LibcurlWrapper() function in google_breakpad::LibcurlWrapper
60 LibcurlWrapper::~LibcurlWrapper() {} in ~LibcurlWrapper()
62 bool LibcurlWrapper::SetProxy(const string& proxy_host, in SetProxy()
84 bool LibcurlWrapper::AddFile(const string& upload_file_path, in AddFile()
111 bool LibcurlWrapper::SendRequest(const string& url, in SendRequest()
165 bool LibcurlWrapper::Init() { in Init()
203 bool LibcurlWrapper::SetFunctionPointers() { in SetFunctionPointers()
Dlibcurl_wrapper.h43 class LibcurlWrapper {
45 LibcurlWrapper();
46 ~LibcurlWrapper();
Dgoogle_crashdump_uploader.h68 LibcurlWrapper* http_layer);
81 LibcurlWrapper* http_layer);
89 scoped_ptr<LibcurlWrapper> http_layer_;
Dgoogle_crashdump_uploader.cc54 LibcurlWrapper* http_layer = new LibcurlWrapper(); in GoogleCrashdumpUploader()
80 LibcurlWrapper* http_layer) { in GoogleCrashdumpUploader()
106 LibcurlWrapper* http_layer) { in Init()
Dgoogle_crashdump_uploader_test.cc43 class MockLibcurlWrapper : public LibcurlWrapper {