Lines Matching full:tab_contents
36 #include "chrome/browser/tab_contents/tab_util.h"
46 #include "content/browser/tab_contents/tab_contents.h"
156 SavePackage::SavePackage(TabContents* tab_contents,
160 : TabContentsObserver(tab_contents),
166 title_(tab_contents->GetTitle()),
173 tab_id_(tab_contents->GetRenderProcessHost()->id()),
186 SavePackage::SavePackage(TabContents* tab_contents)
187 : TabContentsObserver(tab_contents),
191 title_(tab_contents->GetTitle()),
198 tab_id_(tab_contents->GetRenderProcessHost()->id()),
208 SavePackage::SavePackage(TabContents* tab_contents,
211 : TabContentsObserver(tab_contents),
268 tab_contents()->controller().GetActiveEntry();
308 Profile* profile = tab_contents()->profile();
318 tab_contents()->profile()->GetDownloadManager();
328 tab_contents()->OnStartDownload(download_);
718 tab_contents()->GetRenderProcessHost()->id(),
719 tab_contents()->render_view_host()->routing_id(),
849 DCHECK(tab_contents());
865 tab_contents()->GetRenderProcessHost()->id(),
996 tab_contents()->render_view_host()->
1077 tab_contents()->render_view_host()->
1260 PrefService* prefs = tab_contents()->profile()->GetPrefs();
1264 std::string mime_type = tab_contents()->contents_mime_type();
1319 if (!tab_contents())
1322 tab_contents()->profile()->GetDownloadManager()->download_prefs();
1392 tab_contents(),
1394 tab_contents()->GetNativeView()),
1407 download_util::GenerateSafeFileName(tab_contents()->contents_mime_type(),
1416 PrefService* prefs = tab_contents()->profile()->GetPrefs();
1426 if (!tab_contents()->profile()->IsOffTheRecord() &&