HomeSort by relevance Sort by last modified time
    Searched refs:html_contents_ (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view.cc 189 html_contents_(NULL),
205 if (html_contents_) {
206 html_contents_->Shutdown();
215 html_contents_ = new BalloonViewHost(balloon);
217 html_contents_->EnableWebUI();
218 AddChildView(html_contents_->view());
225 if (html_contents_->render_view_host())
226 html_contents_->render_view_host()->NavigateToURL(
244 return html_contents_;
259 html_contents_->view()->SetBounds(0, 0, size.width(), size.height())
    [all...]
balloon_view.h 110 BalloonViewHost* html_contents_; member in class:chromeos::BalloonViewImpl
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 143 return html_contents_.get();
147 html_contents_->Shutdown();
205 html_contents_->UpdateActualSize(contents_rect.size());
227 html_contents_.reset(new BalloonViewHost(balloon));
228 html_contents_->Init();
229 gfx::NativeView contents = html_contents_->native_view();
329 html_contents_->UpdateActualSize(balloon_->content_size());
344 DCHECK(html_contents_.get()) << "BalloonView::Update called before Show";
345 if (html_contents_->render_view_host())
346 html_contents_->render_view_host()->NavigateToURL
    [all...]
balloon_view_gtk.h 114 scoped_ptr<BalloonViewHost> html_contents_; member in class:BalloonViewImpl
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 100 html_contents_(NULL),
134 return html_contents_.get();
157 html_contents_->Shutdown();
199 html_contents_->SetPreferredSize(contents_rect.size());
200 RenderWidgetHostView* view = html_contents_->render_view_host()->view();
215 DCHECK(html_contents_.get()) << "BalloonView::Update called before Show";
216 if (html_contents_->render_view_host())
217 html_contents_->render_view_host()->NavigateToURL(
245 html_contents_->SetPreferredSize(contents_rect.size());
246 RenderWidgetHostView* view = html_contents_->render_view_host()->view()
    [all...]
balloon_view.h 146 scoped_ptr<BalloonViewHost> html_contents_; member in class:BalloonViewImpl
  /external/chromium/chrome/browser/
browser_focus_uitest.cc 149 r = file_util::ReadFileToString(file_path, &html_contents_);
154 return html_contents_;
180 std::string html_contents_; member in class:__anon3877::TestInterstitialPage
    [all...]

Completed in 350 milliseconds