OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http_negotiate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
bind_status_callback_impl.cc
178
base::win::ScopedComPtr<IHttpNegotiate>
http_negotiate
;
local
179
http_negotiate
.QueryFrom(delegate_);
180
if (
http_negotiate
) {
181
hr =
http_negotiate
->BeginningTransaction(url, headers, reserved,
198
base::win::ScopedComPtr<IHttpNegotiate>
http_negotiate
;
local
199
http_negotiate
.QueryFrom(delegate_);
200
if (
http_negotiate
) {
201
hr =
http_negotiate
->OnResponse(response_code, response_headers,
212
base::win::ScopedComPtr<IHttpNegotiate2>
http_negotiate
;
local
213
http_negotiate
.QueryFrom(delegate_)
226
base::win::ScopedComPtr<IHttpNegotiate3>
http_negotiate
;
local
[
all
...]
protocol_sink_wrap.cc
194
base::win::ScopedComPtr<IHttpNegotiate>
http_negotiate
;
195
HRESULT hr = DoQueryService(GUID_NULL, sink,
http_negotiate
.Receive());
196
if (
http_negotiate
&& !IsSubFrameRequest(
http_negotiate
))
[
all
...]
Completed in 462 milliseconds