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

  /external/chromium_org/chrome_frame/
bind_status_callback_impl.cc 117 HRESULT BSCBImpl::OnStopBinding(HRESULT hresult, LPCWSTR error) {
123 delegate_->OnStopBinding(hresult, error);
http_negotiate.cc 68 STDMETHOD(OnStopBinding)(HRESULT result, LPCWSTR error) {
urlmon_bind_status_callback.cc 314 STDMETHODIMP BSCBStorageBind::OnStopBinding(HRESULT hresult, LPCWSTR error) {
323 hr = CallbackImpl::OnStopBinding(hresult, error);
331 // through' mode. In some cases we may end up getting OnStopBinding
333 // BindToStorage call will return before OnStopBinding is sent. Hence
urlmon_url_request.cc 180 // ::OnStopBinding will invoke the callback passing our moniker and
231 // stream. Clear it to ensure that OnStopBinding correctly sends over the
316 // Abort. We will inform Chrome in OnStopBinding callback.
361 STDMETHODIMP UrlmonUrlRequest::OnStopBinding(HRESULT result, LPCWSTR error) {
753 // on the protocol sink which ends up in a call to the OnStopBinding
758 // OnStopBinding call with a HRESULT of 0x800c0019 and navigates to
762 // In our OnStopBinding implementation we stop the navigation and inform
    [all...]

Completed in 47 milliseconds