Home
last modified time | relevance | path

Searched refs:source_web_contents (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/web_navigation/
Dweb_navigation_api.cc58 : source_web_contents(NULL), in PendingWebContents()
65 content::WebContents* source_web_contents, in PendingWebContents() argument
69 : source_web_contents(source_web_contents), in PendingWebContents()
167 WebNavigationTabObserver::Get(details->source_web_contents); in Retargeting()
171 DCHECK(GetViewType(details->source_web_contents) != VIEW_TYPE_TAB_CONTENTS); in Retargeting()
178 details->source_web_contents->GetRenderProcessHost()->GetID(), in Retargeting()
187 PendingWebContents(details->source_web_contents, in Retargeting()
193 details->source_web_contents, in Retargeting()
208 WebNavigationTabObserver::Get(iter->second.source_web_contents); in TabAdded()
218 iter->second.source_web_contents, in TabAdded()
[all …]
Dweb_navigation_api.h141 PendingWebContents(content::WebContents* source_web_contents,
147 content::WebContents* source_web_contents; member
/external/chromium_org/chrome/browser/tab_contents/
Dretargeting_details.h17 content::WebContents* source_web_contents; member
/external/chromium_org/chrome/browser/sessions/
Dsession_restore.h75 content::WebContents* source_web_contents,
Dsession_restore.cc1263 content::WebContents* source_web_contents, in RestoreForeignSessionTab() argument
1266 Browser* browser = chrome::FindBrowserWithWebContents(source_web_contents); in RestoreForeignSessionTab()
/external/chromium_org/chrome/browser/prerender/
Dprerender_local_predictor.cc722 WebContents* source_web_contents = NULL; in OnLookupURL() local
735 if (!source_web_contents) in OnLookupURL()
736 source_web_contents = *it; in OnLookupURL()
743 if (!source_web_contents) { in OnLookupURL()
752 source_web_contents->GetController().GetDefaultSessionStorageNamespace(); in OnLookupURL()
753 RenderFrameHost* rfh = source_web_contents->GetMainFrame(); in OnLookupURL()
757 gfx::Rect container_bounds = source_web_contents->GetContainerBounds(); in OnLookupURL()
Dprerender_manager.cc345 WebContents* source_web_contents = in AddPrerenderFromLinkRelPrerender() local
347 if (!source_web_contents) in AddPrerenderFromLinkRelPrerender()
350 source_web_contents->GetURL().host() == url.host()) { in AddPrerenderFromLinkRelPrerender()
355 source_web_contents->GetController() in AddPrerenderFromLinkRelPrerender()
/external/chromium_org/chrome/browser/renderer_context_menu/
Drender_view_context_menu.cc1707 details.source_web_contents = source_web_contents_; in NotifyURLOpened()
/external/chromium_org/chrome/browser/ui/
Dbrowser.cc1573 details.source_web_contents = source_contents; in WebContentsCreated()