Searched refs:current_width (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_window_util.cc209 gint current_width = 0; local
211 gtk_window_get_size(window, &current_width, &current_height);
219 if (current_width == size_with_decorations.width &&
237 if (size_with_decorations.width > current_width) {
239 current_width);
/external/chromium_org/chrome/browser/ui/gtk/apps/
H A Dnative_app_window_gtk.cc352 gint current_width = 0;
354 gtk_window_get_size(window_, &current_width, &current_height);
368 rect_with_decorations.width - current_width - left_inset);
377 gint current_width = 0; local
379 gtk_window_get_size(window_, &current_width, &current_height);
380 return gfx::Point(current_width / 2 - size.width() / 2,
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller.cc381 int current_width = 0; local
389 if (current_width + word_width > available_width) {
393 current_width = 0;
396 current_width += word_width;
/external/chromium_org/chromeos/display/
H A Dreal_output_configurator_delegate.cc287 int current_width = DisplayWidth(display_, DefaultScreen(display_)); local
290 << " current=" << current_width << "x" << current_height;
291 if (width == current_width && height == current_height)
379 int current_width = DisplayWidth(display_, DefaultScreen(display_)); local
381 if (mode_width > current_width || mode_height > current_height) {
/external/skia/tools/
H A DPictureRenderer.cpp464 int current_width = largest_possible_tile_size; local
467 fTileWidth = current_width;
469 while (current_width >= fTileMinPowerOf2Width) {
471 if (current_width & rounded_value) {
478 SkIntToScalar(current_width),
480 tile_x_start += current_width;
483 current_width >>= 1;
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.cc167 const int current_width = label.GetPreferredSize().width(); local
169 if (label.GetPreferredSize().width() < current_width)
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc476 int current_width,
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc482 int current_width,

Completed in 218 milliseconds