HomeSort by relevance Sort by last modified time
    Searched refs:bind_context_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/
urlmon_url_request.cc 147 DCHECK(bind_context_ == NULL);
152 bind_context_ = bind_context;
175 callback.Run(moniker_, bind_context_, upload_data_,
306 BindContextInfo::FromBindContext(bind_context_, info.Receive());
375 terminate_bind_callback_.Run(moniker_, bind_context_, upload_data_,
808 DCHECK((moniker_ && bind_context_) || (!moniker_ && !bind_context_));
820 if (bind_context_.get() == NULL) {
822 bind_context_.Receive(), 0);
826 hr = ::RegisterBindStatusCallback(bind_context_, this, NULL, 0)
    [all...]
urlmon_url_request_private.h 231 base::win::ScopedComPtr<IBindCtx> bind_context_; member in class:UrlmonUrlRequest

Completed in 146 milliseconds