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

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_window_util.cc 209 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/
native_app_window_gtk.cc 352 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/
tooltip_controller.cc 381 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/
real_output_configurator_delegate.cc 287 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/
PictureRenderer.cpp 464 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/
label_button.cc 167 const int current_width = label.GetPreferredSize().width(); local
169 if (label.GetPreferredSize().width() < current_width)
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 476 int current_width,
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 482 int current_width,

Completed in 211 milliseconds