OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnStopBinding
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome_frame/test/
urlmon_moniker_integration_test.cc
174
EXPECT_CALL(callback_,
OnStopBinding
(data_available_response, _))
177
EXPECT_CALL(callback_,
OnStopBinding
(data_available_response, _))
urlmon_moniker_tests.h
37
MOCK_METHOD2_WITH_CALLTYPE(__stdcall,
OnStopBinding
,
/external/chromium_org/chrome_frame/
bind_status_callback_impl.h
64
STDMETHOD(
OnStopBinding
)(HRESULT hresult, LPCWSTR error);
bind_status_callback_impl.cc
117
HRESULT BSCBImpl::
OnStopBinding
(HRESULT hresult, LPCWSTR error) {
123
delegate_->
OnStopBinding
(hresult, error);
urlmon_bind_status_callback.h
113
STDMETHOD(
OnStopBinding
)(HRESULT hresult, LPCWSTR error);
urlmon_bind_status_callback.cc
314
STDMETHODIMP BSCBStorageBind::
OnStopBinding
(HRESULT hresult, LPCWSTR error) {
325
hr = CallbackImpl::
OnStopBinding
(hresult, error);
333
// through' mode. In some cases we may end up getting
OnStopBinding
335
// BindToStorage call will return before
OnStopBinding
is sent. Hence
http_negotiate.cc
68
STDMETHOD(
OnStopBinding
)(HRESULT result, LPCWSTR error) {
urlmon_url_request_private.h
39
// from inside ::
OnStopBinding
() when it is safe to reuse the bind_context.
82
STDMETHOD(
OnStopBinding
)(HRESULT result, LPCWSTR error);
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 106 milliseconds