/external/chromium/chrome/browser/ui/download/ |
download_tab_helper.cc | 11 #include "content/browser/tab_contents/tab_contents.h" 14 DownloadTabHelper::DownloadTabHelper(TabContents* tab_contents) 15 : TabContentsObserver(tab_contents) { 16 DCHECK(tab_contents); 24 if (!SavePackage::IsSavableContents(tab_contents()->contents_mime_type())) { 25 DownloadManager* dlm = tab_contents()->profile()->GetDownloadManager(); 26 const GURL& current_page_url = tab_contents()->GetURL(); 28 dlm->DownloadUrl(current_page_url, GURL(), "", tab_contents()); 35 tab_contents()->Stop() [all...] |
/external/chromium/android/content/browser/tab_contents/ |
tab_contents_observer.h | 10 #include "content/browser/tab_contents/tab_contents.h" 18 TabContentsObserver(TabContents* tab_contents) { 19 tab_contents_ = tab_contents; 24 TabContents* tab_contents() { return tab_contents_; } function in class:TabContentsObserver
|
/external/chromium/chrome/browser/ |
blocked_content_container.cc | 7 #include "content/browser/tab_contents/tab_contents.h" 14 BlockedContent(TabContents* tab_contents, 18 : tab_contents(tab_contents), 24 TabContents* tab_contents; member in struct:BlockedContentContainer::BlockedContent 36 void BlockedContentContainer::AddTabContents(TabContents* tab_contents, 41 delete tab_contents; 48 BlockedContent(tab_contents, disposition, bounds, user_gesture)); 49 tab_contents->set_delegate(this) 97 TabContents* tab_contents = i->tab_contents; local 127 TabContents* tab_contents = i->tab_contents; local [all...] |
content_setting_bubble_model.cc | 15 #include "chrome/browser/tab_contents/tab_specific_content_settings.h" 19 #include "content/browser/tab_contents/tab_contents.h" 20 #include "content/browser/tab_contents/tab_contents_delegate.h" 28 ContentSettingTitleAndLinkModel(TabContents* tab_contents, 31 : ContentSettingBubbleModel(tab_contents, profile, content_type) { 44 tab_contents()->GetTabSpecificContentSettings(); 93 if (tab_contents() && 94 tab_contents()->GetTabSpecificContentSettings()->IsContentAccessed( 96 !tab_contents()->GetTabSpecificContentSettings()->IsContentBlocked [all...] |
content_setting_image_model.cc | 11 #include "content/browser/tab_contents/tab_contents.h" 21 virtual void UpdateFromTabContents(TabContents* tab_contents); 36 virtual void UpdateFromTabContents(TabContents* tab_contents) OVERRIDE; 43 virtual void UpdateFromTabContents(TabContents* tab_contents) OVERRIDE; 50 virtual void UpdateFromTabContents(TabContents* tab_contents) OVERRIDE; 108 TabContents* tab_contents) { 110 if (!tab_contents) 119 tab_contents->GetTabSpecificContentSettings(); 122 (tab_contents->profile()->GetHostContentSettingsMap()- [all...] |
content_setting_image_model_unittest.cc | 12 #include "content/browser/tab_contents/test_tab_contents.h" 29 TestTabContents tab_contents(profile_.get(), NULL); 31 tab_contents.GetTabSpecificContentSettings(); 41 content_setting_image_model->UpdateFromTabContents(&tab_contents); 49 TestTabContents tab_contents(profile_.get(), NULL); 51 tab_contents.GetTabSpecificContentSettings(); 64 content_setting_image_model->UpdateFromTabContents(&tab_contents); 73 TestTabContents tab_contents(profile_.get(), NULL); 81 // Make the tab_contents prerendered 82 tab_contents.profile()->GetPrerenderManager()->MarkTabContentsAsPrerendered [all...] |
/external/chromium/chrome/browser/tab_contents/ |
link_infobar_delegate.cc | 5 #include "chrome/browser/tab_contents/link_infobar_delegate.h" 7 #include "content/browser/tab_contents/tab_contents.h"
|
tab_util.cc | 5 #include "chrome/browser/tab_contents/tab_util.h" 9 #include "content/browser/tab_contents/tab_contents.h"
|
simple_alert_infobar_delegate.cc | 5 #include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h" 7 #include "content/browser/tab_contents/tab_contents.h" 8 #include "content/browser/tab_contents/navigation_controller.h"
|
/external/chromium_org/chrome/browser/renderer_host/ |
DEPS | 4 "-chrome/browser/tab_contents",
|
/external/chromium_org/chrome/browser/media/ |
webrtc_browsertest_base.cc | 30 void WebRtcTestBase::GetUserMediaAndAccept(content::WebContents* tab_contents) { 31 GetUserMediaWithSpecificConstraintsAndAccept(tab_contents, 36 content::WebContents* tab_contents, 39 GetUserMediaAndWaitForInfoBar(tab_contents, constraints); 41 CloseInfoBarInTab(tab_contents, infobar); 46 tab_contents)); 49 void WebRtcTestBase::GetUserMediaAndDeny(content::WebContents* tab_contents) { 50 return GetUserMediaWithSpecificConstraintsAndDeny(tab_contents, 55 content::WebContents* tab_contents, 58 GetUserMediaAndWaitForInfoBar(tab_contents, constraints) [all...] |
webrtc_browsertest_base.h | 33 void GetUserMediaAndAccept(content::WebContents* tab_contents); 35 content::WebContents* tab_contents, 37 void GetUserMediaAndDeny(content::WebContents* tab_contents); 39 content::WebContents* tab_contents, 41 void GetUserMediaAndDismiss(content::WebContents* tab_contents); 42 void GetUserMedia(content::WebContents* tab_contents, 47 content::WebContents* tab_contents, 49 void CloseInfoBarInTab(content::WebContents* tab_contents,
|
chrome_media_stream_infobar_browsertest.cc | 64 content::WebContents* tab_contents = LoadTestPageInTab(); local 65 GetUserMediaAndAccept(tab_contents); 69 content::WebContents* tab_contents = LoadTestPageInTab(); local 70 GetUserMediaAndDeny(tab_contents); 74 content::WebContents* tab_contents = LoadTestPageInTab(); local 75 GetUserMediaAndDismiss(tab_contents); 86 content::WebContents* tab_contents = LoadTestPageInTab(); 88 GetUserMediaAndAccept(tab_contents); 89 GetUserMediaAndDeny(tab_contents); 92 GetUserMedia(tab_contents, kAudioVideoCallConstraints) 102 content::WebContents* tab_contents = LoadTestPageInTab(); local 111 content::WebContents* tab_contents = LoadTestPageInTab(); local 121 content::WebContents* tab_contents = LoadTestPageInTab(); local 138 content::WebContents* tab_contents = LoadTestPageInTab(); local 149 content::WebContents* tab_contents = LoadTestPageInTab(); local 160 content::WebContents* tab_contents = LoadTestPageInTab(); local [all...] |
/external/chromium/chrome/browser/prerender/ |
prerender_observer.cc | 10 #include "content/browser/tab_contents/tab_contents.h" 15 PrerenderObserver::PrerenderObserver(TabContents* tab_contents) 16 : TabContentsObserver(tab_contents), 26 pm->MarkTabContentsAsNotPrerendered(tab_contents()); 51 base::TimeTicks::Now() - pplt_load_start_, tab_contents()); 59 return tab_contents()->profile()->GetPrerenderManager(); 64 if (pm && pm->MaybeUsePreloadedPage(tab_contents(), url))
|
/external/chromium/chrome/browser/printing/ |
print_preview_message_handler.cc | 12 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" 20 #include "content/browser/tab_contents/tab_contents.h" 25 TabContents* tab_contents) 26 : TabContentsObserver(tab_contents) { 27 DCHECK(tab_contents); 39 return tab_controller->GetPrintPreviewForTab(tab_contents()); 55 RenderViewHost* rvh = tab_contents()->render_view_host(); 76 wrapper->print_view_manager()->OverrideTitle(tab_contents()); 89 PrintPreviewTabController::PrintPreview(tab_contents()); [all...] |
/external/chromium/chrome/browser/ui/ |
collected_cookies_infobar_delegate.cc | 8 #include "content/browser/tab_contents/tab_contents.h" 15 TabContents* tab_contents) 16 : ConfirmInfoBarDelegate(tab_contents), 17 tab_contents_(tab_contents) {
|
/external/chromium/chrome/browser/ui/views/ |
find_bar_host_gtk.cc | 8 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" 10 #include "content/browser/tab_contents/tab_contents.h" 11 #include "content/browser/tab_contents/tab_contents_view.h" 21 TabContentsView* tab_view = find_bar_controller_->tab_contents()->view();
|
dialog_stubs_gtk.cc | 18 #include "content/browser/tab_contents/tab_contents.h" 40 TabContents* tab_contents) { 41 new RepostFormWarningGtk(GTK_WINDOW(parent_window), tab_contents); local 45 TabContents* tab_contents) { 47 CollectedCookiesUIDelegate::Show(tab_contents); 49 new CollectedCookiesGtk(GTK_WINDOW(parent_window), tab_contents);
|
/external/chromium/chrome/browser/extensions/ |
extension_infobar_module.cc | 15 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h" 17 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" 21 #include "content/browser/tab_contents/tab_contents.h" 40 TabContentsWrapper* tab_contents = NULL; local 47 &tab_contents, 55 tab_contents->tab_contents()->AddInfoBar( 56 new ExtensionInfoBarDelegate(browser, tab_contents->tab_contents(), [all...] |
/external/chromium/chrome/browser/translate/ |
translate_tab_helper.cc | 9 #include "content/browser/tab_contents/tab_contents.h" 12 TranslateTabHelper::TranslateTabHelper(TabContents* tab_contents) 13 : TabContentsObserver(tab_contents), 14 language_state_(&tab_contents->controller()) { 46 Source<TabContents>(tab_contents()), 59 Source<TabContents>(tab_contents()),
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_views.cc | 5 #include "chrome/browser/ui/views/tab_contents/tab_contents_view_views.h" 13 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_view.h" 14 #include "chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h" 19 #include "content/browser/tab_contents/interstitial_page.h" 20 #include "content/browser/tab_contents/tab_contents.h" 21 #include "content/browser/tab_contents/tab_contents_delegate.h" 35 TabContentsView* TabContentsView::Create(TabContents* tab_contents) { 36 return new TabContentsViewViews(tab_contents); 39 TabContentsViewViews::TabContentsViewViews(TabContents* tab_contents) [all...] |
tab_contents_container_views.cc | 5 #include "chrome/browser/ui/views/tab_contents/tab_contents_container.h" 8 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_container.h" 9 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h" 10 #include "chrome/browser/ui/views/tab_contents/tab_contents_view_touch.h" 13 #include "content/browser/tab_contents/interstitial_page.h" 14 #include "content/browser/tab_contents/tab_contents.h" 57 void TabContentsContainer::TabContentsFocused(TabContents* tab_contents) {
|
/external/chromium/chrome/browser/ui/tab_contents/ |
test_tab_contents_wrapper.cc | 5 #include "chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h" 7 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" 9 #include "content/browser/tab_contents/test_tab_contents.h" 19 return static_cast<TestTabContents*>(contents_wrapper_.get()->tab_contents());
|
/external/chromium/chrome/browser/chromeos/ |
external_protocol_dialog.cc | 11 #include "chrome/browser/tab_contents/tab_util.h" 13 #include "content/browser/tab_contents/tab_contents.h" 14 #include "content/browser/tab_contents/tab_contents_view.h" 36 TabContents* tab_contents = tab_util::GetTabContentsByID( local 38 DCHECK(tab_contents); 39 new ExternalProtocolDialog(tab_contents, url); 85 ExternalProtocolDialog::ExternalProtocolDialog(TabContents* tab_contents, 108 if (tab_contents) { 109 parent_window = tab_contents->view()->GetTopLevelNativeWindow() [all...] |
/external/chromium/chrome/browser/renderer_host/ |
DEPS | 2 # DO NOT ALLOW tab_contents INCLUDES FROM THIS DIRECTORY! The renderer_host 10 "-chrome/browser/tab_contents",
|