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

  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 124 gfx::Rect anim_frame_start_; member in class:BalloonViewImpl
balloon_view_gtk.cc 177 anim_frame_start_ = gfx::Rect(start_x, start_y, start_w, start_h);
191 static_cast<int>(start * anim_frame_start_.x() +
193 static_cast<int>(start * anim_frame_start_.y() +
195 static_cast<int>(start * anim_frame_start_.width() +
197 static_cast<int>(start * anim_frame_start_.height() +
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 159 gfx::Rect anim_frame_start_; member in class:BalloonViewImpl
balloon_view.cc 209 anim_frame_start_ = frame_container_->GetClientAreaScreenBounds();
229 static_cast<int>(s * anim_frame_start_.x() +
231 static_cast<int>(s * anim_frame_start_.y() +
233 static_cast<int>(s * anim_frame_start_.width() +
235 static_cast<int>(s * anim_frame_start_.height() +

Completed in 256 milliseconds