Home
last modified time | relevance | path

Searched refs:AutoInternetHandle (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/windows/
Dhttp_upload.cc49 class HTTPUpload::AutoInternetHandle { class in google_breakpad::HTTPUpload
51 explicit AutoInternetHandle(HINTERNET handle) : handle_(handle) {} in AutoInternetHandle() function in google_breakpad::HTTPUpload::AutoInternetHandle
52 ~AutoInternetHandle() { in ~AutoInternetHandle()
103 AutoInternetHandle internet(InternetOpen(kUserAgent, in SendRequest()
112 AutoInternetHandle connection(InternetConnect(internet.get(), in SendRequest()
126 AutoInternetHandle request(HttpOpenRequest(connection.get(), in SendRequest()
Dhttp_upload.h77 class AutoInternetHandle;