Searched refs:tab_contents (Results 201 - 225 of 342) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/extensions/
H A Dextension_web_ui.h36 explicit ExtensionWebUI(TabContents* tab_contents, const GURL& url);
H A Dexecute_code_in_tab_function.cc16 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
22 #include "content/browser/tab_contents/tab_contents.h"
86 contents->tab_contents()->GetURL(), NULL, &error_)) {
182 registrar_.Observe(contents->tab_contents());
H A Dextension_webstore_private_browsertest.cc20 #include "content/browser/tab_contents/tab_contents.h"
79 virtual void RequestSignin(TabContents* tab_contents, argument
89 Profile* profile = tab_contents->profile();
/external/chromium/chrome/browser/password_manager/
H A Dpassword_manager.h14 #include "content/browser/tab_contents/tab_contents_observer.h"
33 PasswordManager(TabContents* tab_contents,
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator.h118 void UpdateThumbnailIfNecessary(TabContents* tab_contents);
H A Dthumbnail_generator.cc5 #include "chrome/browser/tab_contents/thumbnail_generator.h"
21 #include "content/browser/tab_contents/tab_contents.h"
439 TabContents* tab_contents) {
440 const GURL& url = tab_contents->GetURL();
441 history::TopSites* top_sites = tab_contents->profile()->GetTopSites();
443 if (!ShouldUpdateThumbnail(tab_contents->profile(), top_sites, url))
449 tab_contents->render_view_host(), options, &clip_result);
457 (tab_contents->render_view_host()->last_scroll_offset().y() == 0);
438 UpdateThumbnailIfNecessary( TabContents* tab_contents) argument
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model.cc25 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
29 #include "content/browser/tab_contents/navigation_controller.h"
30 #include "content/browser/tab_contents/tab_contents.h"
31 #include "content/browser/tab_contents/tab_contents_delegate.h"
32 #include "content/browser/tab_contents/tab_contents_view.h"
338 if ((*iter)->contents->tab_contents() == contents)
383 if ((*iter)->contents->tab_contents()->is_loading())
674 contents->tab_contents()->view()->
675 SizeContents(old_contents->tab_contents()
[all...]
/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dcontent_setting_decoration.h31 bool UpdateFromTabContents(TabContents* tab_contents);
/external/chromium/chrome/browser/ui/gtk/
H A Dcontent_setting_bubble_gtk.h33 Profile* profile, TabContents* tab_contents);
H A Dtab_contents_drag_source.h34 TabContents* tab_contents() const;
/external/chromium/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.h44 Profile* profile, TabContents* tab_contents);
H A Dsad_tab_view.cc10 #include "content/browser/tab_contents/tab_contents.h"
11 #include "content/browser/tab_contents/tab_contents_delegate.h"
55 SadTabView::SadTabView(TabContents* tab_contents, Kind kind) argument
56 : tab_contents_(tab_contents),
59 DCHECK(tab_contents);
63 if (tab_contents != NULL) {
H A Ddefault_search_view.cc14 #include "content/browser/tab_contents/tab_contents.h"
111 void DefaultSearchView::Show(TabContents* tab_contents, argument
120 new DefaultSearchView(tab_contents, template_url.release(),
174 DefaultSearchView::DefaultSearchView(TabContents* tab_contents, argument
182 PrefService* prefs = tab_contents->profile()->GetPrefs();
186 tab_contents->CreateConstrainedDialog(this);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.h38 void UpdateFromTabContents(TabContents* tab_contents);
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dnative_tab_contents_container_gtk.h11 #include "chrome/browser/ui/views/tab_contents/native_tab_contents_container.h"
26 virtual void TabContentsFocused(TabContents* tab_contents) OVERRIDE;
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.cc25 #include "content/browser/tab_contents/tab_contents.h"
656 void ImageBurnResourceManager::CreateImageUrl(TabContents* tab_contents, argument
670 download_manager_ = tab_contents->profile()->GetDownloadManager();
675 downloader->DownloadFile(config_file_url_, config_file_path_, tab_contents);
707 TabContents* tab_contents) {
709 target_path, tab_contents, this);
714 TabContents* tab_contents,
717 file_path, tab_contents, created_file_stream);
740 const FilePath& file_path, TabContents* tab_contents) {
705 CreateFileStream(const GURL& url, const FilePath& target_path, TabContents* tab_contents) argument
712 OnFileStreamCreated(const GURL& url, const FilePath& file_path, TabContents* tab_contents, net::FileStream* created_file_stream) argument
739 DownloadFile(const GURL& url, const FilePath& file_path, TabContents* tab_contents) argument
752 CreateFileStreamOnFileThread( const GURL& url, const FilePath& file_path, TabContents* tab_contents, ImageBurnDownloaderTaskProxy* task) argument
772 OnFileStreamCreatedOnUIThread(const GURL& url, const FilePath& file_path, TabContents* tab_contents, net::FileStream* created_file_stream) argument
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dconstrained_html_ui.cc11 #include "content/browser/tab_contents/tab_contents.h"
61 GetPropertyAccessor().GetProperty(tab_contents()->property_bag());
H A Dprint_preview_handler.cc18 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
25 #include "content/browser/tab_contents/tab_contents.h"
245 TabContents* initiator_tab = GetInitiatorTab(web_ui_->tab_contents());
257 TabContents* initiator_tab = GetInitiatorTab(web_ui_->tab_contents());
274 web_ui_->tab_contents());
352 web_ui_->tab_contents(),
354 web_ui_->tab_contents()->GetNativeView()),
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud.cc26 #include "content/browser/tab_contents/tab_contents.h"
27 #include "content/browser/tab_contents/tab_contents_view.h"
274 if (web_ui_->tab_contents()) {
280 RenderViewHost* rvh = web_ui_->tab_contents()->render_view_host();
290 NavigationController* controller = &web_ui_->tab_contents()->controller();
320 RenderViewHost* rvh = web_ui_->tab_contents()->render_view_host();
396 if (web_ui_ && web_ui_->tab_contents() && web_ui_->tab_contents()->view()) {
397 gfx::Size size = web_ui_->tab_contents()
[all...]
/external/chromium/chrome/browser/debugger/
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);
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...]
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.h22 #include "chrome/browser/ui/views/tab_contents/tab_contents_container.h"
263 TabContents* tab_contents,
279 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) OVERRIDE;
280 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents) OVERRIDE;
297 virtual void ShowCreateWebAppShortcutsDialog(TabContentsWrapper* tab_contents)
459 // Displays active sidebar linked to the |tab_contents| or hides sidebar UI,
461 void UpdateSidebarForContents(TabContentsWrapper* tab_contents);
464 void UpdateDevToolsForContents(TabContentsWrapper* tab_contents);
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_handler.cc33 #include "content/browser/tab_contents/tab_contents.h"
34 #include "content/browser/tab_contents/tab_contents_view.h"
344 NULL, 0, FILE_PATH_LITERAL(""), web_ui_->tab_contents(),
345 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL);
432 AdvancedOptionsUtilities::ShowNetworkProxySettings(web_ui_->tab_contents());
439 AdvancedOptionsUtilities::ShowManageSSLCertificates(web_ui_->tab_contents());
449 web_ui_->tab_contents()->GetMessageBoxRootWindow());
461 web_ui_->tab_contents()->OpenURL(
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc20 #include "chrome/browser/tab_contents/thumbnail_generator.h"
23 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
30 #include "content/browser/tab_contents/tab_contents.h"
31 #include "content/browser/tab_contents/tab_contents_delegate.h"
32 #include "content/browser/tab_contents/tab_contents_view.h"
1042 AeroPeekWindow* window = GetAeroPeekWindow(GetTabID(tab->tab_contents()));
1047 DeleteAeroPeekWindow(GetTabID(tab->tab_contents()));
1063 if (GetAeroPeekWindow(GetTabID(tab->tab_contents())))
1069 GetTabID(tab->tab_contents()),
[all...]
/external/chromium/chrome/browser/download/
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 1850 milliseconds

1234567891011>>