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

  /external/chromium_org/chrome_frame/infobars/internal/
infobar_window.h 91 int current_width_; member in class:InfobarWindow
  /external/chromium_org/third_party/libwebp/enc/
vp8li.h 34 int current_width_; // Corresponds to packed image width. member in struct:__anon14026
  /external/webp/src/enc/
vp8li.h 34 int current_width_; // Corresponds to packed image width. member in struct:__anon30392
  /external/chromium_org/chrome/browser/ui/gtk/
screen_capture_notification_ui_gtk.cc 47 int current_width_; member in class:ScreenCaptureNotificationUIGtk
57 current_width_(0),
96 current_height_ = current_width_ = 0;
191 if (event->width == current_width_ && event->height == current_height_)
194 current_width_ = event->width;
199 gdk_pixmap_new(NULL, current_width_, current_height_, 1);
214 AddRoundRectPath(cairo_context, current_width_, current_height_,
224 gdk_pixmap_new(NULL, current_width_, current_height_, 24);
234 AddRoundRectPath(cairo_context, current_width_, current_height_,
  /external/chromium_org/remoting/host/
disconnect_window_gtk.cc 49 int current_width_; member in class:remoting::__anon12142::DisconnectWindowGtk
70 current_width_(0),
122 current_height_ = current_width_ = 0;
191 if (event->width == current_width_ && event->height == current_height_)
194 current_width_ = event->width;
198 GdkPixmap* shape_mask = gdk_pixmap_new(NULL, current_width_, current_height_,
214 AddRoundRectPath(cairo_context, current_width_, current_height_,
223 GdkPixmap* background = gdk_pixmap_new(NULL, current_width_, current_height_,
234 AddRoundRectPath(cairo_context, current_width_, current_height_,
  /external/chromium_org/ui/base/text/
text_elider.cc 788 current_width_(0),
852 int current_width_; member in class:__anon16654::RectangleText
    [all...]

Completed in 1946 milliseconds