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

  /external/chromium_org/chrome_frame/infobars/internal/
infobar_window.h 92 int current_height_; member in class:InfobarWindow
  /external/chromium_org/chrome/browser/ui/gtk/
screen_capture_notification_ui_gtk.cc 46 int current_height_; member in class:ScreenCaptureNotificationUIGtk
56 current_height_(0) {
94 current_height_ = current_width_ = 0;
189 if (event->width == current_width_ && event->height == current_height_)
193 current_height_ = event->height;
197 gdk_pixmap_new(NULL, current_width_, current_height_, 1);
212 AddRoundRectPath(cairo_context, current_width_, current_height_,
222 gdk_pixmap_new(NULL, current_width_, current_height_, 24);
232 AddRoundRectPath(cairo_context, current_width_, current_height_,
239 double gripper_top = current_height_ / 2 - 10.5
    [all...]
  /external/chromium_org/remoting/host/
disconnect_window_gtk.cc 50 int current_height_; member in class:remoting::__anon10143::DisconnectWindowGtk
71 current_height_(0) {
122 current_height_ = current_width_ = 0;
192 if (event->width == current_width_ && event->height == current_height_)
196 current_height_ = event->height;
199 GdkPixmap* shape_mask = gdk_pixmap_new(NULL, current_width_, current_height_,
215 AddRoundRectPath(cairo_context, current_width_, current_height_,
224 GdkPixmap* background = gdk_pixmap_new(NULL, current_width_, current_height_,
235 AddRoundRectPath(cairo_context, current_width_, current_height_,
242 double gripper_top = current_height_ / 2 - 10.5
    [all...]
  /external/chromium_org/ui/gfx/
text_elider.cc 808 current_height_(0),
874 int current_height_; member in class:gfx::__anon14950::RectangleText
    [all...]

Completed in 465 milliseconds