HomeSort by relevance Sort by last modified time
    Searched refs:tab_contents (Results 1 - 25 of 342) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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/chrome/browser/ui/web_applications/
web_app_ui.h 18 void GetShortcutInfoForTab(TabContentsWrapper* tab_contents,
26 void UpdateShortcutForTabContents(TabContentsWrapper* tab_contents);
  /external/chromium/chrome/browser/ui/views/
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/
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_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...]
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...]
  /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...]
native_tab_contents_container_gtk.cc 5 #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())
    [all...]
native_tab_contents_container_win.cc 5 #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() != NULL
    [all...]
tab_contents_view_touch.cc 5 #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) {
35 return new TabContentsViewTouch(tab_contents);
38 TabContentsViewTouch::TabContentsViewTouch(TabContents* tab_contents)
39 : TabContentsView(tab_contents),
    [all...]
tab_contents_view_gtk.cc 5 #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) {
    [all...]
  /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...]
gtk_theme_installed_infobar_delegate.cc 10 TabContents* tab_contents,
14 : ThemeInstalledInfoBarDelegate(tab_contents, new_theme, previous_theme_id),
gtk_theme_installed_infobar_delegate.h 20 GtkThemeInstalledInfoBarDelegate(TabContents* tab_contents,
  /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/download/
download_started_animation.h 15 static void Show(TabContents* tab_contents);
download_request_limiter_unittest.cc 9 #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...]
  /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/automation/
mock_tab_event_observer.h 23 MOCK_METHOD1(OnFirstPendingLoad, void(TabContents* tab_contents));
24 MOCK_METHOD1(OnNoMorePendingLoads, void(TabContents* tab_contents));
automation_tab_helper.cc 9 #include "content/browser/tab_contents/navigation_controller.h"
10 #include "content/browser/tab_contents/tab_contents.h"
37 AutomationTabHelper::AutomationTabHelper(TabContents* tab_contents)
38 : TabContentsObserver(tab_contents),
68 OnFirstPendingLoad(tab_contents()));
80 OnNoMorePendingLoads(tab_contents()));
85 OnTabOrRenderViewDestroyed(tab_contents());
88 void AutomationTabHelper::TabContentsDestroyed(TabContents* tab_contents) {
89 OnTabOrRenderViewDestroyed(tab_contents);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
certificate_dialogs.h 15 TabContents* tab_contents,
19 void ShowCertExportDialog(TabContents* tab_contents,
  /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/webui/
constrained_html_ui_browsertest.cc 15 #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 2401 milliseconds

1 2 3 4 5 6 7 8 91011>>