/external/chromium/chrome/browser/tab_contents/ |
D | web_drop_target_win.cc | 51 : tab_contents_(tab_contents) {} in InterstitialDropTarget() 71 tab_contents_->OpenURL(GURL(url), GURL(), CURRENT_TAB, in OnDrop() 79 TabContents* tab_contents_; member in InterstitialDropTarget 86 tab_contents_(tab_contents), in WebDropTarget() 99 current_rvh_ = tab_contents_->render_view_host(); in OnDragEnter() 104 if (tab_contents_->showing_interstitial_page()) in OnDragEnter() 119 tab_contents_->render_view_host()->DragTargetDragEnter(drop_data, in OnDragEnter() 126 if (tab_contents_->GetBookmarkDragDelegate()) { in OnDragEnter() 131 tab_contents_->GetBookmarkDragDelegate()->OnDragEnter(bookmark_drag_data); in OnDragEnter() 144 if (current_rvh_ != tab_contents_->render_view_host()) in OnDragOver() [all …]
|
D | tab_contents_ssl_helper.cc | 53 TabContents* tab_contents_; // The TabContents we are attached to. member in __anond31be4290111::SSLCertAddedInfoBarDelegate 61 tab_contents_(tab_contents), in SSLCertAddedInfoBarDelegate() 98 ShowCertificateViewer(tab_contents_->GetMessageBoxRootWindow(), cert_); in Accept() 126 TabContents* tab_contents_; member in TabContentsSSLHelper::SSLAddCertData 134 : tab_contents_(tab_contents), in SSLAddCertData() 136 Source<TabContents> source(tab_contents_); in SSLAddCertData() 147 tab_contents_->ReplaceInfoBar(infobar_delegate_, delegate); in ShowInfoBar() 149 tab_contents_->AddInfoBar(delegate); in ShowInfoBar() 155 ShowInfoBar(new SimpleAlertInfoBarDelegate(tab_contents_, GetCertIcon(), in ShowErrorInfoBar() 175 : tab_contents_(tab_contents) { in TabContentsSSLHelper() [all …]
|
D | web_drag_dest_gtk.cc | 44 : tab_contents_(tab_contents), in WebDragDestGtk() 84 tab_contents_->render_view_host()->DragTargetDragLeave(); in DragLeave() 86 if (tab_contents_->GetBookmarkDragDelegate()) { in DragLeave() 87 tab_contents_->GetBookmarkDragDelegate()->OnDragLeave(bookmark_drag_data_); in DragLeave() 125 tab_contents_->render_view_host()-> in OnDragMotion() 130 if (tab_contents_->GetBookmarkDragDelegate()) in OnDragMotion() 131 tab_contents_->GetBookmarkDragDelegate()->OnDragOver(bookmark_drag_data_); in OnDragMotion() 218 tab_contents_->profile(), NULL, NULL)); in OnDragDataReceived() 219 bookmark_drag_data_.SetOriginatingProfile(tab_contents_->profile()); in OnDragDataReceived() 229 tab_contents_->render_view_host()-> in OnDragDataReceived() [all …]
|
/external/chromium/chrome/browser/ui/find_bar/ |
D | find_bar_controller.cc | 25 tab_contents_(NULL), in FindBarController() 30 DCHECK(!tab_contents_); in ~FindBarController() 34 FindTabHelper* find_tab_helper = tab_contents_->find_tab_helper(); in Show() 52 if (tab_contents_) { in EndFindSession() 53 FindTabHelper* find_tab_helper = tab_contents_->find_tab_helper(); in EndFindSession() 69 if (tab_contents_) { in ChangeTabContents() 74 tab_contents_ = contents; in ChangeTabContents() 79 (!tab_contents_ || !tab_contents_->find_tab_helper()->find_ui_active())) { in ChangeTabContents() 83 if (!tab_contents_) in ChangeTabContents() 87 Source<TabContents>(tab_contents_->tab_contents())); in ChangeTabContents() [all …]
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | tab_contents_container_native.cc | 25 tab_contents_(NULL) { in TabContentsContainer() 32 if (tab_contents_ && tab_contents_->GetRenderWidgetHostView()) { in SetReservedContentsRect() 33 tab_contents_->GetRenderWidgetHostView()->set_reserved_contents_rect( in SetReservedContentsRect() 39 if (tab_contents_) { in ChangeTabContents() 40 native_container_->DetachContents(tab_contents_); in ChangeTabContents() 41 tab_contents_->WasHidden(); in ChangeTabContents() 44 tab_contents_ = contents; in ChangeTabContents() 47 if (tab_contents_) { in ChangeTabContents() 48 RenderWidgetHostViewChanged(tab_contents_->GetRenderWidgetHostView()); in ChangeTabContents() 49 native_container_->AttachContents(tab_contents_); in ChangeTabContents()
|
D | tab_contents_container_views.cc | 27 : tab_contents_(NULL) { in TabContentsContainer() 39 if (tab_contents_) { in ChangeTabContents() 40 views::View *v = static_cast<TabContentsViewTouch*>(tab_contents_->view()); in ChangeTabContents() 42 tab_contents_->WasHidden(); in ChangeTabContents() 45 tab_contents_ = contents; in ChangeTabContents() 48 if (tab_contents_) { in ChangeTabContents()
|
D | tab_contents_container.cc | 22 if (tab_contents_) in ~TabContentsContainer() 60 Source<NavigationController>(&tab_contents_->controller())); in AddObservers() 64 Source<TabContents>(tab_contents_)); in AddObservers() 74 DCHECK(contents == tab_contents_); in TabContentsDestroyed()
|
/external/chromium/chrome/browser/ |
D | repost_form_warning_controller.cc | 12 : tab_contents_(tab_contents), in RepostFormWarningController() 33 window_ = tab_contents_->CreateConstrainedDialog(window_delegate); in Show() 37 if (tab_contents_) { in Cancel() 38 tab_contents_->controller().CancelPendingReload(); in Cancel() 44 if (tab_contents_) { in Continue() 45 tab_contents_->controller().ContinuePendingReload(); in Continue() 56 if (tab_contents_ && in Observe() 61 &tab_contents_->controller()); in Observe() 68 tab_contents_ = NULL; in CloseDialog()
|
D | external_tab_container_win.cc | 112 return tab_contents_.get() ? tab_contents_->tab_contents() : NULL; in tab_contents() 148 tab_contents_.reset(existing_contents); in Init() 149 tab_contents_->controller().set_profile(profile); in Init() 153 tab_contents_.reset(new TabContentsWrapper(new_contents)); in Init() 156 tab_contents_->tab_contents()->set_delegate(this); in Init() 158 tab_contents_->tab_contents()-> in Init() 163 tab_contents_->render_view_host()->AllowBindings( in Init() 167 NavigationController* controller = &tab_contents_->controller(); in Init() 175 Source<TabContents>(tab_contents_->tab_contents())); in Init() 205 ::ShowWindow(tab_contents_->tab_contents()->GetNativeView(), SW_SHOWNA); in Init() [all …]
|
D | password_manager_delegate_impl.cc | 117 tab_contents_->render_view_host()->Send(new AutofillMsg_FillPasswordForm( in FillPasswordForm() 118 tab_contents_->render_view_host()->routing_id(), form_data)); in FillPasswordForm() 123 tab_contents_->AddInfoBar( in AddSavePasswordInfoBar() 124 new SavePasswordInfoBarDelegate(tab_contents_, form_to_save)); in AddSavePasswordInfoBar() 128 return tab_contents_->profile(); in GetProfileForPasswordManager() 132 return tab_contents_->controller().ssl_manager()-> in DidLastPageLoadEncounterSSLErrors()
|
D | pdf_unsupported_feature.cc | 51 tab_contents_(tab_contents) { in PDFEnableAdobeReaderConfirmInfoBarDelegate() 70 tab_contents_->profile()->GetPrefs()->SetBoolean( in Accept() 120 TabContents* tab_contents_; member in __anon2506830f0111::PDFEnableAdobeReaderConfirmInfoBarDelegate 240 tab_contents_(tab_contents), in PDFUnsupportedFeatureConfirmInfoBarDelegate() 315 OpenReaderUpdateURL(tab_contents_); in OnYes() 325 tab_contents_, reader_webplugininfo_); in OnYes() 331 if (tab_contents_->profile()->GetPrefs()->GetBoolean( in OnYes() 333 bar = new PDFEnableAdobeReaderConfirmInfoBarDelegate(tab_contents_); in OnYes() 337 OpenUsingReader(tab_contents_, reader_webplugininfo_, this, bar); in OnYes() 340 OpenUsingReader(tab_contents_, reader_webplugininfo_, NULL, NULL); in OnYes() [all …]
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_started_animation_gtk.cc | 64 TabContents* tab_contents_; member in __anondfd9f55d0111::DownloadStartedAnimationGtk 82 tab_contents_(tab_contents) { in DownloadStartedAnimationGtk() 94 tab_contents_->GetContainerBounds(&tab_contents_bounds_); in DownloadStartedAnimationGtk() 101 Source<TabContents>(tab_contents_)); in DownloadStartedAnimationGtk() 105 Source<TabContents>(tab_contents_)); in DownloadStartedAnimationGtk() 135 if (!tab_contents_) in Reposition() 147 if (!tab_contents_) in Close() 153 Source<TabContents>(tab_contents_)); in Close() 157 Source<TabContents>(tab_contents_)); in Close() 159 tab_contents_ = NULL; in Close() [all …]
|
/external/chromium/chrome/browser/ui/views/download/ |
D | download_started_animation_win.cc | 61 TabContents* tab_contents_; member in __anonf7474fed0111::DownloadStartedAnimationWin 80 tab_contents_(tab_contents) { in DownloadStartedAnimationWin() 89 tab_contents_->GetContainerBounds(&tab_contents_bounds_); in DownloadStartedAnimationWin() 96 Source<TabContents>(tab_contents_)); in DownloadStartedAnimationWin() 100 Source<TabContents>(tab_contents_)); in DownloadStartedAnimationWin() 110 popup_->Init(tab_contents_->GetNativeView(), rc); in DownloadStartedAnimationWin() 119 if (!tab_contents_) in Reposition() 136 if (!tab_contents_) in Close() 142 Source<TabContents>(tab_contents_)); in Close() 146 Source<TabContents>(tab_contents_)); in Close() [all …]
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_window.cc | 72 tab_contents_ = in DevToolsWindow() 74 tab_contents_->tab_contents()-> in DevToolsWindow() 76 tab_contents_->controller().LoadURL( in DevToolsWindow() 80 NavigationEntry* entry = tab_contents_->controller().GetActiveEntry(); in DevToolsWindow() 87 Source<NavigationController>(&tab_contents_->controller())); in DevToolsWindow() 90 Source<NavigationController>(&tab_contents_->controller())); in DevToolsWindow() 105 tab_contents_->tab_contents()->render_view_host(); in SendMessageToClient() 119 delete tab_contents_; in InspectedTabClosing() 146 tab_contents_->tab_contents()->set_delegate(this); in Show() 148 tab_contents_->view()->SetInitialFocus(); in Show() [all …]
|
/external/chromium/chrome/browser/ui/views/ |
D | dom_view.cc | 14 DOMView::DOMView() : tab_contents_(NULL), initialized_(false) { in DOMView() 28 tab_contents_.reset(CreateTabContents(profile, instance)); in Init() 43 tab_contents_->controller().LoadURL(url, GURL(), PageTransition::START_PAGE); in LoadURL() 54 tab_contents_->Focus(); in OnFocus() 62 if (is_add && GetWidget() && !native_view() && tab_contents_.get()) in ViewHierarchyChanged() 70 AttachToView(static_cast<TabContentsViewTouch*>(tab_contents_->view())); in AttachTabContents() 72 Attach(tab_contents_->GetNativeView()); in AttachTabContents()
|
D | textfield_views.cc | 30 if (tab_contents_.get() && tab_contents_->web_ui()) { in web_ui() 31 web_ui = static_cast<TextfieldsUI*>(tab_contents_->web_ui()); in web_ui()
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | infobar_container_gtk.cc | 78 tab_contents_(NULL), in InfoBarContainerGtk() 90 if (tab_contents_) in ChangeTabContents() 96 tab_contents_ = contents; in ChangeTabContents() 97 if (tab_contents_) { in ChangeTabContents() 99 Source<TabContents> source(tab_contents_); in ChangeTabContents() 109 tab_contents_->RemoveInfoBar(delegate); in RemoveDelegate() 142 for (size_t i = 0; i < tab_contents_->infobar_count(); ++i) { in UpdateInfoBars() 143 InfoBarDelegate* delegate = tab_contents_->GetInfoBarDelegateAt(i); in UpdateInfoBars() 204 for (size_t i = 1; i < tab_contents_->infobar_count(); ++i) { in RemoveInfoBar() 205 if (tab_contents_->GetInfoBarDelegateAt(i - 1) == delegate) { in RemoveInfoBar() [all …]
|
/external/chromium/chrome/browser/ui/search_engines/ |
D | template_url_fetcher_ui_callbacks.cc | 20 tab_contents_(tab_contents) { in TemplateURLFetcherUICallbacks() 23 Source<TabContents>(tab_contents_)); in TemplateURLFetcherUICallbacks() 33 if (!source_ || !source_->delegate() || !tab_contents_) in ConfirmSetDefaultSearchProvider() 37 tab_contents_, in ConfirmSetDefaultSearchProvider() 58 DCHECK(source == Source<TabContents>(tab_contents_)); in Observe() 60 tab_contents_ = NULL; in Observe()
|
/external/chromium/chrome/browser/ui/web_applications/ |
D | web_app_ui.cc | 72 TabContentsWrapper* tab_contents_; member in __anon91bc4d3d0111::UpdateShortcutWorker 93 : tab_contents_(tab_contents), in UpdateShortcutWorker() 95 web_app::GetShortcutInfoForTab(tab_contents_, &shortcut_info_); in UpdateShortcutWorker() 96 web_app::GetIconsInfo(tab_contents_->extension_tab_helper()->web_app_info(), in UpdateShortcutWorker() 101 Source<NavigationController>(&tab_contents_->controller())); in UpdateShortcutWorker() 114 &tab_contents_->controller()) { in Observe() 116 tab_contents_ = NULL; in Observe() 125 if (tab_contents_ == NULL) { in DownloadIcon() 136 tab_contents_->tab_contents()->favicon_helper().DownloadImage( in DownloadIcon() 148 if (tab_contents_ == NULL) { in OnIconDownloaded() [all …]
|
/external/chromium/chrome/browser/extensions/ |
D | theme_installed_infobar_delegate.cc | 32 tab_contents_(tab_contents) { in ThemeInstalledInfoBarDelegate() 104 if (tab_contents_ && !tab_contents_->is_being_destroyed()) { in Observe() 105 tab_contents_->RemoveInfoBar(this); in Observe() 110 tab_contents_ = NULL; in Observe()
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
D | js_modal_dialog.cc | 73 DCHECK((tab_contents_ != NULL) != (extension_host_ != NULL)); in JavaScriptAppModalDialog() 81 gfx::NativeWindow parent_window = tab_contents_ ? in CreateNativeDialog() 82 tab_contents_->GetMessageBoxRootWindow() : in CreateNativeDialog() 111 if (tab_contents_) { in InitNotifications() 113 Source<NavigationController>(&tab_contents_->controller())); in InitNotifications() 115 Source<TabContents>(tab_contents_)); in InitNotifications()
|
/external/chromium/chrome/browser/ui/views/infobars/ |
D | infobar_container.cc | 19 tab_contents_(NULL), in InfoBarContainer() 42 tab_contents_ = contents; in ChangeTabContents() 43 if (tab_contents_) { in ChangeTabContents() 44 Source<TabContents> tc_source(tab_contents_); in ChangeTabContents() 52 for (size_t i = 0; i < tab_contents_->infobar_count(); ++i) { in ChangeTabContents() 55 AddInfoBar(tab_contents_->GetInfoBarDelegateAt(i)->CreateInfoBar(), false, in ChangeTabContents() 97 tab_contents_->RemoveInfoBar(delegate); in RemoveDelegate()
|
/external/chromium/chrome/browser/translate/ |
D | translate_infobar_delegate.cc | 107 TranslateManager::GetInstance()->TranslatePage(tab_contents_, in Translate() 113 TranslateManager::GetInstance()->RevertTranslation(tab_contents_); in RevertTranslation() 114 tab_contents_->RemoveInfoBar(this); in RevertTranslation() 118 TranslateManager::GetInstance()->ReportLanguageDetectionError(tab_contents_); in ReportLanguageDetectionError() 134 tab_contents_)->translate_tab_helper(); in TranslationDeclined() 148 tab_contents_->RemoveInfoBar(this); in ToggleLanguageBlacklist() 166 tab_contents_->RemoveInfoBar(this); in ToggleSiteBlacklist() 196 tab_contents_->RemoveInfoBar(this); in NeverTranslatePageLanguage() 250 TranslateManager::GetInstance()->TranslatePage(tab_contents_, in MessageInfoBarButtonPressed() 315 tab_contents_(tab_contents), in TranslateInfoBarDelegate() [all …]
|
/external/chromium/android/content/browser/tab_contents/ |
D | tab_contents_observer.h | 19 tab_contents_ = tab_contents; in TabContentsObserver() 24 TabContents* tab_contents() { return tab_contents_; } in tab_contents() 29 TabContents* tab_contents_; variable
|
/external/chromium/chrome/browser/ui/gtk/ |
D | sad_tab_gtk.cc | 53 : tab_contents_(tab_contents), in SadTabGtk() 55 DCHECK(tab_contents_); in SadTabGtk() 111 if (tab_contents_ != NULL) { in SadTabGtk() 131 if (tab_contents_ != NULL) { in OnLinkButtonClick() 137 tab_contents_->OpenURL(help_url, GURL(), CURRENT_TAB, PageTransition::LINK); in OnLinkButtonClick()
|