/external/chromium/chrome/browser/ui/search_engines/ |
template_url_fetcher_ui_callbacks.cc | 12 #include "content/browser/tab_contents/tab_contents.h" 18 TabContents* tab_contents) 20 tab_contents_(tab_contents) {
|
search_engine_tab_helper.cc | 14 #include "content/browser/tab_contents/tab_contents.h" 26 SearchEngineTabHelper::SearchEngineTabHelper(TabContents* tab_contents) 27 : TabContentsObserver(tab_contents) { 28 DCHECK(tab_contents); 60 if (!tab_contents()->IsActiveEntry(page_id)) 62 if (!tab_contents()->profile()->GetTemplateURLFetcher()) 64 if (tab_contents()->profile()->IsOffTheRecord()) 86 const NavigationController& controller = tab_contents()->controller(); 118 tab_contents()->profile()->GetTemplateURLFetcher()->ScheduleDownload [all...] |
/external/chromium/chrome/browser/translate/ |
options_menu_model.cc | 12 #include "content/browser/tab_contents/tab_contents.h" 39 if (!translate_delegate->tab_contents()->profile()->IsOffTheRecord()) { 123 TabContents* tab_contents = translate_infobar_delegate_->tab_contents(); local 124 if (tab_contents) { 127 tab_contents->OpenURL(
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_bridge.mm | 8 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h" 9 #include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h" 15 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" 31 TabContents* tab_contents = browser->GetSelectedTabContents(); 32 if (!tab_contents) 42 InfoBarDelegate* delegate = new SimpleAlertInfoBarDelegate(tab_contents, 44 tab_contents->AddInfoBar(delegate);
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_container_native.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" 11 #include "content/browser/tab_contents/interstitial_page.h" 12 #include "content/browser/tab_contents/tab_contents.h" 54 void TabContentsContainer::TabContentsFocused(TabContents* tab_contents) { 55 native_container_->TabContentsFocused(tab_contents);
|
tab_contents_container.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" 11 #include "content/browser/tab_contents/interstitial_page.h" 12 #include "content/browser/tab_contents/tab_contents.h"
|
/external/chromium/chrome/browser/ |
repost_form_warning_controller.cc | 7 #include "content/browser/tab_contents/tab_contents.h" 11 TabContents* tab_contents) 12 : tab_contents_(tab_contents), 14 NavigationController* controller = &tab_contents->controller();
|
plugin_observer.cc | 13 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h" 14 #include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h" 18 #include "content/browser/tab_contents/tab_contents.h" 35 PluginInfoBarDelegate(TabContents* tab_contents, const string16& name); 58 PluginInfoBarDelegate::PluginInfoBarDelegate(TabContents* tab_contents, 60 : ConfirmInfoBarDelegate(tab_contents), 62 tab_contents_(tab_contents) { 97 BlockedPluginInfoBarDelegate(TabContents* tab_contents, 117 TabContents* tab_contents, [all...] |
plugin_installer_infobar_delegate.h | 9 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h" 17 explicit PluginInstallerInfoBarDelegate(TabContents* tab_contents);
|
plugin_observer.h | 9 #include "content/browser/tab_contents/tab_contents_observer.h" 19 explicit PluginObserver(TabContents* tab_contents);
|
/external/chromium/chrome/browser/tab_contents/ |
infobar_delegate.cc | 5 #include "chrome/browser/tab_contents/infobar_delegate.h" 9 #include "content/browser/tab_contents/navigation_controller.h" 10 #include "content/browser/tab_contents/navigation_entry.h" 11 #include "content/browser/tab_contents/tab_contents.h"
|
tab_contents_ssl_helper.cc | 5 #include "chrome/browser/tab_contents/tab_contents_ssl_helper.h" 13 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h" 14 #include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h" 16 #include "content/browser/tab_contents/tab_contents.h" 38 SSLCertAddedInfoBarDelegate(TabContents* tab_contents, 58 TabContents* tab_contents, 60 : ConfirmInfoBarDelegate(tab_contents), 61 tab_contents_(tab_contents), 109 explicit SSLAddCertData(TabContents* tab_contents); [all...] |
web_drag_source_win.cc | 5 #include "chrome/browser/tab_contents/web_drag_source_win.h" 8 #include "chrome/browser/tab_contents/web_drag_utils_win.h" 11 #include "content/browser/tab_contents/tab_contents.h" 34 TabContents* tab_contents) 37 render_view_host_(tab_contents->render_view_host()), 40 Source<TabContents>(tab_contents)); 42 Source<TabContents>(tab_contents));
|
/external/chromium/chrome/browser/ui/gtk/ |
repost_form_warning_gtk.cc | 11 #include "content/browser/tab_contents/navigation_controller.h" 12 #include "content/browser/tab_contents/tab_contents.h" 18 TabContents* tab_contents) 19 : controller_(new RepostFormWarningController(tab_contents)) {
|
tab_contents_container_gtk.cc | 14 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" 15 #include "content/browser/tab_contents/tab_contents.h" 68 Source<TabContents>(tab_->tab_contents())); 81 Source<TabContents>(tab_->tab_contents())); 87 return preview_->tab_contents(); 88 return tab_ ? tab_->tab_contents() : NULL; 101 Source<TabContents>(preview_->tab_contents())); 110 GtkWidget* preview_widget = preview_->tab_contents()->GetNativeView(); 115 Source<TabContents>(preview_->tab_contents())); [all...] |
/external/chromium/chrome/browser/speech/ |
speech_input_bubble_controller.cc | 7 #include "chrome/browser/tab_contents/tab_util.h" 9 #include "content/browser/tab_contents/tab_contents.h" 40 TabContents* tab_contents = tab_util::GetTabContentsByID(render_process_id, local 44 SpeechInputBubble* bubble = SpeechInputBubble::Create(tab_contents, this, 92 TabContents* tab_contents = bubbles_[caller_id]->tab_contents(); local 95 if (iter->second->tab_contents() == tab_contents && 105 Source<TabContents>(tab_contents)); 117 TabContents* tab_contents = Source<TabContents>(source).ptr(); local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_infobar_delegate.cc | 12 #include "content/browser/tab_contents/tab_contents.h" 18 TabContents* tab_contents, 21 : InfoBarDelegate(tab_contents), 24 tab_contents_(tab_contents), 29 extension_host_->set_associated_tab_contents(tab_contents);
|
extension_devtools_browsertests.cc | 24 #include "content/browser/tab_contents/tab_contents.h" 62 TabContents* tab_contents = browser()->GetTabContentsAt(0); local 63 ASSERT_TRUE(tab_contents); 64 int tab_id = ExtensionTabUtil::GetTabId(tab_contents); 78 tab_contents->render_view_host()); 93 tab_contents->render_view_host()); 118 TabContents* tab_contents = browser()->GetTabContentsAt(0); local 119 ASSERT_TRUE(tab_contents); 120 int tab_id = ExtensionTabUtil::GetTabId(tab_contents); [all...] |
/external/chromium/chrome/browser/automation/ |
automation_tab_helper.h | 15 #include "content/browser/tab_contents/tab_contents_observer.h" 42 // load. |tab_contents| will always be valid. 43 virtual void OnFirstPendingLoad(TabContents* tab_contents) { } 46 // pending loads. |tab_contents| will always be valid. 49 virtual void OnNoMorePendingLoads(TabContents* tab_contents) { } 81 explicit AutomationTabHelper(TabContents* tab_contents); 98 virtual void TabContentsDestroyed(TabContents* tab_contents); 103 void OnTabOrRenderViewDestroyed(TabContents* tab_contents);
|
/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.h | 10 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h" 21 RegisterProtocolHandlerInfoBarDelegate(TabContents* tab_contents,
|
/external/chromium/chrome/browser/printing/ |
print_preview_message_handler.h | 9 #include "content/browser/tab_contents/tab_contents_observer.h" 20 explicit PrintPreviewMessageHandler(TabContents* tab_contents);
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_codec.cc | 14 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" 17 #include "content/browser/tab_contents/tab_contents.h" 45 TabContentsWrapper* tab_contents = model->GetTabContentsAt(index); local 48 tab_contents->extension_tab_helper()->extension_app(); 57 NavigationEntry* entry = tab_contents->controller().GetActiveEntry(); 58 if (!entry && tab_contents->controller().entry_count()) 59 entry = tab_contents->controller().GetEntryAtIndex(0);
|
/external/chromium/chrome/browser/ui/ |
collected_cookies_infobar_delegate.h | 8 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h" 17 explicit CollectedCookiesInfoBarDelegate(TabContents* tab_contents);
|
/external/chromium/chrome/browser/ui/views/ |
textfield_views.cc | 10 #include "content/browser/tab_contents/tab_contents.h"
|
/external/chromium/chrome/browser/ui/web_applications/ |
web_app_ui.h | 18 void GetShortcutInfoForTab(TabContentsWrapper* tab_contents, 26 void UpdateShortcutForTabContents(TabContentsWrapper* tab_contents);
|