/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); 101 // We simply forward moniker and bind_ctx to host ActiveX/ActiveDocument, 103 void BindTerminated(IMoniker* moniker, IBindCtx* bind_ctx,
|
utils.h | 320 // Navigates an IWebBrowser2 object to a moniker. 322 HRESULT NavigateBrowserToMoniker(IUnknown* browser, IMoniker* moniker, 417 // whether it matches the url retrieved from the moniker. If yes it returns 418 // the bho url, if not the moniker url. 419 std::wstring GetActualUrlFromMoniker(IMoniker* moniker, 443 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...] |
urlmon_url_request_private.h | 33 HRESULT InitPending(const GURL& url, IMoniker* moniker, IBindCtx* bind_ctx,
|
utils.cc | 836 HRESULT NavigateBrowserToMoniker(IUnknown* browser, IMoniker* moniker, 841 DCHECK(moniker); 891 // is then used to determine if the moniker is already running and via 898 // HlinkSimpleNavigateToMoniker(moniker, url, NULL, host, bind_context, 902 hr = uri_container.QueryFrom(moniker); [all...] |
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 | 45 ScopedComPtr<IMoniker> moniker; 48 while (enum_moniker->Next(1, moniker.Receive(), &fetched) == S_OK) { 50 hr = moniker->BindToStorage(0, 0, IID_IPropertyBag, prop_bag.ReceiveVoid()); 52 moniker.Release(); 69 hr = moniker->BindToObject(0, 0, IID_IBaseFilter, 75 moniker.Release(); 221 ScopedComPtr<IMoniker> moniker; local 223 while (enum_moniker->Next(1, moniker.Receive(), NULL) == S_OK) { 225 hr = moniker->BindToStorage(0, 0, IID_IPropertyBag, prop_bag.ReceiveVoid()); 227 moniker.Release() [all...] |
/external/chromium_org/sandbox/win/src/ |
app_container.cc | 103 LPCWSTR moniker, 155 LPWSTR* moniker);
|