HomeSort by relevance Sort by last modified time
    Searched full:tab_contents_ (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/chromium/chrome/browser/
repost_form_warning_controller.cc 12 : tab_contents_(tab_contents),
33 window_ = tab_contents_->CreateConstrainedDialog(window_delegate);
37 if (tab_contents_) {
38 tab_contents_->controller().CancelPendingReload();
44 if (tab_contents_) {
45 tab_contents_->controller().ContinuePendingReload();
56 if (tab_contents_ &&
61 &tab_contents_->controller());
68 tab_contents_ = NULL;
password_manager_delegate_impl.h 16 : tab_contents_(contents) { }
25 TabContents* tab_contents_; member in class:PasswordManagerDelegateImpl
plugin_installer_infobar_delegate.cc 18 tab_contents_(tab_contents) {
49 tab_contents_->render_view_host()->InstallMissingPlugin();
62 tab_contents_->OpenURL(GURL(kLearnMorePluginInstallerUrl), GURL(),
external_tab_container_win.cc 112 return tab_contents_.get() ? tab_contents_->tab_contents() : NULL;
148 tab_contents_.reset(existing_contents);
149 tab_contents_->controller().set_profile(profile);
153 tab_contents_.reset(new TabContentsWrapper(new_contents));
156 tab_contents_->tab_contents()->set_delegate(this);
158 tab_contents_->tab_contents()->
163 tab_contents_->render_view_host()->AllowBindings(
167 NavigationController* controller = &tab_contents_->controller();
175 Source<TabContents>(tab_contents_->tab_contents()))
    [all...]
password_manager_delegate_impl.cc 117 tab_contents_->render_view_host()->Send(new AutofillMsg_FillPasswordForm(
118 tab_contents_->render_view_host()->routing_id(), form_data));
123 tab_contents_->AddInfoBar(
124 new SavePasswordInfoBarDelegate(tab_contents_, form_to_save));
128 return tab_contents_->profile();
132 return tab_contents_->controller().ssl_manager()->
pdf_unsupported_feature.cc 51 tab_contents_(tab_contents) {
70 tab_contents_->profile()->GetPrefs()->SetBoolean(
120 TabContents* tab_contents_; member in class:__anon4738::PDFEnableAdobeReaderConfirmInfoBarDelegate
240 tab_contents_(tab_contents),
315 OpenReaderUpdateURL(tab_contents_);
325 tab_contents_, reader_webplugininfo_);
331 if (tab_contents_->profile()->GetPrefs()->GetBoolean(
333 bar = new PDFEnableAdobeReaderConfirmInfoBarDelegate(tab_contents_);
337 OpenUsingReader(tab_contents_, reader_webplugininfo_, this, bar);
340 OpenUsingReader(tab_contents_, reader_webplugininfo_, NULL, NULL)
356 TabContents* tab_contents_; member in class:__anon4738::PDFUnsupportedFeatureConfirmInfoBarDelegate
    [all...]
  /external/chromium/android/content/browser/tab_contents/
tab_contents_observer.h 19 tab_contents_ = tab_contents;
24 TabContents* tab_contents() { return tab_contents_; }
29 TabContents* tab_contents_; member in class:TabContentsObserver
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.cc 51 : tab_contents_(tab_contents) {}
71 tab_contents_->OpenURL(GURL(url), GURL(), CURRENT_TAB,
79 TabContents* tab_contents_; member in class:InterstitialDropTarget
86 tab_contents_(tab_contents),
99 current_rvh_ = tab_contents_->render_view_host();
104 if (tab_contents_->showing_interstitial_page())
119 tab_contents_->render_view_host()->DragTargetDragEnter(drop_data,
124 // This is non-null if tab_contents_ is showing an ExtensionWebUI with
126 if (tab_contents_->GetBookmarkDragDelegate()) {
131 tab_contents_->GetBookmarkDragDelegate()->OnDragEnter(bookmark_drag_data)
    [all...]
tab_contents_ssl_helper.cc 53 TabContents* tab_contents_; // The TabContents we are attached to. member in class:__anon4957::SSLCertAddedInfoBarDelegate
61 tab_contents_(tab_contents),
98 ShowCertificateViewer(tab_contents_->GetMessageBoxRootWindow(), cert_);
126 TabContents* tab_contents_; member in class:TabContentsSSLHelper::SSLAddCertData
134 : tab_contents_(tab_contents),
136 Source<TabContents> source(tab_contents_);
147 tab_contents_->ReplaceInfoBar(infobar_delegate_, delegate);
149 tab_contents_->AddInfoBar(delegate);
155 ShowInfoBar(new SimpleAlertInfoBarDelegate(tab_contents_, GetCertIcon(),
175 : tab_contents_(tab_contents)
    [all...]
web_drag_dest_gtk.cc 44 : tab_contents_(tab_contents),
84 tab_contents_->render_view_host()->DragTargetDragLeave();
86 if (tab_contents_->GetBookmarkDragDelegate()) {
87 tab_contents_->GetBookmarkDragDelegate()->OnDragLeave(bookmark_drag_data_);
125 tab_contents_->render_view_host()->
130 if (tab_contents_->GetBookmarkDragDelegate())
131 tab_contents_->GetBookmarkDragDelegate()->OnDragOver(bookmark_drag_data_);
218 tab_contents_->profile(), NULL, NULL));
219 bookmark_drag_data_.SetOriginatingProfile(tab_contents_->profile());
229 tab_contents_->render_view_host()-
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container_native.cc 25 tab_contents_(NULL) {
32 if (tab_contents_ && tab_contents_->GetRenderWidgetHostView()) {
33 tab_contents_->GetRenderWidgetHostView()->set_reserved_contents_rect(
39 if (tab_contents_) {
40 native_container_->DetachContents(tab_contents_);
41 tab_contents_->WasHidden();
44 tab_contents_ = contents;
47 if (tab_contents_) {
48 RenderWidgetHostViewChanged(tab_contents_->GetRenderWidgetHostView())
    [all...]
tab_contents_container_views.cc 27 : tab_contents_(NULL) {
39 if (tab_contents_) {
40 views::View *v = static_cast<TabContentsViewTouch*>(tab_contents_->view());
42 tab_contents_->WasHidden();
45 tab_contents_ = contents;
48 if (tab_contents_) {
tab_contents_container.cc 22 if (tab_contents_)
60 Source<NavigationController>(&tab_contents_->controller()));
64 Source<TabContents>(tab_contents_));
74 DCHECK(contents == tab_contents_);
  /external/chromium/chrome/browser/ui/views/
dom_view.cc 14 DOMView::DOMView() : tab_contents_(NULL), initialized_(false) {
28 tab_contents_.reset(CreateTabContents(profile, instance));
43 tab_contents_->controller().LoadURL(url, GURL(), PageTransition::START_PAGE);
54 tab_contents_->Focus();
60 // the native view has not been attached yet and tab_contents_ exists.
62 if (is_add && GetWidget() && !native_view() && tab_contents_.get())
70 AttachToView(static_cast<TabContentsViewTouch*>(tab_contents_->view()));
72 Attach(tab_contents_->GetNativeView());
textfield_views.cc 30 if (tab_contents_.get() && tab_contents_->web_ui()) {
31 web_ui = static_cast<TextfieldsUI*>(tab_contents_->web_ui());
  /external/chromium/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.cc 20 tab_contents_(tab_contents) {
23 Source<TabContents>(tab_contents_));
33 if (!source_ || !source_->delegate() || !tab_contents_)
37 tab_contents_,
58 DCHECK(source == Source<TabContents>(tab_contents_));
60 tab_contents_ = NULL;
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 25 tab_contents_(NULL),
30 DCHECK(!tab_contents_);
34 FindTabHelper* find_tab_helper = tab_contents_->find_tab_helper();
50 // |tab_contents_| can be NULL for a number of reasons, for example when the
52 if (tab_contents_) {
53 FindTabHelper* find_tab_helper = tab_contents_->find_tab_helper();
69 if (tab_contents_) {
74 tab_contents_ = contents;
79 (!tab_contents_ || !tab_contents_->find_tab_helper()->find_ui_active()))
    [all...]
  /external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.cc 17 tab_contents_(tab_contents) {
43 tab_contents_->controller().Reload(true);
  /external/chromium/chrome/browser/debugger/
devtools_window.cc 72 tab_contents_ =
74 tab_contents_->tab_contents()->
76 tab_contents_->controller().LoadURL(
80 NavigationEntry* entry = tab_contents_->controller().GetActiveEntry();
87 Source<NavigationController>(&tab_contents_->controller()));
90 Source<NavigationController>(&tab_contents_->controller()));
105 tab_contents_->tab_contents()->render_view_host();
119 delete tab_contents_;
146 tab_contents_->tab_contents()->set_delegate(this);
148 tab_contents_->view()->SetInitialFocus()
    [all...]
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 16 tab_contents_(tab_contents),
25 if (tab_contents_)
26 tab_contents_->Activate();
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 64 TabContents* tab_contents_; member in class:__anon5022::DownloadStartedAnimationGtk
82 tab_contents_(tab_contents) {
94 tab_contents_->GetContainerBounds(&tab_contents_bounds_);
101 Source<TabContents>(tab_contents_));
105 Source<TabContents>(tab_contents_));
135 if (!tab_contents_)
147 if (!tab_contents_)
153 Source<TabContents>(tab_contents_));
157 Source<TabContents>(tab_contents_));
159 tab_contents_ = NULL
    [all...]
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_container_gtk.cc 78 tab_contents_(NULL),
90 if (tab_contents_)
96 tab_contents_ = contents;
97 if (tab_contents_) {
99 Source<TabContents> source(tab_contents_);
109 tab_contents_->RemoveInfoBar(delegate);
142 for (size_t i = 0; i < tab_contents_->infobar_count(); ++i) {
143 InfoBarDelegate* delegate = tab_contents_->GetInfoBarDelegateAt(i);
204 for (size_t i = 1; i < tab_contents_->infobar_count(); ++i) {
205 if (tab_contents_->GetInfoBarDelegateAt(i - 1) == delegate)
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 61 TabContents* tab_contents_; member in class:__anon5117::DownloadStartedAnimationWin
80 tab_contents_(tab_contents) {
89 tab_contents_->GetContainerBounds(&tab_contents_bounds_);
96 Source<TabContents>(tab_contents_));
100 Source<TabContents>(tab_contents_));
110 popup_->Init(tab_contents_->GetNativeView(), rc);
119 if (!tab_contents_)
136 if (!tab_contents_)
142 Source<TabContents>(tab_contents_));
146 Source<TabContents>(tab_contents_));
    [all...]
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 72 TabContentsWrapper* tab_contents_; member in class:__anon5159::UpdateShortcutWorker
74 // Icons info from tab_contents_'s web app data.
77 // Cached shortcut data from the tab_contents_.
93 : tab_contents_(tab_contents),
95 web_app::GetShortcutInfoForTab(tab_contents_, &shortcut_info_);
96 web_app::GetIconsInfo(tab_contents_->extension_tab_helper()->web_app_info(),
101 Source<NavigationController>(&tab_contents_->controller()));
114 &tab_contents_->controller()) {
116 tab_contents_ = NULL;
125 if (tab_contents_ == NULL)
    [all...]
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container.cc 19 tab_contents_(NULL),
42 tab_contents_ = contents;
43 if (tab_contents_) {
44 Source<TabContents> tc_source(tab_contents_);
52 for (size_t i = 0; i < tab_contents_->infobar_count(); ++i) {
55 AddInfoBar(tab_contents_->GetInfoBarDelegateAt(i)->CreateInfoBar(), false,
97 tab_contents_->RemoveInfoBar(delegate);
148 // |delegate| in |tab_contents_|, because an InfoBar remains alive until its

Completed in 1374 milliseconds

1 2 3 4 5