Home
last modified time | relevance | path

Searched refs:current_height (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/apps/
Dnative_app_window_gtk.cc375 gint current_height = 0; in GetDialogPosition() local
376 gtk_window_get_size(window_, &current_width, &current_height); in GetDialogPosition()
378 current_height / 2 - size.height() / 2); in GetDialogPosition()
383 gint current_height = 0; in GetMaximumDialogSize() local
384 gtk_window_get_size(window_, &current_width, &current_height); in GetMaximumDialogSize()
385 return gfx::Size(current_width, current_height); in GetMaximumDialogSize()
674 gint current_height = 0; in GetFrameInsets() local
675 gtk_window_get_size(window_, &current_width, &current_height); in GetFrameInsets()
688 rect_with_decorations.height - current_height - top_inset, in GetFrameInsets()
/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_window_util.cc210 gint current_height = 0; in SetWindowSize() local
211 gtk_window_get_size(window, &current_width, &current_height); in SetWindowSize()
220 current_height == size_with_decorations.height) { in SetWindowSize()
241 if (size_with_decorations.height > current_height) { in SetWindowSize()
243 current_height); in SetWindowSize()
/external/chromium_org/chrome/browser/notifications/
Dballoon_collection_impl.cc438 int current_height = (*iter)->GetBounds().height(); in ComputeOffsetToMoveAbovePanels() local
439 if (current_height > offset_to_move_above_panels) in ComputeOffsetToMoveAbovePanels()
440 offset_to_move_above_panels = current_height; in ComputeOffsetToMoveAbovePanels()
450 int current_height = (*iter)->GetBounds().height(); in ComputeOffsetToMoveAbovePanels() local
451 if (current_height > offset_to_move_above_panels) in ComputeOffsetToMoveAbovePanels()
452 offset_to_move_above_panels = current_height; in ComputeOffsetToMoveAbovePanels()
/external/chromium_org/chromeos/display/
Dreal_output_configurator_delegate.cc183 int current_height = DisplayHeight(display_, DefaultScreen(display_)); in CreateFrameBuffer() local
185 << " current=" << current_width << "x" << current_height; in CreateFrameBuffer()
186 if (width == current_width && height == current_height) in CreateFrameBuffer()
449 int current_height = DisplayHeight(display_, DefaultScreen(display_)); in DestroyUnusedCrtcs() local
451 mode_info->height > current_height) { in DestroyUnusedCrtcs()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc539 int current_height = AutofillPopupView::kBorderThickness; in LineFromY() local
542 current_height += GetRowHeightFromId(identifiers()[i]); in LineFromY()
544 if (y <= current_height) in LineFromY()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc2064 int current_height = 0; local
2066 current_height = (*old_view)->height();
2076 if (new_height != current_height) {