HomeSort by relevance Sort by last modified time
    Searched defs:bind_ctx (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome_frame/
bind_status_callback_impl.h 51 IBindCtx* bind_ctx() const { function in class:BSCBImpl
http_negotiate.cc 210 base::win::ScopedComPtr<IBindCtx> bind_ctx; local
211 HRESULT hr = CreateAsyncBindCtx(0, &request, NULL, bind_ctx.Receive());
213 if (bind_ctx) {
215 bind_ctx->GetObjectParam(L"_BSCB_Holder_", bscb_holder.Receive());
222 bind_ctx.Release();
utils.h 323 const wchar_t* headers, IBindCtx* bind_ctx,
442 base::win::ScopedComPtr<IBindCtx> bind_ctx; member in struct:DownloadInHostParams
protocol_sink_wrap.cc 171 base::win::ScopedComPtr<IBindCtx> bind_ctx; local
178 bind_ctx.Attach(pbc);
182 return bind_ctx;
621 IBindCtx* bind_ctx) {
629 PutProtData(bind_ctx, prot_data);
666 base::win::ScopedComPtr<IBindCtx> bind_ctx = BindCtxFromIBindInfo(bind_info); local
667 if (!bind_ctx) {
676 if (prot_data && !HasProtData(bind_ctx)) {
681 if (HandleAttachToExistingExternalTab(url, protocol, prot_sink, bind_ctx)) {
685 if (IsCFRequest(bind_ctx)) {
747 base::win::ScopedComPtr<IBindCtx> bind_ctx = BindCtxFromIBindInfo(bind_info); local
    [all...]

Completed in 1855 milliseconds