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

  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 99 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_->SetShape(path.CreateNativeRegion())
    [all...]
balloon_view.h 143 views::Widget* html_container_; member in class:BalloonViewImpl
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 111 GtkWidget* html_container_; member in class:BalloonViewImpl
balloon_view_gtk.cc 102 html_container_(NULL),

Completed in 55 milliseconds