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

1234567891011>>

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromiumIncludes.h112 #include <content/browser/tab_contents/tab_contents.h>
/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page.cc17 #include "chrome/browser/tab_contents/tab_util.h"
24 #include "content/browser/tab_contents/navigation_controller.h"
25 #include "content/browser/tab_contents/navigation_entry.h"
26 #include "content/browser/tab_contents/tab_contents.h"
56 TabContents* tab_contents = local
60 if (!tab_contents)
62 (new OfflineLoadPage(tab_contents, url, delegate))->Show();
66 OfflineLoadPage::OfflineLoadPage(TabContents* tab_contents, argument
69 : InterstitialPage(tab_contents, tru
[all...]
H A Doffline_load_page.h13 #include "content/browser/tab_contents/interstitial_page.h"
46 // Create a offline load page for the |tab_contents|.
47 OfflineLoadPage(TabContents* tab_contents, const GURL& url,
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/chromeos/
H A Dtab_closeable_state_watcher.cc11 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
14 #include "content/browser/tab_contents/tab_contents.h"
15 #include "content/browser/tab_contents/tab_contents_view.h"
39 TabContentsWrapper* tab_contents, int index, bool foreground) {
45 TabContentsWrapper* tab_contents,
53 TabContentsWrapper* tab_contents, int index) {
58 TabContentsWrapper* tab_contents, int index, TabChangeType change_type) {
202 tabstrip_model->GetTabContentsAt(0)->tab_contents()->GetURL() !=
38 TabInsertedAt( TabContentsWrapper* tab_contents, int index, bool foreground) argument
43 TabClosingAt( TabStripModel* tab_strip_model, TabContentsWrapper* tab_contents, int index) argument
52 TabDetachedAt( TabContentsWrapper* tab_contents, int index) argument
57 TabChangedAt( TabContentsWrapper* tab_contents, int index, TabChangeType change_type) argument
H A Dtab_closeable_state_watcher_browsertest.cc18 #include "content/browser/tab_contents/tab_contents.h"
211 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
214 EXPECT_EQ(tab_contents, browser()->GetSelectedTabContents());
221 EXPECT_EQ(tab_contents, browser()->GetSelectedTabContents());
285 TabContents* tab_contents = browser()->GetSelectedTabContents(); local
293 EXPECT_EQ(tab_contents, browser()->GetSelectedTabContents());
H A Dwm_overview_controller.cc16 #include "chrome/browser/tab_contents/thumbnail_generator.h"
19 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
24 #include "content/browser/tab_contents/tab_contents.h"
25 #include "content/browser/tab_contents/tab_contents_view.h"
129 return browser_->tabstrip_model()->GetTabContentsAt(index)->tab_contents();
239 snapshots_[index].title->SetTitle(contents->tab_contents()->GetTitle());
240 snapshots_[index].title->SetUrl(contents->tab_contents()->GetURL());
242 contents->tab_contents()->GetFavicon());
/external/chromium/chrome/browser/
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...]
H A Dcontent_setting_bubble_model.h30 TabContents* tab_contents,
39 TabContents* tab_contents; member in struct:ContentSettingBubbleModel::PopupItem
92 ContentSettingBubbleModel(TabContents* tab_contents, Profile* profile,
95 TabContents* tab_contents() const { return tab_contents_; } function in class:ContentSettingBubbleModel
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.h27 virtual void UpdateFromTabContents(TabContents* tab_contents) = 0;
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...]
/external/chromium/chrome/browser/custom_handlers/
H A Dregister_protocol_handler_infobar_delegate.cc13 TabContents* tab_contents,
16 : ConfirmInfoBarDelegate(tab_contents),
17 tab_contents_(tab_contents),
12 RegisterProtocolHandlerInfoBarDelegate( TabContents* tab_contents, ProtocolHandlerRegistry* registry, ProtocolHandler* handler) argument
H A Dregister_protocol_handler_infobar_delegate.h10 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
21 RegisterProtocolHandlerInfoBarDelegate(TabContents* tab_contents,
/external/chromium/chrome/browser/debugger/
H A Ddebugger_remote_service.cc22 #include "content/browser/tab_contents/tab_contents.h"
139 TabContents* tab_contents = it->second->tab_contents(); local
140 if (tab_contents == NULL) {
143 return tab_contents;
211 TabContents* tab_contents = ToTabContents(tab_uid); local
212 if (tab_contents == NULL) {
217 RenderViewHost* target_host = tab_contents->render_view_host();
282 TabContents* tab_contents local
318 TabContents* tab_contents = ToTabContents(tab_uid); local
[all...]
H A Ddevtools_http_protocol_handler.cc20 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
24 #include "content/browser/tab_contents/tab_contents.h"
242 TabContentsWrapper* tab_contents = *it; local
243 NavigationController& controller = tab_contents->controller();
250 GetDevToolsClientHostFor(tab_contents->tab_contents()->
344 TabContents* tab_contents = GetTabContents(id); local
345 if (tab_contents == NULL) {
351 if (manager->GetDevToolsClientHostFor(tab_contents
551 TabContentsWrapper* tab_contents = *it; local
[all...]
H A Ddevtools_manager.cc18 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
261 RenderViewHost* old_rvh = old_tab->tab_contents()->render_view_host();
270 AttachClientHost(cookie, new_tab->tab_contents()->render_view_host());
H A Ddevtools_window.cc24 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
30 #include "content/browser/tab_contents/navigation_controller.h"
31 #include "content/browser/tab_contents/navigation_entry.h"
32 #include "content/browser/tab_contents/tab_contents.h"
33 #include "content/browser/tab_contents/tab_contents_view.h"
60 return window->tab_contents();
74 tab_contents_->tab_contents()->
105 tab_contents_->tab_contents()->render_view_host();
118 // In case of docked tab_contents w
[all...]
H A Ddevtools_window.h14 #include "content/browser/tab_contents/tab_contents_delegate.h"
50 TabContentsWrapper* tab_contents() { return tab_contents_; } function in class:DevToolsWindow
H A Dextension_ports_remote_service.cc25 #include "content/browser/tab_contents/tab_contents.h"
309 TabContents* tab_contents = NULL; local
311 tab_contents = it->second->tab_contents();
312 if (!tab_contents) {
323 extension_id, channel_name, tab_contents, this);
/external/chromium/chrome/browser/download/
H A Ddownload_manager.cc32 #include "chrome/browser/tab_contents/tab_util.h"
40 #include "content/browser/tab_contents/tab_contents.h"
898 TabContents* tab_contents) {
900 tab_contents);
907 TabContents* tab_contents) {
908 DCHECK(tab_contents);
916 tab_contents->GetRenderProcessHost()->id(),
917 tab_contents->render_view_host()->routing_id(),
895 DownloadUrl(const GURL& url, const GURL& referrer, const std::string& referrer_charset, TabContents* tab_contents) argument
903 DownloadUrlToFile(const GURL& url, const GURL& referrer, const std::string& referrer_charset, const DownloadSaveInfo& save_info, TabContents* tab_contents) argument
H A Ddownload_manager.h177 TabContents* tab_contents);
186 TabContents* tab_contents);
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);
H A Ddrag_download_file.cc14 #include "content/browser/tab_contents/tab_contents.h"
23 TabContents* tab_contents)
28 tab_contents_(tab_contents),
17 DragDownloadFile( const FilePath& file_name_or_path, linked_ptr<net::FileStream> file_stream, const GURL& url, const GURL& referrer, const std::string& referrer_encoding, TabContents* tab_contents) argument

Completed in 134 milliseconds

1234567891011>>