Searched refs:html_container_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/notifications/
H A Dballoon_view_views.cc93 html_container_(NULL),
119 html_container_->GetRootView()->RemoveAllChildViews(true);
120 html_container_->Close();
182 if (!html_container_ || !frame_container_)
186 html_container_->SetBounds(contents_rect);
187 html_container_->StackAboveWidget(frame_container_);
191 html_container_->SetShape(path.CreateNativeRegion());
203 DCHECK(html_container_);
209 html_container_->SetBounds(contents_rect);
249 html_container_
[all...]
H A Dballoon_view_views.h132 views::Widget* html_container_; member in class:BalloonViewImpl
/external/chromium/chrome/browser/ui/views/notifications/
H A Dballoon_view.cc99 html_container_(NULL),
158 html_container_->CloseNow();
172 if (!html_container_ || !frame_container_)
176 html_container_->SetBounds(contents_rect);
177 html_container_->MoveAboveWidget(frame_container_);
181 html_container_->SetShape(path.CreateNativeRegion());
190 DCHECK(html_container_);
198 html_container_->SetBounds(contents_rect);
241 html_container_->SetBounds(contents_rect);
243 html_container_
[all...]
H A Dballoon_view.h143 views::Widget* html_container_; member in class:BalloonViewImpl
/external/chromium/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h111 GtkWidget* html_container_; member in class:BalloonViewImpl
H A Dballoon_view_gtk.cc102 html_container_(NULL),
/external/chromium_org/chrome/browser/ui/gtk/notifications/
H A Dballoon_view_gtk.h110 GtkWidget* html_container_; member in class:BalloonViewImpl
H A Dballoon_view_gtk.cc101 html_container_(NULL),

Completed in 978 milliseconds