Lines Matching refs:LibcurlWrapper
39 LibcurlWrapper::LibcurlWrapper() in LibcurlWrapper() function in google_breakpad::LibcurlWrapper
48 LibcurlWrapper::~LibcurlWrapper() { in ~LibcurlWrapper()
55 bool LibcurlWrapper::SetProxy(const string& proxy_host, in SetProxy()
76 bool LibcurlWrapper::AddFile(const string& upload_file_path, in AddFile()
102 bool LibcurlWrapper::SendRequest(const string& url, in SendRequest()
122 bool LibcurlWrapper::SendGetRequest(const string& url, in SendGetRequest()
134 bool LibcurlWrapper::SendPutRequest(const string& url, in SendPutRequest()
153 bool LibcurlWrapper::SendSimplePostRequest(const string& url, in SendSimplePostRequest()
175 bool LibcurlWrapper::Init() { in Init()
227 bool LibcurlWrapper::SetFunctionPointers() { in SetFunctionPointers()
269 bool LibcurlWrapper::SendRequestInner(const string& url, in SendRequestInner()
314 void LibcurlWrapper::Reset() { in Reset()
328 bool LibcurlWrapper::CheckInit() { in CheckInit()