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

1 2 3 4 5

  /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/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/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/
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(),
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()->
plugin_installer_infobar_delegate.h 33 TabContents* tab_contents_; member in class:PluginInstallerInfoBarDelegate
repost_form_warning_controller.h 45 TabContents* tab_contents_; member in class:RepostFormWarningController
  /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/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());
dom_view.h 37 TabContents* tab_contents() const { return tab_contents_.get(); }
56 scoped_ptr<TabContents> tab_contents_; member in class:DOMView
  /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/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/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/extensions/
theme_installed_infobar_delegate.cc 32 tab_contents_(tab_contents) {
104 if (tab_contents_ && !tab_contents_->is_being_destroyed()) {
105 tab_contents_->RemoveInfoBar(this);
110 tab_contents_ = NULL;
  /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();
js_modal_dialog.cc 73 DCHECK((tab_contents_ != NULL) != (extension_host_ != NULL));
81 gfx::NativeWindow parent_window = tab_contents_ ?
82 tab_contents_->GetMessageBoxRootWindow() :
111 if (tab_contents_) {
113 Source<NavigationController>(&tab_contents_->controller()));
115 Source<TabContents>(tab_contents_));
  /external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.cc 17 tab_contents_(tab_contents) {
43 tab_contents_->controller().Reload(true);
collected_cookies_infobar_delegate.h 28 TabContents* tab_contents_; member in class:CollectedCookiesInfoBarDelegate

Completed in 337 milliseconds

1 2 3 4 5