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