Searched refs:tab_contents (Results 276 - 300 of 342) sorted by relevance

<<11121314

/external/chromium/chrome/browser/ssl/
H A Dssl_browser_tests.cc10 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
13 #include "content/browser/tab_contents/interstitial_page.h"
14 #include "content/browser/tab_contents/navigation_entry.h"
15 #include "content/browser/tab_contents/tab_contents.h"
417 ui_test_utils::WaitForLoadStop(tab2->tab_contents());
423 ASSERT_TRUE(tab2->tab_contents()->interstitial_page());
546 CheckAuthenticatedState(tab1->tab_contents(), false);
565 CheckAuthenticatedState(tab2->tab_contents(), true);
568 CheckAuthenticatedState(tab1->tab_contents(), fals
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_dest_gtk.cc5 #include "chrome/browser/tab_contents/web_drag_dest_gtk.h"
16 #include "content/browser/tab_contents/tab_contents.h"
43 WebDragDestGtk::WebDragDestGtk(TabContents* tab_contents, GtkWidget* widget) argument
44 : tab_contents_(tab_contents),
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Denterprise_enrollment_ui.cc19 #include "content/browser/tab_contents/tab_contents.h"
288 tab_contents()->profile()->GetChromeURLDataManager()->AddDataSource(
311 ui->tab_contents()->property_bag());
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc13 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
23 #include "content/browser/tab_contents/tab_contents.h"
309 TabContents* tab_contents = current_browser_->GetSelectedTabContents(); local
311 tab_contents->GetTabSpecificContentSettings();
322 tab_contents->RemoveInfoBar(infobar_);
344 TabContents* tab_contents) {
349 tab_contents->render_view_host(),
342 CheckStringValueFromJavascriptForTab( const std::string& expected, const std::string& function, TabContents* tab_contents) argument
/external/chromium/chrome/browser/translate/
H A Dtranslate_manager_browsertest.cc12 #include "chrome/browser/tab_contents/render_view_context_menu.h"
16 #include "chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h"
25 #include "content/browser/tab_contents/navigation_controller.h"
26 #include "content/browser/tab_contents/test_tab_contents.h"
215 explicit NavEntryCommittedObserver(TabContents* tab_contents) { argument
217 Source<NavigationController>(&tab_contents->controller()));
243 TabContents* tab_contents) {
252 params.page_url = tab_contents->controller().GetActiveEntry()->url();
259 return new TestRenderViewContextMenu(tab_contents, params);
272 TestRenderViewContextMenu(TabContents* tab_contents, argument
242 CreateContextMenu( TabContents* tab_contents) argument
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_titlebar.cc36 #include "content/browser/tab_contents/tab_contents.h"
565 void BrowserTitlebar::UpdateThrobber(TabContents* tab_contents) { argument
568 if (tab_contents && tab_contents->is_loading()) {
570 throbber_.GetNextFrame(tab_contents->waiting_for_response());
825 TabContents* tab_contents = local
827 if (tab_contents) {
829 tab_contents->encoding(),
H A Dfind_bar_gtk.cc34 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
36 #include "content/browser/tab_contents/tab_contents.h"
455 find_bar_controller_->tab_contents()->tab_contents()->Focus();
580 TabContentsWrapper* tab_contents = find_bar_controller_->tab_contents(); local
581 if (!tab_contents)
583 FindTabHelper* find_tab_helper = tab_contents->find_tab_helper();
663 TabContentsWrapper* contents = find_bar_controller_->tab_contents();
[all...]
H A Dlocation_bar_view_gtk.cc52 #include "content/browser/tab_contents/tab_contents.h"
617 TabContents* tab_contents = GetTabContents(); local
623 toolbar_model_->input_in_progress() ? NULL : tab_contents);
1273 TabContents* tab_contents) {
1274 content_setting_image_model_->UpdateFromTabContents(tab_contents);
1288 TabSpecificContentSettings* content_settings = tab_contents ?
1289 tab_contents->GetTabSpecificContentSettings() : NULL;
1361 TabContents* tab_contents = parent_->GetTabContents(); local
1362 if (!tab_contents)
1272 UpdateFromTabContents( TabContents* tab_contents) argument
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmark_manager_api.cc22 #include "content/browser/tab_contents/tab_contents.h"
145 Profile* profile, TabContents* tab_contents)
147 tab_contents_(tab_contents) {
373 profile(), nodes, web_ui->tab_contents()->GetNativeView());
144 ExtensionBookmarkManagerEventRouter( Profile* profile, TabContents* tab_contents) argument
H A Dextension_processes_api.cc21 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
24 #include "content/browser/tab_contents/tab_contents.h"
174 int id = base::GetProcId(contents->tab_contents()->
H A Dextension_tab_id_map.cc8 #include "content/browser/tab_contents/tab_contents.h"
75 RenderViewHost* host = controller->tab_contents()->render_view_host();
/external/chromium/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.cc19 #include "content/browser/tab_contents/tab_contents.h"
111 TabContents* tab_contents)
114 tab_contents_(tab_contents),
120 Source<TabContents>(tab_contents));
108 ContentSettingBubbleContents( ContentSettingBubbleModel* content_setting_bubble_model, Profile* profile, TabContents* tab_contents) argument
H A Dhung_renderer_view.cc10 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
15 #include "content/browser/tab_contents/tab_contents.h"
78 if (it->tab_contents()->GetRenderProcessHost() ==
80 tab_contentses_.push_back((*it)->tab_contents());
/external/chromium/chrome/browser/automation/
H A Dautomation_tab_helper_unittest.cc10 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
11 #include "chrome/browser/ui/tab_contents/test_tab_contents_wrapper.h"
12 #include "content/browser/tab_contents/tab_contents.h"
13 #include "content/browser/tab_contents/test_tab_contents.h"
38 tab_helper()->TabContentsDestroyed(contents_wrapper()->tab_contents());
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_utils.h191 // Fills in the URL and title for a bookmark of |tab_contents|.
192 void GetURLAndTitleToBookmark(TabContents* tab_contents,
/external/chromium/chrome/browser/chromeos/
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 Dfavicon_helper.h18 #include "content/browser/tab_contents/tab_contents_observer.h"
77 FaviconHelper(TabContents* tab_contents, Type icon_type);
230 // See "Favicon Details" in tab_contents.cc for more details.
236 // See "Favicon Details" in tab_contents.cc for more details.
H A Dexternal_tab_container_win.h20 #include "content/browser/tab_contents/tab_contents_delegate.h"
56 TabContents* tab_contents() const;
173 void ShowRepostFormWarningDialog(TabContents* tab_contents);
/external/chromium/chrome/browser/instant/
H A Dinstant_loader_manager.cc10 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
11 #include "content/browser/tab_contents/tab_contents.h"
69 current_loader_->preview_contents()->tab_contents()->Stop();
/external/chromium/chrome/browser/prerender/
H A Dprerender_manager.cc19 #include "content/browser/tab_contents/render_view_host_manager.h"
20 #include "content/browser/tab_contents/tab_contents.h"
401 TabContents* tab_contents) {
404 tab_contents->profile()->GetPrerenderManager();
414 prerender_manager->WouldTabContentsBePrerendered(tab_contents)) ||
416 prerender_manager->IsTabContentsPrerendered(tab_contents)))) {
399 RecordPerceivedPageLoadTime( base::TimeDelta perceived_page_load_time, TabContents* tab_contents) argument
H A Dprerender_manager.h89 TabContents* tab_contents);
/external/chromium/chrome/browser/ui/
H A Dbrowser.h33 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h"
36 #include "content/browser/tab_contents/page_navigator.h"
37 #include "content/browser/tab_contents/tab_contents_delegate.h"
379 TabContents* AddTab(TabContentsWrapper* tab_contents,
811 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
813 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
831 TabContents* tab_contents,
/external/chromium/chrome/browser/ui/webui/
H A Dgpu_internals_ui.cc40 #include "content/browser/tab_contents/tab_contents.h"
41 #include "content/browser/tab_contents/tab_contents_view.h"
383 NULL, 0, FILE_PATH_LITERAL(""), web_ui_->tab_contents(),
384 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL);
419 NULL, 0, FILE_PATH_LITERAL(""), web_ui_->tab_contents(),
420 web_ui_->tab_contents()->view()->GetTopLevelNativeWindow(), NULL);
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dchange_picture_options_handler.cc109 web_ui_->tab_contents(),
/external/chromium/chrome/browser/sidebar/
H A Dsidebar_manager.cc15 #include "content/browser/tab_contents/tab_contents.h"
91 was_active_host->tab_contents(), was_active_host->content_id(),
98 active_host->tab_contents(), active_host->content_id(),

Completed in 530 milliseconds

<<11121314