Searched defs:source_contents (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dchrome_select_file_policy.cc19 content::WebContents* source_contents)
20 : source_contents_(source_contents) {
18 ChromeSelectFilePolicy( content::WebContents* source_contents) argument
H A Dbrowser_tabstrip.cc48 content::WebContents* source_contents,
60 if (source_contents) {
62 BlockedContentTabHelper::FromWebContents(source_contents);
95 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 Dbrowser_navigator.h48 // params.source_contents = source_contents;
102 // window), then |source_contents| is reset to NULL.
103 content::WebContents* source_contents; member in struct:chrome::NavigateParams
226 // Indicates whether |source_contents| should be set as opener when creating
H A Dbrowser_instant_controller.cc67 content::WebContents* source_contents,
86 if (source_contents) {
93 source_contents->GetController().LoadURL(chrome::GetLocalInstantURL(
96 *target_contents = source_contents;
99 &source_contents->GetController());
101 browser_->tab_strip_model()->GetIndexOfWebContents(source_contents),
113 // If |source_contents| is NULL, then the caller is responsible for
65 MaybeSwapInInstantNTPContents( const GURL& url, content::WebContents* source_contents, content::WebContents** target_contents) argument
H A Dbrowser_navigator.cc121 if (!params->source_contents && params->browser) {
122 params->source_contents =
153 } else if (params->source_contents) {
155 extensions::TabHelper::FromWebContents(params->source_contents);
206 if (!params->source_contents && params->disposition == CURRENT_TAB)
236 if (params->source_contents) {
238 params->source_contents->GetBrowserContext());
329 if (params.source_contents) {
331 params.source_contents->GetView()->GetContainerSize();
333 create_params.opener = params.source_contents;
372 SwapInInstantNTP(chrome::NavigateParams* params, const GURL& url, content::WebContents* source_contents) argument
[all...]
H A Dbrowser.cc1284 nav_params.source_contents = source;
1517 void Browser::WebContentsCreated(WebContents* source_contents, argument
1530 details.source_web_contents = source_contents;
/external/chromium/chrome/browser/ui/
H A Dshell_dialogs.cc46 TabContents* source_contents,
53 if (source_contents) {
54 source_contents->AddInfoBar(new SimpleAlertInfoBarDelegate(
55 source_contents,
40 SelectFile(Type type, const string16& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension, TabContents* source_contents, gfx::NativeWindow owning_window, void* params) argument
H A Dbrowser_navigator.h38 // params.source_contents = source_contents;
74 // |source_contents| is reset to NULL.
75 TabContentsWrapper* source_contents; member in struct:browser::NavigateParams
H A Dbrowser_navigator.cc29 // |source_contents| if it represents the same website as |url|. Returns NULL
31 SiteInstance* GetSiteInstance(TabContents* source_contents, Profile* profile, argument
39 if (!source_contents)
44 SiteInstance::IsSameWebSite(source_contents->profile(),
45 source_contents->GetURL(),
47 return source_contents->GetSiteInstance();
155 if (!params->source_contents && params->browser)
156 params->source_contents =
185 (params->source_contents &&
186 params->source_contents
420 TabContents* source_contents = params->source_contents ? local
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_message_service.cc154 TabContents* source_contents = tab_util::GetTabContentsByID( local
159 if (source_contents) {
161 ExtensionTabUtil::CreateTabValue(source_contents));
193 TabContents* source_contents = tab_util::GetTabContentsByID( local
198 if (source_contents) {
200 ExtensionTabUtil::CreateTabValue(source_contents));
/external/chromium_org/content/shell/
H A Dshell.cc298 void Shell::WebContentsCreated(WebContents* source_contents, argument
303 CreateShell(new_contents, source_contents->GetView()->GetContainerSize());
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.cc261 WebContents* source_contents = tab_util::GetWebContentsByID( local
268 if (source_contents && ExtensionTabUtil::GetTabId(source_contents) >= 0) {
271 source_tab.reset(ExtensionTabUtil::CreateTabValue(source_contents));
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h311 virtual void WebContentsCreated(WebContents* source_contents, argument
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc449 WebContents* source_contents = Source<WebContents>(source).ptr(); local
450 ASSERT_EQ(web_contents_, source_contents);
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_tab_container_win.cc755 void ExternalTabContainerWin::WebContentsCreated(WebContents* source_contents, argument
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc720 void BrowserPluginGuest::WebContentsCreated(WebContents* source_contents, argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc3322 WebContentsImpl* source_contents = NULL; local
3326 source_contents = static_cast<WebContentsImpl*>(
3330 if (source_contents) {
3336 source_contents->CreateSwappedOutRenderView(GetSiteInstance());
3339 source_contents->CreateOpenerRenderViews(GetSiteInstance());

Completed in 322 milliseconds