Searched defs:target_web_contents (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/tab_contents/
H A Dretargeting_details.h26 content::WebContents* target_web_contents; member in struct:RetargetingDetails
28 // True if the target_web_contents is not yet inserted into a tab strip.
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.h156 content::WebContents* target_web_contents,
163 content::WebContents* target_web_contents; member in struct:extensions::WebNavigationEventRouter::PendingWebContents
H A Dweb_navigation_api_helpers.cc171 content::WebContents* target_web_contents,
176 ExtensionTabUtil::GetTabId(target_web_contents),
177 Profile::FromBrowserContext(target_web_contents->GetBrowserContext()),
190 ExtensionTabUtil::GetTabId(target_web_contents));
166 DispatchOnCreatedNavigationTarget( content::WebContents* web_contents, content::BrowserContext* browser_context, int64 source_frame_id, bool source_frame_is_main_frame, content::WebContents* target_web_contents, const GURL& target_url) argument
H A Dweb_navigation_api.cc61 target_web_contents(NULL),
69 content::WebContents* target_web_contents,
74 target_web_contents(target_web_contents),
189 pending_web_contents_[details->target_web_contents] =
194 details->target_web_contents,
199 details->target_web_contents->GetBrowserContext(),
202 details->target_web_contents,
228 iter->second.target_web_contents->GetBrowserContext(),
231 iter->second.target_web_contents,
65 PendingWebContents( content::WebContents* source_web_contents, int64 source_frame_id, bool source_frame_is_main_frame, content::WebContents* target_web_contents, const GURL& target_url) argument
[all...]
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc1307 WebContents* target_web_contents = current_browser()->OpenURL(params); local
1310 EXPECT_EQ(web_contents, target_web_contents);

Completed in 102 milliseconds