Searched refs:InternetHandle (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/rlz/lib/
H A Dfinancial_ping.cc34 class InternetHandle { class in namespace:__anon10530
36 InternetHandle(HINTERNET handle) { handle_ = handle; } function in class:__anon10530::InternetHandle
37 ~InternetHandle() { if (handle_) InternetCloseHandle(handle_); }
244 InternetHandle inet_handle = InternetOpenA(kFinancialPingUserAgent,
251 InternetHandle connection_handle = InternetConnectA(inet_handle,
258 InternetHandle http_handle = HttpOpenRequestA(connection_handle,

Completed in 79 milliseconds