Searched defs:AutoHttpHandle (Results 1 – 1 of 1) sorted by relevance
47 class AutoHttpHandle { class49 AutoHttpHandle() : handle_(NULL) {} in AutoHttpHandle() function in crash::AutoHttpHandle50 explicit AutoHttpHandle(HttpHandle handle) : handle_(handle) {} in AutoHttpHandle() function in crash::AutoHttpHandle