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

  /external/chromium_org/chrome_frame/
bind_context_info.cc 34 HRESULT BindContextInfo::FromBindContext(IBindCtx* bind_context,
37 if (!bind_context) {
43 HRESULT hr = bind_context->GetObjectParam(kBindContextInfo,
61 hr = bind_context_info->Initialize(bind_context);
urlmon_moniker.cc 43 base::win::ScopedComPtr<IBindCtx> bind_context; local
44 hr = ::CreateAsyncBindCtxEx(NULL, 0, NULL, NULL, bind_context.Receive(), 0);
47 DCHECK(bind_context);
70 bind_context, fragment.c_str(), NULL, &flags);
125 bool ShouldWrapCallback(IMoniker* moniker, REFIID iid, IBindCtx* bind_context) {
127 HRESULT hr = moniker->GetDisplayName(bind_context, NULL, &url);
141 BindContextInfo::FromBindContext(bind_context, info.Receive());
160 if (S_OK == bind_context->GetObjectParam(L"_BSCB_Holder_",
179 // bind_context->GetObjectParam(L"_BSCB_Holder_", bscb_holder.Receive());
bind_context_info.h 39 static HRESULT FromBindContext(IBindCtx* bind_context,
chrome_active_document.h 307 LPBC bind_context,
310 LPBC bind_context,
313 LPBC bind_context);
326 STDMETHOD(LoadHistory)(IStream* stream, IBindCtx* bind_context);
urlmon_url_request.h 52 IMoniker* moniker, LPBC bind_context);
chrome_active_document.cc 190 LPBC bind_context,
196 if (bind_context) {
198 bind_context->GetObjectParam(SZ_HTML_CLIENTSITE_OBJECTPARAM,
226 BindContextInfo::FromBindContext(bind_context, info.Receive());
245 url = GetActualUrlFromMoniker(moniker_name, bind_context,
287 url_fetcher_->SetInfoForUrl(url.c_str(), moniker_name, bind_context);
301 LPBC bind_context,
307 LPBC bind_context) {
380 IBindCtx* bind_context) {
    [all...]
utils.h 420 IBindCtx* bind_context,
urlmon_url_request.cc 141 IBindCtx* bind_context,
152 bind_context_ = bind_context;
    [all...]
utils.cc 898 // HlinkSimpleNavigateToMoniker(moniker, url, NULL, host, bind_context,
    [all...]
  /external/chromium_org/chrome_frame/test/
urlmon_moniker_tests.h 106 HRESULT (IBindCtx* bind_context, // NOLINT
112 HRESULT (IBindCtx* bind_context, // NOLINT
118 HRESULT (IBindCtx* bind_context, // NOLINT
136 HRESULT (IBindCtx* bind_context, // NOLINT
141 HRESULT (IBindCtx* bind_context, // NOLINT
157 HRESULT (IBindCtx* bind_context, // NOLINT
162 HRESULT (IBindCtx* bind_context, // NOLINT

Completed in 65 milliseconds