Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/windows/converter_exe/
Dhttp_download.cc47 class AutoHttpHandle { class
49 AutoHttpHandle() : handle_(NULL) {} in AutoHttpHandle() function in crash::AutoHttpHandle
50 explicit AutoHttpHandle(HttpHandle handle) : handle_(handle) {} in AutoHttpHandle() function in crash::AutoHttpHandle