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 317 const wchar_t* headers, IBindCtx* bind_ctx,
436 base::win::ScopedComPtr<IBindCtx> bind_ctx; member in struct:DownloadInHostParams
protocol_sink_wrap.cc 168 base::win::ScopedComPtr<IBindCtx> bind_ctx; local
175 bind_ctx.Attach(pbc);
179 return bind_ctx;
617 IBindCtx* bind_ctx) {
625 PutProtData(bind_ctx, prot_data);
662 base::win::ScopedComPtr<IBindCtx> bind_ctx = BindCtxFromIBindInfo(bind_info); local
663 if (!bind_ctx) {
672 if (prot_data && !HasProtData(bind_ctx)) {
677 if (HandleAttachToExistingExternalTab(url, protocol, prot_sink, bind_ctx)) {
681 if (IsCFRequest(bind_ctx)) {
743 base::win::ScopedComPtr<IBindCtx> bind_ctx = BindCtxFromIBindInfo(bind_info); local
    [all...]

Completed in 309 milliseconds