Searched
refs:TabContents (Results
301 -
325 of
585) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/ |
browser_commands_unittest.cc | 119 TabContents* zeroth = browser()->GetTabContentsAt(0); 125 TabContents* first = browser()->GetTabContentsAt(1); 148 TabContents* second = browser()->GetTabContentsAt(2);
|
alternate_nav_url_fetcher.h | 84 // The TabContents the InfoBarDelegate was added to. 85 TabContents* infobar_contents_;
|
/external/chromium/chrome/browser/extensions/ |
extension_override_apitest.cc | 49 TabContents* tab = browser()->GetSelectedTabContents(); 64 TabContents* tab = browser()->GetSelectedTabContents(); 92 TabContents* tab = otr_browser->GetSelectedTabContents();
|
extension_tab_helper.cc | 35 TabContents::INVALIDATE_PAGE_ACTIONS); 153 tab_contents()->NotifyNavigationStateChanged(TabContents::INVALIDATE_TITLE); 161 tab_contents()->NotifyNavigationStateChanged(TabContents::INVALIDATE_TAB);
|
extension_infobar_delegate.cc | 18 TabContents* tab_contents,
|
extension_tab_helper.h | 39 // tab becomes an app-tab. TabContents does not listen for unload events for 40 // the extension. It's up to consumers of TabContents to do that. 58 // If an app extension has been explicitly set for this TabContents its icon 65 TabContents* tab_contents() const { 69 // Sets a non-extension app icon associated with TabContents and fires an
|
theme_installed_infobar_delegate.cc | 23 TabContents* tab_contents, 107 // a pointer to the TabContents (the TabContents has deleted its
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.cc | 93 TabContents* contents) const { 112 void DraggedTabControllerGtk::OpenURLFromTab(TabContents* source, 126 void DraggedTabControllerGtk::NavigationStateChanged(const TabContents* source, 132 void DraggedTabControllerGtk::AddNewContents(TabContents* source, 133 TabContents* new_contents, 147 void DraggedTabControllerGtk::ActivateContents(TabContents* contents) { 151 void DraggedTabControllerGtk::DeactivateContents(TabContents* contents) { 155 void DraggedTabControllerGtk::LoadingStateChanged(TabContents* source) { 162 void DraggedTabControllerGtk::CloseContents(TabContents* source) { 168 void DraggedTabControllerGtk::MoveContents(TabContents* source [all...] |
/external/chromium/chrome/browser/ui/views/ |
html_dialog_view.cc | 159 void HtmlDialogView::OnCloseContents(TabContents* source, 180 void HtmlDialogView::MoveContents(TabContents* source, const gfx::Rect& pos) { 204 void HtmlDialogView::CloseContents(TabContents* source) {
|
/external/chromium/chrome/browser/ui/toolbar/ |
back_forward_menu_model.cc | 282 TabContents* contents = GetTabContents(); 302 TabContents* contents = GetTabContents(); 328 TabContents* contents = GetTabContents(); 380 TabContents* contents = GetTabContents(); 400 TabContents* BackForwardMenuModel::GetTabContents() const { 407 TabContents* contents = GetTabContents();
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_mac.h | 41 virtual void SaveStateToTab(TabContents* tab); 42 virtual void Update(const TabContents* tab_for_state_restoring);
|
/external/chromium/chrome/browser/chromeos/login/ |
account_screen.cc | 112 void AccountScreen::LoadingStateChanged(TabContents* source) { 124 void AccountScreen::NavigationStateChanged(const TabContents* source,
|
login_html_dialog.h | 66 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog);
|
/external/chromium/chrome/browser/debugger/ |
devtools_http_protocol_handler.h | 20 class TabContents; 96 TabContents* GetTabContents(int session_id);
|
/external/chromium/chrome/browser/instant/ |
instant_controller.h | 34 class TabContents; 38 // InstantController maintains a TabContents that is intended to give a preview 41 // At any time the TabContents maintained by InstantController may be destroyed 76 // the url is empty and there is a preview TabContents it is destroyed. If url 77 // is non-empty and the preview TabContents has not been created it is 93 // Destroys the preview TabContents. Does nothing if the preview TabContents 124 // Releases the preview TabContents passing ownership to the caller. This is 125 // intended to be called when the preview TabContents is committed. This does 128 // TabContents to a tabstrip [all...] |
/external/chromium/chrome/browser/ssl/ |
ssl_error_handler.cc | 62 TabContents* tab_contents = GetTabContents(); 75 TabContents* SSLErrorHandler::GetTabContents() {
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_controller.h | 36 class TabContents; 128 - (void)updateToolbarWithContents:(TabContents*)tabForRestoring
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_titlebar.h | 28 class TabContents; 61 void UpdateThrobber(TabContents* tab_contents);
|
browser_toolbar_gtk.h | 36 class TabContents; 108 void UpdateTabContents(TabContents* contents, bool should_restore_state);
|
constrained_window_gtk.cc | 32 TabContents* owner, ConstrainedWindowGtkDelegate* delegate) 151 TabContents* parent,
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_views.h | 33 // The corresponding TabContents is passed in the constructor, and manages our 36 explicit TabContentsViewViews(TabContents* tab_contents); 79 virtual TabContents* GetTabContents() OVERRIDE; 97 // Handles notifying the TabContents and other operations when the window was
|
/external/chromium/chrome/browser/autofill/ |
autofill_cc_infobar_delegate.cc | 18 TabContents* tab_contents,
|
/external/chromium/chrome/browser/automation/ |
automation_provider.h | 40 class TabContents; 73 class TabContents; 162 // Convert a tab handle into a TabContents. If |tab| is non-NULL a pointer 164 // is not of the TabContents type. 165 TabContents* GetTabContentsForHandle(int handle, NavigationController** tab); 201 TabContents* tab_contents,
|
/external/chromium/chrome/browser/chromeos/ |
choose_mobile_network_dialog.cc | 90 void ChooseMobileNetworkDialog::OnCloseContents(TabContents* source,
|
/external/chromium/chrome/browser/custom_handlers/ |
register_protocol_handler_infobar_delegate.cc | 13 TabContents* tab_contents,
|
Completed in 344 milliseconds
<<11121314151617181920>>