Searched refs:tab_contents (Results 1 - 25 of 342) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/download/
H A Ddownload_tab_helper.cc11 #include "content/browser/tab_contents/tab_contents.h"
14 DownloadTabHelper::DownloadTabHelper(TabContents* tab_contents) argument
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()
[all...]
/external/chromium/chrome/browser/ui/web_applications/
H A Dweb_app_ui.h18 void GetShortcutInfoForTab(TabContentsWrapper* tab_contents,
26 void UpdateShortcutForTabContents(TabContentsWrapper* tab_contents);
/external/chromium/android/content/browser/tab_contents/
H A Dtab_contents_observer.h10 #include "content/browser/tab_contents/tab_contents.h"
18 TabContentsObserver(TabContents* tab_contents) { argument
19 tab_contents_ = tab_contents;
24 TabContents* tab_contents() { return tab_contents_; } function in class:TabContentsObserver
/external/chromium/chrome/browser/ui/views/
H A Ddialog_stubs_gtk.cc18 #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);
39 ShowRepostFormWarningDialog(gfx::NativeWindow parent_window, TabContents* tab_contents) argument
44 ShowCollectedCookiesDialog(gfx::NativeWindow parent_window, TabContents* tab_contents) argument
/external/chromium/chrome/browser/
H A Dblocked_content_container.cc7 #include "content/browser/tab_contents/tab_contents.h"
14 BlockedContent(TabContents* tab_contents, argument
18 : tab_contents(tab_contents),
24 TabContents* tab_contents; member in struct:BlockedContentContainer::BlockedContent
36 void BlockedContentContainer::AddTabContents(TabContents* tab_contents, argument
41 delete tab_contents;
48 BlockedContent(tab_contents, disposition, bounds, user_gesture));
49 tab_contents
57 LaunchForContents(TabContents* tab_contents) argument
97 TabContents* tab_contents = i->tab_contents; local
127 TabContents* tab_contents = i->tab_contents; local
[all...]
H A Dcontent_setting_image_model.cc11 #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
107 UpdateFromTabContents( TabContents* tab_contents) argument
142 UpdateFromTabContents( TabContents* tab_contents) argument
169 UpdateFromTabContents( TabContents* tab_contents) argument
181 UpdateFromTabContents( TabContents* tab_contents) argument
[all...]
H A Dcontent_setting_image_model_unittest.cc12 #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
[all...]
H A Dcontent_setting_bubble_model.cc15 #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, argument
31 : ContentSettingBubbleModel(tab_contents, profile, content_type) {
44 tab_contents()->GetTabSpecificContentSettings();
93 if (tab_contents() &&
94 tab_contents()->GetTabSpecificContentSettings()->IsContentAccessed(
96 !tab_contents()
131 ContentSettingTitleLinkAndCustomModel(TabContents* tab_contents, Profile* profile, ContentSettingsType content_type) argument
165 ContentSettingSingleRadioGroup(TabContents* tab_contents, Profile* profile, ContentSettingsType content_type) argument
314 ContentSettingCookiesBubbleModel(TabContents* tab_contents, Profile* profile, ContentSettingsType content_type) argument
344 ContentSettingPluginBubbleModel(TabContents* tab_contents, Profile* profile, ContentSettingsType content_type) argument
368 ContentSettingPopupBubbleModel(TabContents* tab_contents, Profile* profile, ContentSettingsType content_type) argument
411 ContentSettingDomainListBubbleModel(TabContents* tab_contents, Profile* profile, ContentSettingsType content_type) argument
479 CreateContentSettingBubbleModel( TabContents* tab_contents, Profile* profile, ContentSettingsType content_type) argument
503 ContentSettingBubbleModel( TabContents* tab_contents, Profile* profile, ContentSettingsType content_type) argument
[all...]
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_views.cc5 #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) { argument
36 return new TabContentsViewViews(tab_contents);
39 TabContentsViewViews::TabContentsViewViews(TabContents* tab_contents) argument
[all...]
H A Dnative_tab_contents_container_gtk.cc5 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h"
8 #include "chrome/browser/ui/views/tab_contents/tab_contents_container.h"
10 #include "content/browser/tab_contents/interstitial_page.h"
11 #include "content/browser/tab_contents/tab_contents.h"
60 TabContents* tab_contents) {
86 return container_->tab_contents() &&
87 !container_->tab_contents()->is_crashed();
97 return container_->tab_contents() != NULL;
101 if (container_->tab_contents())
59 TabContentsFocused( TabContents* tab_contents) argument
[all...]
H A Dnative_tab_contents_container_win.cc5 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h"
8 #include "chrome/browser/ui/views/tab_contents/tab_contents_container.h"
9 #include "chrome/browser/ui/views/tab_contents/tab_contents_view_views.h"
11 #include "content/browser/tab_contents/interstitial_page.h"
12 #include "content/browser/tab_contents/tab_contents.h"
76 TabContents* tab_contents) {
95 return container_->tab_contents() &&
96 !container_->tab_contents()->is_crashed();
102 return container_->tab_contents() !
75 TabContentsFocused( TabContents* tab_contents) argument
[all...]
H A Dtab_contents_view_touch.cc5 #include "chrome/browser/ui/views/tab_contents/tab_contents_view_touch.h"
12 #include "chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h"
15 #include "content/browser/tab_contents/interstitial_page.h"
16 #include "content/browser/tab_contents/tab_contents.h"
17 #include "content/browser/tab_contents/tab_contents_delegate.h"
34 TabContentsView* TabContentsView::Create(TabContents* tab_contents) { argument
35 return new TabContentsViewTouch(tab_contents);
38 TabContentsViewTouch::TabContentsViewTouch(TabContents* tab_contents) argument
39 : TabContentsView(tab_contents),
[all...]
H A Dtab_contents_view_gtk.cc5 #include "chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h"
15 #include "chrome/browser/tab_contents/web_drag_dest_gtk.h"
19 #include "chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h"
22 #include "content/browser/tab_contents/interstitial_page.h"
23 #include "content/browser/tab_contents/tab_contents.h"
24 #include "content/browser/tab_contents/tab_contents_delegate.h"
48 TabContents* tab_contents) {
57 tab_contents->FocusThroughTabTraversal(reverse);
65 TabContents* tab_contents) {
47 OnFocus(GtkWidget* widget, GtkDirectionType focus, TabContents* tab_contents) argument
64 OnLeaveNotify2(GtkWidget* widget, GdkEventCrossing* event, TabContents* tab_contents) argument
79 OnMouseScroll(GtkWidget* widget, GdkEventScroll* event, TabContents* tab_contents) argument
100 Create(TabContents* tab_contents) argument
104 TabContentsViewGtk(TabContents* tab_contents) argument
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_infobar_module.cc15 #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...]
H A Dgtk_theme_installed_infobar_delegate.cc10 TabContents* tab_contents,
14 : ThemeInstalledInfoBarDelegate(tab_contents, new_theme, previous_theme_id),
9 GtkThemeInstalledInfoBarDelegate( TabContents* tab_contents, const Extension* new_theme, const std::string& previous_theme_id, bool previous_use_gtk_theme) argument
H A Dextension_install_ui_browsertest.cc13 #include "content/browser/tab_contents/tab_contents.h"
24 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
25 ASSERT_TRUE(tab_contents);
26 ASSERT_EQ(1U, tab_contents->infobar_count());
28 tab_contents->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
31 ASSERT_EQ(0U, tab_contents->infobar_count());
96 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
97 ASSERT_TRUE(tab_contents);
98 EXPECT_TRUE(StartsWithASCII(tab_contents
118 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
[all...]
/external/chromium/chrome/browser/prerender/
H A Dprerender_observer.cc10 #include "content/browser/tab_contents/tab_contents.h"
15 PrerenderObserver::PrerenderObserver(TabContents* tab_contents) argument
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/
H A Dprint_preview_message_handler.cc12 #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());
24 PrintPreviewMessageHandler( TabContents* tab_contents) argument
[all...]
/external/chromium/chrome/browser/automation/
H A Dmock_tab_event_observer.h23 MOCK_METHOD1(OnFirstPendingLoad, void(TabContents* tab_contents));
24 MOCK_METHOD1(OnNoMorePendingLoads, void(TabContents* tab_contents));
H A Dautomation_tab_helper.cc9 #include "content/browser/tab_contents/navigation_controller.h"
10 #include "content/browser/tab_contents/tab_contents.h"
37 AutomationTabHelper::AutomationTabHelper(TabContents* tab_contents) argument
38 : TabContentsObserver(tab_contents),
68 OnFirstPendingLoad(tab_contents()));
80 OnNoMorePendingLoads(tab_contents()));
85 OnTabOrRenderViewDestroyed(tab_contents());
88 void AutomationTabHelper::TabContentsDestroyed(TabContents* tab_contents) { argument
89 OnTabOrRenderViewDestroyed(tab_contents);
92 OnTabOrRenderViewDestroyed( TabContents* tab_contents) argument
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_dialogs.h15 TabContents* tab_contents,
19 void ShowCertExportDialog(TabContents* tab_contents,
/external/chromium/chrome/browser/ui/
H A Dcollected_cookies_infobar_delegate.cc8 #include "content/browser/tab_contents/tab_contents.h"
15 TabContents* tab_contents)
16 : ConfirmInfoBarDelegate(tab_contents),
17 tab_contents_(tab_contents) {
14 CollectedCookiesInfoBarDelegate( TabContents* tab_contents) argument
/external/chromium/chrome/browser/download/
H A Ddownload_request_limiter_unittest.cc9 #include "content/browser/tab_contents/navigation_controller.h"
45 controller().tab_contents(), -1, this);
92 controller().tab_contents()));
98 controller().tab_contents()));
113 controller().tab_contents()));
125 controller().tab_contents()));
142 controller().tab_contents()));
154 controller().tab_contents()));
158 download_request_limiter_->OnUserGesture(controller().tab_contents());
161 controller().tab_contents()));
[all...]
H A Ddownload_started_animation.h15 static void Show(TabContents* tab_contents);
/external/chromium/chrome/browser/ui/webui/
H A Dconstrained_html_ui_browsertest.cc15 #include "content/browser/tab_contents/tab_contents.h"
66 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
67 ASSERT_TRUE(tab_contents != NULL);
71 tab_contents);
73 ASSERT_EQ(1U, tab_contents->constrained_window_count());

Completed in 4007 milliseconds

1234567891011>>