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/notifications/
balloon_collection_impl.cc 439 int current_height = (*iter)->GetBounds().height(); local
440 if (current_height > offset_to_move_above_panels)
441 offset_to_move_above_panels = current_height;
451 int current_height = (*iter)->GetBounds().height(); local
452 if (current_height > offset_to_move_above_panels)
453 offset_to_move_above_panels = current_height;
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 353 gint current_height = 0; local
354 gtk_window_get_size(window_, &current_width, &current_height);
367 rect_with_decorations.height - current_height - top_inset,
378 gint current_height = 0; local
379 gtk_window_get_size(window_, &current_width, &current_height);
381 current_height / 2 - size.height() / 2);
  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc 288 int current_height = DisplayHeight(display_, DefaultScreen(display_)); local
290 << " current=" << current_width << "x" << current_height; local
291 if (width == current_width && height == current_height)
380 int current_height = DisplayHeight(display_, DefaultScreen(display_)); local
381 if (mode_width > current_width || mode_height > current_height) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 496 int current_height = 0; local
499 current_height += GetRowHeightFromId(identifiers()[i]);
501 if (y <= current_height)
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 2064 int current_height = 0; local
    [all...]

Completed in 131 milliseconds