Searched defs:source_contents (Results 1 - 12 of 12) sorted by path

/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc169 WebContents* source_contents,
168 WebContentsCreated( WebContents* source_contents, int opener_render_frame_id, const base::string16& frame_name, const GURL& target_url, content::WebContents* new_contents) argument
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.cc270 nav_params.source_contents = source;
341 content::WebContents* source_contents, int opener_render_frame_id,
349 reinterpret_cast<intptr_t>(source_contents), opener_render_frame_id,
340 WebContentsCreated( content::WebContents* source_contents, int opener_render_frame_id, const base::string16& frame_name, const GURL& target_url, content::WebContents* new_contents) argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc858 void DevToolsWindow::WebContentsCreated(WebContents* source_contents, argument
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.cc261 WebContents* source_contents = tab_util::GetWebContentsByID( local
278 ->Query(target_extension, source_contents, source_url)) {
297 if (source_contents && ExtensionTabUtil::GetTabId(source_contents) >= 0) {
301 source_tab.reset(ExtensionTabUtil::CreateTabValue(source_contents));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1320 nav_params.source_contents = source;
1560 void Browser::WebContentsCreated(WebContents* source_contents, argument
1573 details.source_web_contents = source_contents;
1828 content::WebContents* source_contents) {
1829 DCHECK(source_contents);
1840 params.source_contents = source_contents;
1826 NavigateOnThumbnailClick(const GURL& url, WindowOpenDisposition disposition, content::WebContents* source_contents) argument
H A Dbrowser_navigator.h48 // params.source_contents = source_contents;
109 // window), then |source_contents| is reset to NULL.
110 content::WebContents* source_contents; member in struct:chrome::NavigateParams
233 // Indicates whether |source_contents| should be set as opener when creating
H A Dbrowser_tabstrip.cc48 content::WebContents* source_contents,
60 params.source_contents = source_contents;
47 AddWebContents(Browser* browser, content::WebContents* source_contents, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture, bool* was_blocked) argument
H A Dchrome_select_file_policy.cc19 content::WebContents* source_contents)
20 : source_contents_(source_contents) {
18 ChromeSelectFilePolicy( content::WebContents* source_contents) argument
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper_delegate.cc10 content::WebContents* source_contents) {
7 NavigateOnThumbnailClick( const GURL& url, WindowOpenDisposition disposition, content::WebContents* source_contents) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc3887 WebContentsImpl* source_contents = NULL; local
3891 source_contents = static_cast<WebContentsImpl*>(
3895 if (source_contents) {
3901 source_contents->CreateSwappedOutRenderView(GetSiteInstance());
3904 source_contents->CreateOpenerRenderViews(GetSiteInstance());
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h320 virtual void WebContentsCreated(WebContents* source_contents, argument
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc1049 void WebViewGuest::WebContentsCreated(WebContents* source_contents, argument

Completed in 7004 milliseconds