Searched refs:current_height (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/ui/gtk/apps/ |
D | native_app_window_gtk.cc | 375 gint current_height = 0; in GetDialogPosition() local 376 gtk_window_get_size(window_, ¤t_width, ¤t_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_, ¤t_width, ¤t_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_, ¤t_width, ¤t_height); in GetFrameInsets() 688 rect_with_decorations.height - current_height - top_inset, in GetFrameInsets()
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | gtk_window_util.cc | 210 gint current_height = 0; in SetWindowSize() local 211 gtk_window_get_size(window, ¤t_width, ¤t_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/ |
D | balloon_collection_impl.cc | 438 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/ |
D | real_output_configurator_delegate.cc | 183 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/ |
D | autofill_popup_controller_impl.cc | 539 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/ |
D | browser_view.cc | 2064 int current_height = 0; local 2066 current_height = (*old_view)->height(); 2076 if (new_height != current_height) {
|