/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_container_native.h | 17 class TabContents; 25 // Changes the TabContents associated with this view. 26 void ChangeTabContents(TabContents* contents); 31 TabContents* tab_contents() const { return tab_contents_; } 34 void TabContentsFocused(TabContents* tab_contents); 63 // Called when the RenderViewHost of the hosted TabContents has changed, e.g. 68 // Called when a TabContents is destroyed. This gives us a chance to clean 69 // up our internal state if the TabContents is somehow destroyed before we 71 void TabContentsDestroyed(TabContents* contents); 73 // Called when the RenderWidgetHostView of the hosted TabContents has changed [all...] |
tab_contents_container_views.h | 16 class TabContents; 24 // Changes the TabContents associated with this view. 25 void ChangeTabContents(TabContents* contents); 30 TabContents* tab_contents() const { return tab_contents_; } 33 void TabContentsFocused(TabContents* tab_contents); 55 // Called when the RenderViewHost of the hosted TabContents has changed, e.g. 60 // Called when a TabContents is destroyed. This gives us a chance to clean 61 // up our internal state if the TabContents is somehow destroyed before we 63 void TabContentsDestroyed(TabContents* contents); 65 // Called when the RenderWidgetHostView of the hosted TabContents has changed [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_sidebar_api.h | 14 class TabContents; 27 Profile* profile, TabContents* tab, const std::string& content_id, 39 virtual bool RunImpl(TabContents* tab, 46 virtual bool RunImpl(TabContents* tab, 54 virtual bool RunImpl(TabContents* tab, 62 virtual bool RunImpl(TabContents* tab, 70 virtual bool RunImpl(TabContents* tab, 78 virtual bool RunImpl(TabContents* tab, 86 virtual bool RunImpl(TabContents* tab, 94 virtual bool RunImpl(TabContents* tab [all...] |
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog.h | 15 class TabContents; 23 AppModalDialog(TabContents* tab_contents, const std::wstring& title); 68 TabContents* tab_contents_;
|
/external/chromium/chrome/browser/ui/ |
browser_dialogs.h | 17 class TabContents; 48 // Shows or hide the hung renderer dialog for the given TabContents. 49 // We need to pass the TabContents to the dialog, because multiple tabs can hang 51 void ShowHungRendererDialog(TabContents* contents); 52 void HideHungRendererDialog(TabContents* contents);
|
collected_cookies_infobar_delegate.h | 17 explicit CollectedCookiesInfoBarDelegate(TabContents* tab_contents); 28 TabContents* tab_contents_;
|
/external/chromium/chrome/browser/ui/gtk/ |
sad_tab_gtk.h | 14 class TabContents; 23 explicit SadTabGtk(TabContents* tab_contents, Kind kind); 33 TabContents* tab_contents_;
|
certificate_dialogs.h | 15 TabContents* tab_contents, 19 void ShowCertExportDialog(TabContents* tab_contents,
|
/external/chromium/chrome/browser/ui/search_engines/ |
template_url_fetcher_ui_callbacks.h | 15 class TabContents; 22 TabContents* tab_contents); 43 // The TabContents where this request originated. 44 TabContents* tab_contents_;
|
search_engine_tab_helper_delegate.h | 10 class TabContents; 21 TabContents* tab_contents,
|
/external/chromium/chrome/browser/ui/webui/ |
constrained_html_ui.h | 18 class TabContents; 36 explicit ConstrainedHtmlUI(TabContents* contents); 47 TabContents* overshadowed); 50 // ConstrainedHtmlUIDelegate property on a TabContents. 55 // Returns the TabContents' PropertyBag's ConstrainedHtmlUIDelegate.
|
crashes_ui.h | 15 explicit CrashesUI(TabContents* contents);
|
downloads_ui.h | 15 explicit DownloadsUI(TabContents* contents);
|
gpu_internals_ui.h | 13 explicit GpuInternalsUI(TabContents* contents);
|
net_internals_ui.h | 13 explicit NetInternalsUI(TabContents* contents);
|
/external/chromium/chrome/browser/ui/views/ |
dom_view.h | 19 class TabContents; 37 TabContents* tab_contents() const { return tab_contents_.get(); } 51 // Returns new allocated TabContents instance, caller is responsible deleting. 52 // Override in derived classes to replace TabContents with derivative. 53 virtual TabContents* CreateTabContents(Profile* profile, 56 scoped_ptr<TabContents> tab_contents_;
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
choose_mobile_network_ui.h | 16 explicit ChooseMobileNetworkUI(TabContents* contents);
|
keyboard_overlay_ui.h | 18 explicit KeyboardOverlayUI(TabContents* contents);
|
mobile_setup_ui.h | 15 explicit MobileSetupUI(TabContents* contents);
|
register_page_ui.h | 15 explicit RegisterPageUI(TabContents* contents);
|
sim_unlock_ui.h | 19 explicit SimUnlockUI(TabContents* contents);
|
system_info_ui.h | 13 explicit SystemInfoUI(TabContents* contents);
|
/external/chromium/chrome/browser/automation/ |
mock_tab_event_observer.h | 23 MOCK_METHOD1(OnFirstPendingLoad, void(TabContents* tab_contents)); 24 MOCK_METHOD1(OnNoMorePendingLoads, void(TabContents* tab_contents));
|
/external/chromium/chrome/browser/printing/ |
print_preview_message_handler.h | 15 // TabContents offloads print preview message handling to 17 // TabContents that owns it. 20 explicit PrintPreviewMessageHandler(TabContents* tab_contents); 29 TabContents* GetPrintPreviewTab();
|
/external/chromium/chrome/browser/tab_contents/ |
link_infobar_delegate.h | 14 class TabContents; 35 explicit LinkInfoBarDelegate(TabContents* contents);
|