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

  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc 101 frame_container_(NULL),
111 if (frame_container_) {
112 GtkWidget* widget = frame_container_;
113 frame_container_ = NULL;
148 if (frame_container_) {
149 // It's possible that |frame_container_| was destroyed before the
151 gtk_widget_hide(frame_container_);
157 if (!frame_container_) {
169 gtk_window_get_position(GTK_WINDOW(frame_container_), &start_x, &start_y);
170 gtk_window_get_size(GTK_WINDOW(frame_container_), &start_w, &start_h)
    [all...]
balloon_view_gtk.h 102 GtkWidget* frame_container_; member in class:BalloonViewImpl
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 98 frame_container_(NULL),
159 // The BalloonViewImpl has to be detached from frame_container_ now
162 frame_container_->GetRootView()->RemoveAllChildViews(true);
163 frame_container_->CloseNow();
172 if (!html_container_ || !frame_container_)
177 html_container_->MoveAboveWidget(frame_container_);
189 DCHECK(frame_container_);
194 frame_container_->SetBounds(
209 anim_frame_start_ = frame_container_->GetClientAreaScreenBounds();
237 frame_container_->SetBounds(frame_position)
    [all...]
balloon_view.h 139 views::Widget* frame_container_; member in class:BalloonViewImpl

Completed in 202 milliseconds