/external/chromium_org/chrome/browser/ui/gtk/ |
screen_capture_notification_ui_gtk.cc | 48 int current_height_; member in class:ScreenCaptureNotificationUIGtk 58 current_height_(0) { 96 current_height_ = current_width_ = 0; 191 if (event->width == current_width_ && event->height == current_height_) 195 current_height_ = event->height; 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_, 241 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::__anon12142::DisconnectWindowGtk 71 current_height_(0) { 122 current_height_ = current_width_ = 0; 191 if (event->width == current_width_ && event->height == current_height_) 195 current_height_ = event->height; 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_, 241 double gripper_top = current_height_ / 2 - 10.5 [all...] |
/external/chromium_org/chrome_frame/infobars/internal/ |
infobar_window.cc | 37 current_height_(0), 101 current_height_ = CalculateHeight(); 107 infobar_rect.bottom = rect->top + current_height_; 111 infobar_rect.top = rect->bottom - current_height_; 123 if (current_height_ == target_height_) { 125 if (current_height_ == 0) 131 initial_height_ = current_height_;
|
infobar_window.h | 92 int current_height_; member in class:InfobarWindow
|
/external/chromium_org/ui/base/text/ |
text_elider.cc | 789 current_height_(0), 855 int current_height_; member in class:__anon16654::RectangleText [all...] |