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

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_window_util.cc 210 gint current_height = 0; local
211 gtk_window_get_size(window, &current_width, &current_height);
220 current_height == size_with_decorations.height) {
241 if (size_with_decorations.height > current_height) {
243 current_height);
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 375 gint current_height = 0; local
376 gtk_window_get_size(window_, &current_width, &current_height);
378 current_height / 2 - size.height() / 2);
383 gint current_height = 0; local
384 gtk_window_get_size(window_, &current_width, &current_height);
385 return gfx::Size(current_width, current_height);
674 gint current_height = 0; local
675 gtk_window_get_size(window_, &current_width, &current_height);
688 rect_with_decorations.height - current_height - top_inset,
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.cc 438 int current_height = (*iter)->GetBounds().height(); local
439 if (current_height > offset_to_move_above_panels)
440 offset_to_move_above_panels = current_height;
450 int current_height = (*iter)->GetBounds().height(); local
451 if (current_height > offset_to_move_above_panels)
452 offset_to_move_above_panels = current_height;
  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc 183 int current_height = DisplayHeight(display_, DefaultScreen(display_)); local
185 << " current=" << current_width << "x" << current_height; local
186 if (width == current_width && height == current_height)
449 int current_height = DisplayHeight(display_, DefaultScreen(display_)); local
451 mode_info->height > current_height) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 539 int current_height = AutofillPopupView::kBorderThickness; local
542 current_height += GetRowHeightFromId(identifiers()[i]);
544 if (y <= current_height)
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 2064 int current_height = 0; local
    [all...]

Completed in 1097 milliseconds