Searched refs:tab_contents (Results 151 - 175 of 342) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_ssl_helper.h20 explicit TabContentsSSLHelper(TabContents* tab_contents);
H A Dweb_drag_dest_gtk.h24 WebDragDestGtk(TabContents* tab_contents, GtkWidget* widget);
H A Dweb_drag_source_win.h27 WebDragSource(gfx::NativeWindow source_wnd, TabContents* tab_contents);
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_controller.h42 TabContentsWrapper* tab_contents() const { return tab_contents_; } function in class:FindBarController
H A Dfind_tab_helper.h11 #include "content/browser/tab_contents/tab_contents_observer.h"
16 explicit FindTabHelper(TabContents* tab_contents);
/external/chromium/chrome/browser/ui/views/
H A Ddom_view.h37 TabContents* tab_contents() const { return tab_contents_.get(); } function in class:DOMView
H A Dexternal_protocol_dialog.h22 ExternalProtocolDialog(TabContents* tab_contents,
H A Drepost_form_warning_view.h9 #include "content/browser/tab_contents/constrained_window.h"
32 TabContents* tab_contents);
H A Dsad_tab_view.h33 explicit SadTabView(TabContents* tab_contents, Kind kind);
H A Dfind_bar_host.cc11 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
16 #include "content/browser/tab_contents/tab_contents.h"
17 #include "content/browser/tab_contents/tab_contents_view.h"
67 TabContentsWrapper* contents = find_bar_controller_->tab_contents();
76 NativeWebKeyboardEvent event = GetKeyboardEvent(contents->tab_contents(),
115 if (!find_bar_controller_->tab_contents() ||
117 tab_contents()->find_tab_helper()->find_ui_active()) {
158 find_bar_controller_->tab_contents()->tab_contents()
[all...]
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_container_win.h9 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_container.h"
24 virtual void TabContentsFocused(TabContents* tab_contents) OVERRIDE;
H A Dtab_contents_container_views.cc5 #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) { argument
/external/chromium/chrome/browser/ui/webui/
H A Dchrome_web_ui_factory.h27 virtual WebUI* CreateWebUIForURL(TabContents* tab_contents,
/external/chromium/chrome/browser/translate/
H A Dtranslate_infobar_delegate.cc15 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
17 #include "content/browser/tab_contents/tab_contents.h"
29 TabContents* tab_contents,
43 new TranslateInfoBarDelegate(type, TranslateErrors::NONE, tab_contents,
51 TabContents* tab_contents,
54 return new TranslateInfoBarDelegate(TRANSLATION_ERROR, error, tab_contents,
102 if (!tab_contents()->profile()->IsOffTheRecord()) {
123 if (!tab_contents()->profile()->IsOffTheRecord()) {
260 return !tab_contents()
27 CreateDelegate( Type type, TabContents* tab_contents, const std::string& original_language, const std::string& target_language) argument
49 CreateErrorDelegate( TranslateErrors::Type error, TabContents* tab_contents, const std::string& original_language, const std::string& target_language) argument
306 TranslateInfoBarDelegate( Type type, TranslateErrors::Type error, TabContents* tab_contents, const std::string& original_language, const std::string& target_language) argument
[all...]
/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page_unittest.cc8 #include "content/browser/tab_contents/navigation_entry.h"
9 #include "content/browser/tab_contents/test_tab_contents.h"
20 TestOfflineLoadPage(TabContents* tab_contents, argument
23 : chromeos::OfflineLoadPage(tab_contents, url, delegate) {
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.h43 // Invoked to load a URL. |tab_contents| is the TabContents the preview is
46 bool Update(TabContentsWrapper* tab_contents,
154 void CreatePreviewContents(TabContentsWrapper* tab_contents);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.h36 #include "content/browser/tab_contents/interstitial_page.h"
81 TabContents* tab_contents,
171 TabContents* tab_contents,
H A Dclient_side_detection_host.cc26 #include "content/browser/tab_contents/navigation_controller.h"
27 #include "content/browser/tab_contents/tab_contents.h"
39 // uses it anymore. If |tab_contents|, |csd_service| or |host| go away you need
47 TabContents* tab_contents,
53 tab_contents_(tab_contents),
314 tab_contents(),
351 DCHECK(tab_contents());
374 tab_contents()->GetRenderProcessHost()->id(),
375 tab_contents()
46 ShouldClassifyUrlRequest(const ViewHostMsg_FrameNavigate_Params& params, TabContents* tab_contents, ClientSideDetectionService* csd_service, SafeBrowsingService* sb_service, ClientSideDetectionHost* host) argument
[all...]
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dmessage_box_handler.cc16 #include "content/browser/tab_contents/tab_contents.h"
77 void RunBeforeUnloadDialog(TabContents* tab_contents, argument
83 tab_contents,
/external/chromium/chrome/browser/ui/gtk/
H A Dcreate_application_shortcuts_dialog_gtk.h79 // Displays the dialog box to create application shortcuts for |tab_contents|.
80 static void Show(GtkWindow* parent, TabContentsWrapper* tab_contents);
83 TabContentsWrapper* tab_contents);
H A Drepost_form_warning_gtk.cc11 #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)) {
17 RepostFormWarningGtk(GtkWindow* parent, TabContents* tab_contents) argument
/external/chromium/chrome/browser/
H A Dbrowser_signin.cc28 #include "content/browser/tab_contents/tab_contents.h"
170 RenderViewHost* rvh = web_ui_->tab_contents()->render_view_host();
233 void BrowserSignin::RequestSignin(TabContents* tab_contents, argument
237 CHECK(tab_contents);
246 ShowSigninTabModal(tab_contents);
327 void BrowserSignin::ShowSigninTabModal(TabContents* tab_contents) { argument
333 tab_contents);
H A Dpdf_unsupported_feature.cc13 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
20 #include "content/browser/tab_contents/interstitial_page.h"
21 #include "content/browser/tab_contents/tab_contents.h"
49 TabContents* tab_contents)
50 : ConfirmInfoBarDelegate(tab_contents),
51 tab_contents_(tab_contents) {
237 TabContents* tab_contents,
239 : ConfirmInfoBarDelegate(tab_contents),
240 tab_contents_(tab_contents),
48 PDFEnableAdobeReaderConfirmInfoBarDelegate( TabContents* tab_contents) argument
236 PDFUnsupportedFeatureConfirmInfoBarDelegate( TabContents* tab_contents, PluginGroup* reader_group) argument
[all...]
H A Dfavicon_helper.cc17 #include "content/browser/tab_contents/navigation_controller.h"
18 #include "content/browser/tab_contents/navigation_entry.h"
19 #include "content/browser/tab_contents/tab_contents_delegate.h"
20 #include "content/browser/tab_contents/tab_contents.h"
67 FaviconHelper::FaviconHelper(TabContents* tab_contents, Type icon_type) argument
68 : TabContentsObserver(tab_contents),
115 return tab_contents()->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS);
157 tab_contents()->NotifyNavigationStateChanged(TabContents::INVALIDATE_TAB);
211 NavigationEntry* entry = tab_contents()
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_sidebar_api.cc18 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
24 #include "content/browser/tab_contents/tab_contents.h"
108 TabContentsWrapper* tab_contents = NULL; local
112 NULL, NULL, &tab_contents, NULL)) {
123 if (!ExtensionTabUtil::GetDefaultTab(browser, &tab_contents, &tab_id)) {
128 if (!tab_contents)
132 return RunImpl(tab_contents->tab_contents(), content_id, *details);

Completed in 301 milliseconds

1234567891011>>