HomeSort by relevance Sort by last modified time
    Searched refs:html_contents_ (Results 1 - 12 of 12) 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_org/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 144 return html_contents_.get();
148 html_contents_->Shutdown();
206 html_contents_->UpdateActualSize(contents_rect.size());
233 html_contents_.reset(new BalloonViewHost(balloon));
234 html_contents_->Init();
235 gfx::NativeView contents = html_contents_->native_view();
320 html_contents_->UpdateActualSize(balloon_->content_size());
336 DCHECK(html_contents_.get()) << "BalloonView::Update called before Show";
337 if (!html_contents_->web_contents())
339 html_contents_->web_contents()->GetController().LoadURL
    [all...]
balloon_view_gtk.h 113 scoped_ptr<BalloonViewHost> html_contents_; member in class:BalloonViewImpl
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.cc 113 html_contents_->Shutdown();
136 return html_contents_.get();
205 html_contents_->SetPreferredSize(contents_rect.size());
207 html_contents_->web_contents()->GetRenderWidgetHostView();
220 // Tls might get called before html_contents_ is set in Show() if more than
224 if (!html_contents_.get() || !html_contents_->web_contents())
226 html_contents_->web_contents()->GetController().LoadURL(
245 html_contents_->SetPreferredSize(contents_rect.size());
247 html_contents_->web_contents()->GetRenderWidgetHostView()
    [all...]
balloon_view_views.h 138 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:__anon4342::TestInterstitialPage
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 175 r = file_util::ReadFileToString(file_path, &html_contents_);
183 return html_contents_;
199 std::string html_contents_; member in class:__anon8454::TestInterstitialPage
    [all...]

Completed in 4790 milliseconds