/external/chromium/chrome/browser/ssl/ |
ssl_browser_tests.cc | 10 #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(), false) [all...] |
/external/chromium/chrome/browser/tab_contents/ |
web_drag_dest_gtk.cc | 5 #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) 44 : tab_contents_(tab_contents),
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
enterprise_enrollment_ui.cc | 19 #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/ |
geolocation_browsertest.cc | 13 #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(),
|
/external/chromium/chrome/browser/translate/ |
translate_manager_browsertest.cc | 12 #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) { 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, [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
browser_titlebar.cc | 36 #include "content/browser/tab_contents/tab_contents.h" 565 void BrowserTitlebar::UpdateThrobber(TabContents* tab_contents) { 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) [all...] |
find_bar_gtk.cc | 34 #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...] |
location_bar_view_gtk.cc | 52 #include "content/browser/tab_contents/tab_contents.h" 617 TabContents* tab_contents = GetTabContents(); local 623 toolbar_model_->input_in_progress() ? NULL : tab_contents); 1361 TabContents* tab_contents = parent_->GetTabContents(); local [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_bookmark_manager_api.cc | 22 #include "content/browser/tab_contents/tab_contents.h" 145 Profile* profile, TabContents* tab_contents) 147 tab_contents_(tab_contents) { 369 ViewType::TAB_CONTENTS) { 373 profile(), nodes, web_ui->tab_contents()->GetNativeView()); 410 ViewType::TAB_CONTENTS) {
|
extension_menu_manager.h | 243 void ExecuteCommand(Profile* profile, TabContents* tab_contents,
|
extension_processes_api.cc | 21 #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()->
|
extension_tab_id_map.cc | 8 #include "content/browser/tab_contents/tab_contents.h" 75 RenderViewHost* host = controller->tab_contents()->render_view_host();
|
/external/chromium/chrome/browser/ui/views/ |
content_setting_bubble_contents.cc | 19 #include "content/browser/tab_contents/tab_contents.h" 111 TabContents* tab_contents) 114 tab_contents_(tab_contents), 120 Source<TabContents>(tab_contents));
|
file_manager_dialogs.cc | 17 #include "content/browser/tab_contents/tab_contents.h" 35 tab_id_ = html_view->tab_contents()->controller().session_id().id();
|
/external/chromium/chrome/browser/automation/ |
automation_tab_helper_unittest.cc | 10 #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/ |
bookmark_utils.h | 191 // Fills in the URL and title for a bookmark of |tab_contents|. 192 void GetURLAndTitleToBookmark(TabContents* tab_contents,
|
/external/chromium/chrome/browser/chromeos/ |
wm_overview_controller.cc | 16 #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/ |
favicon_helper.h | 18 #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.
|
/external/chromium/chrome/browser/instant/ |
instant_loader_manager.cc | 10 #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/ |
prerender_manager.cc | 19 #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)))) {
|
prerender_manager.h | 89 TabContents* tab_contents);
|
/external/chromium/chrome/browser/ui/ |
browser.h | 33 #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, [all...] |
/external/chromium/chrome/browser/ui/webui/ |
gpu_internals_ui.cc | 40 #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/ |
change_picture_options_handler.cc | 109 web_ui_->tab_contents(),
|
/external/chromium/chrome/browser/sidebar/ |
sidebar_manager.cc | 15 #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(),
|