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

/external/chromium_org/chrome_frame/
H A Dhttp_negotiate.cc234 HRESULT HttpNegotiatePatch::PatchHttpNegotiate(IUnknown* to_patch) { argument
235 DCHECK(to_patch);
239 HRESULT hr = http.QueryFrom(to_patch);
241 hr = DoQueryService(IID_IHttpNegotiate, to_patch, http.Receive());
H A Dhttp_negotiate.h61 static HRESULT PatchHttpNegotiate(IUnknown* to_patch);

Completed in 88 milliseconds