HomeSort by relevance Sort by last modified time
    Searched full:browser_service (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome_frame/
bho.cc 87 base::win::ScopedComPtr<IBrowserService> browser_service; local
88 hr = DoQueryService(SID_SShellBrowser, site, browser_service.Receive());
89 DCHECK(browser_service) << "DoQueryService - SID_SShellBrowser failed."
91 if (browser_service) {
92 g_patch_helper.PatchBrowserService(browser_service);
142 base::win::ScopedComPtr<IBrowserService> browser_service; local
143 DoQueryService(SID_SShellBrowser, web_browser2, browser_service.Receive());
144 if (!browser_service || !CheckForCFNavigation(browser_service, false)) {
326 base::win::ScopedComPtr<IBrowserService> browser_service; local
    [all...]
chrome_active_document.cc 212 base::win::ScopedComPtr<IBrowserService> browser_service; local
213 DoQueryService(SID_SShellBrowser, client_site, browser_service.Receive());
214 if (browser_service) {
215 bool flagged = CheckForCFNavigation(browser_service, true);
1006 base::win::ScopedComPtr<IBrowserService> browser_service; local
1277 base::win::ScopedComPtr<IBrowserService> browser_service; local
    [all...]
chrome_active_document.h 423 HRESULT GetBrowserServiceAndTravelLog(IBrowserService** browser_service,

Completed in 34 milliseconds