/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
sad_tab_controller_unittest.mm | 8 #import "chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h" 9 #import "chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h" 12 #include "content/browser/tab_contents/test_tab_contents.h"
|
previewable_contents_controller_unittest.mm | 10 #import "chrome/browser/ui/cocoa/tab_contents/previewable_contents_controller.h"
|
web_contents_drag_source.mm | 5 #import "chrome/browser/ui/cocoa/tab_contents/web_contents_drag_source.h" 10 #include "chrome/browser/tab_contents/tab_contents_view_mac.h" 12 #include "content/browser/tab_contents/tab_contents.h"
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_backend_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" 14 #include "content/browser/tab_contents/test_tab_contents.h"
|
/external/chromium/chrome/browser/ui/gtk/ |
create_application_shortcuts_dialog_gtk.h | 79 // Displays the dialog box to create application shortcuts for |tab_contents|. 80 static void Show(GtkWindow* parent, TabContentsWrapper* tab_contents); 83 TabContentsWrapper* tab_contents);
|
constrained_window_gtk.cc | 12 #include "content/browser/tab_contents/tab_contents.h" 15 #include "chrome/browser/ui/views/tab_contents/tab_contents_view_touch.h" 17 #include "chrome/browser/tab_contents/tab_contents_view_gtk.h"
|
repost_form_warning_gtk.h | 24 RepostFormWarningGtk(GtkWindow* parent, TabContents* tab_contents);
|
sad_tab_gtk.h | 23 explicit SadTabGtk(TabContents* tab_contents, Kind kind);
|
/external/chromium/chrome/browser/ui/views/ |
browser_dialogs.h | 82 TabContents* tab_contents); 86 TabContents* tab_contents); 91 TabContentsWrapper* tab_contents);
|
constrained_html_delegate_gtk.cc | 10 #include "chrome/browser/ui/views/tab_contents/tab_contents_container.h" 13 #include "content/browser/tab_contents/tab_contents.h"
|
constrained_html_delegate_win.cc | 8 #include "chrome/browser/ui/views/tab_contents/tab_contents_container.h" 11 #include "content/browser/tab_contents/tab_contents.h"
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_container_views.h | 30 TabContents* tab_contents() const { return tab_contents_; } function in class:TabContentsContainer 32 // Called by the BrowserView to notify that |tab_contents| got the focus. 33 void TabContentsFocused(TabContents* tab_contents);
|
/external/chromium/chrome/browser/chromeos/offline/ |
offline_load_page_unittest.cc | 8 #include "content/browser/tab_contents/navigation_entry.h" 9 #include "content/browser/tab_contents/test_tab_contents.h" 20 TestOfflineLoadPage(TabContents* tab_contents, 23 : chromeos::OfflineLoadPage(tab_contents, url, delegate) {
|
/external/chromium/chrome/browser/download/ |
download_request_infobar_delegate.h | 11 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
|
/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/safe_browsing/ |
malware_details.h | 24 #include "content/browser/tab_contents/tab_contents_observer.h" 46 TabContents* tab_contents, 70 TabContents* tab_contents, 144 TabContents* tab_contents,
|
/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu_mac.h | 12 #include "chrome/browser/tab_contents/render_view_context_menu.h"
|
simple_alert_infobar_delegate.h | 12 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
|
tab_contents_ssl_helper.h | 20 explicit TabContentsSSLHelper(TabContents* tab_contents);
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
collected_cookies_mac_unittest.mm | 12 #include "content/browser/tab_contents/test_tab_contents.h"
|
/external/chromium/chrome/browser/ui/cocoa/ |
repost_form_warning_mac.h | 24 TabContents* tab_contents);
|
/external/chromium/chrome/browser/ui/search_engines/ |
search_engine_tab_helper_delegate.h | 21 TabContents* tab_contents,
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_background.h | 9 #include "chrome/browser/tab_contents/infobar_delegate.h"
|
/external/chromium/chrome/common/ |
view_types.h | 17 TAB_CONTENTS,
|
/external/chromium/chrome/browser/ |
browser_signin.cc | 28 #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, 237 CHECK(tab_contents); 246 ShowSigninTabModal(tab_contents); 327 void BrowserSignin::ShowSigninTabModal(TabContents* tab_contents) { 333 tab_contents);
|