Home
last modified time | relevance | path

Searched refs:html_contents_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
Dballoon_view.cc189 html_contents_(NULL), in BalloonViewImpl()
205 if (html_contents_) { in ~BalloonViewImpl()
206 html_contents_->Shutdown(); in ~BalloonViewImpl()
215 html_contents_ = new BalloonViewHost(balloon); in Show()
217 html_contents_->EnableWebUI(); in Show()
218 AddChildView(html_contents_->view()); in Show()
225 if (html_contents_->render_view_host()) in Update()
226 html_contents_->render_view_host()->NavigateToURL( in Update()
244 return html_contents_; in GetHost()
259 html_contents_->view()->SetBounds(0, 0, size.width(), size.height()); in Layout()
[all …]
Dballoon_view.h110 BalloonViewHost* html_contents_; variable
/external/chromium/chrome/browser/ui/views/notifications/
Dballoon_view.cc100 html_contents_(NULL), in BalloonViewImpl()
134 return html_contents_.get(); in GetHost()
157 html_contents_->Shutdown(); in DelayedClose()
199 html_contents_->SetPreferredSize(contents_rect.size()); in RepositionToBalloon()
200 RenderWidgetHostView* view = html_contents_->render_view_host()->view(); in RepositionToBalloon()
215 DCHECK(html_contents_.get()) << "BalloonView::Update called before Show"; in Update()
216 if (html_contents_->render_view_host()) in Update()
217 html_contents_->render_view_host()->NavigateToURL( in Update()
245 html_contents_->SetPreferredSize(contents_rect.size()); in AnimationProgressed()
246 RenderWidgetHostView* view = html_contents_->render_view_host()->view(); in AnimationProgressed()
[all …]
Dballoon_view.h146 scoped_ptr<BalloonViewHost> html_contents_; variable
/external/chromium/chrome/browser/ui/gtk/notifications/
Dballoon_view_gtk.cc143 return html_contents_.get(); in GetHost()
147 html_contents_->Shutdown(); in DelayedClose()
205 html_contents_->UpdateActualSize(contents_rect.size()); in AnimationProgressed()
227 html_contents_.reset(new BalloonViewHost(balloon)); in Show()
228 html_contents_->Init(); in Show()
229 gfx::NativeView contents = html_contents_->native_view(); in Show()
329 html_contents_->UpdateActualSize(balloon_->content_size()); in Show()
344 DCHECK(html_contents_.get()) << "BalloonView::Update called before Show"; in Update()
345 if (html_contents_->render_view_host()) in Update()
346 html_contents_->render_view_host()->NavigateToURL( in Update()
Dballoon_view_gtk.h114 scoped_ptr<BalloonViewHost> html_contents_; variable
/external/chromium/chrome/browser/
Dbrowser_focus_uitest.cc149 r = file_util::ReadFileToString(file_path, &html_contents_); in TestInterstitialPage()
154 return html_contents_; in GetHTMLContents()
180 std::string html_contents_; member in __anona46ba5fe0111::TestInterstitialPage