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

  /external/chromium_org/chrome_frame/
urlmon_moniker.cc 46 base::win::ScopedComPtr<IMoniker> moniker; local
49 SUCCEEDED(hr = ::CreateURLMonikerEx(NULL, url_.c_str(), moniker.Receive(),
69 hr = NavigateBrowserToMoniker(browser, moniker, headers.c_str(),
107 base::win::ScopedComPtr<IMoniker> moniker; local
109 moniker.Receive());
112 hr = vtable_patch::PatchInterfaceMethods(moniker, IMoniker_PatchInfo);
125 bool ShouldWrapCallback(IMoniker* moniker, REFIID iid, IBindCtx* bind_context) {
127 HRESULT hr = moniker->GetDisplayName(bind_context, NULL, &url);
urlmon_url_request.h 52 IMoniker* moniker, LPBC bind_context);
106 // We simply forward moniker and bind_ctx to host ActiveX/ActiveDocument,
108 void BindTerminated(IMoniker* moniker, IBindCtx* bind_ctx,
utils.h 314 // Navigates an IWebBrowser2 object to a moniker.
316 HRESULT NavigateBrowserToMoniker(IUnknown* browser, IMoniker* moniker,
411 // whether it matches the url retrieved from the moniker. If yes it returns
412 // the bho url, if not the moniker url.
413 std::wstring GetActualUrlFromMoniker(IMoniker* moniker,
437 base::win::ScopedComPtr<IMoniker> moniker; member in struct:DownloadInHostParams
urlmon_bind_status_callback.h 105 HRESULT Initialize(IMoniker* moniker, IBindCtx* bind_ctx);
urlmon_bind_status_callback.cc 215 HRESULT BSCBStorageBind::Initialize(IMoniker* moniker, IBindCtx* bind_ctx) {
219 std::wstring url = GetActualUrlFromMoniker(moniker, bind_ctx,
254 // switch into Chrome. This will only break the moniker patch which is
urlmon_url_request.cc 140 HRESULT UrlmonUrlRequest::InitPending(const GURL& url, IMoniker* moniker,
153 moniker_ = moniker;
180 // ::OnStopBinding will invoke the callback passing our moniker and
569 // We are calling BindToStorage on the moniker we should always get called
839 // Inform our moniker patch this binding should not be tortured.
    [all...]
utils.cc 813 HRESULT NavigateBrowserToMoniker(IUnknown* browser, IMoniker* moniker,
818 DCHECK(moniker);
868 // is then used to determine if the moniker is already running and via
875 // HlinkSimpleNavigateToMoniker(moniker, url, NULL, host, bind_context,
879 hr = uri_container.QueryFrom(moniker);
927 if (SUCCEEDED(hr = moniker->GetDisplayName(bind_ctx, NULL, &url))) {
    [all...]
urlmon_url_request_private.h 33 HRESULT InitPending(const GURL& url, IMoniker* moniker, IBindCtx* bind_ctx,
chrome_frame_activex_base.h 474 if (download_params->moniker) {
476 doc_site_, download_params->moniker,
    [all...]
  /external/chromium_org/chrome_frame/test/
urlmon_moniker_integration_test.cc 184 base::win::ScopedComPtr<IMoniker> moniker; local
185 HRESULT hr = CreateURLMoniker(NULL, url, moniker.Receive());
186 EXPECT_TRUE(moniker != NULL);
187 if (moniker) {
192 hr = moniker->BindToStorage(context, NULL, IID_IStream,
212 // Tests synchronously binding to a moniker and downloading the target.
237 // Tests asynchronously binding to a moniker and downloading the target.
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 42 ScopedComPtr<IMoniker> moniker;
45 while (enum_moniker->Next(1, moniker.Receive(), &fetched) == S_OK) {
47 hr = moniker->BindToStorage(0, 0, IID_IPropertyBag, prop_bag.ReceiveVoid());
49 moniker.Release();
66 hr = moniker->BindToObject(0, 0, IID_IBaseFilter,
72 moniker.Release();
219 ScopedComPtr<IMoniker> moniker; local
221 while (enum_moniker->Next(1, moniker.Receive(), NULL) == S_OK) {
223 hr = moniker->BindToStorage(0, 0, IID_IPropertyBag, prop_bag.ReceiveVoid());
225 moniker.Release()
    [all...]
  /external/chromium_org/sandbox/win/src/
app_container.cc 92 LPCWSTR moniker,
146 LPWSTR* moniker);

Completed in 320 milliseconds