/external/chromium/chrome/browser/ui/views/infobars/ |
translate_message_infobar.cc | 31 gfx::Size button_size = button_->GetPreferredSize(); local 33 OffsetY(button_size), button_size.width(), button_size.height());
|
infobar_view.cc | 199 gfx::Size button_size = close_button_->GetPreferredSize(); local 201 width() - kHorizontalPadding - button_size.width()), OffsetY(button_size), 202 button_size.width(), button_size.height());
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
translate_message_infobar.cc | 31 gfx::Size button_size = button_->GetPreferredSize(); local 33 OffsetY(button_size), button_size.width(), button_size.height());
|
infobar_view.cc | 243 gfx::Size button_size = close_button_->GetPreferredSize(); local 248 width() - kHorizontalPadding - button_size.width()), 249 OffsetY(button_size), button_size.width(), button_size.height());
|
/external/chromium/chrome/browser/chromeos/login/ |
shutdown_button.cc | 101 gfx::Size button_size = GetPreferredSize(); local 103 parent->width() - button_size.width()- kRightPadding, 104 parent->height() - button_size.height() - kBottomPadding, 105 button_size.width(), 106 button_size.height());
|
/external/chromium_org/ui/app_list/views/ |
search_box_view.cc | 126 gfx::Size button_size = speech_button_->GetPreferredSize(); local 128 button_origin.Offset(-button_size.width() / 2, -button_size.height() / 2); 129 speech_button_->SetBoundsRect(gfx::Rect(button_origin, button_size));
|
/external/chromium/chrome/browser/chromeos/notifications/ |
balloon_view.cc | 97 gfx::Size button_size = close_button_->GetPreferredSize(); local 99 int height = std::max(options_size.height(), button_size.height()); 106 (height - button_size.height()) / 2, 107 button_size.width(), button_size.height());
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view_layout.cc | 503 gfx::Size button_size = button->GetPreferredSize(); local 536 button_size.width() + extra_width, 537 button_size.height()); 539 leading_button_start_ += extra_width + button_size.width(); 540 minimum_size_for_buttons_ += extra_width + button_size.width(); 556 button_size.width(), 558 button_size.width() + extra_width, 559 button_size.height()); 561 trailing_button_start_ += extra_width + button_size.width(); 562 minimum_size_for_buttons_ += extra_width + button_size.width() [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
screen_capture_notification_ui_views.cc | 196 gfx::Size button_size = child_at(2)->GetPreferredSize(); local 198 button_size.width(); 201 return gfx::Size(width, std::max(label_size.height(), button_size.height()));
|
/external/chromium_org/ui/views/controls/scrollbar/ |
native_scroll_bar_views.cc | 387 gfx::Size button_size = theme->GetPartSize( local 399 return std::max(track_size.height(), button_size.height()); 409 gfx::Size button_size = theme->GetPartSize( local 421 return std::max(track_size.width(), button_size.width());
|
/external/chromium/chrome/browser/ui/views/download/ |
download_item_view.cc | 461 gfx::Size button_size = GetButtonSize(); local 463 y = (height() - button_size.height()) / 2; 464 save_button_->SetBounds(x, y, button_size.width(), button_size.height()); 465 x += button_size.width() + kButtonPadding; 466 discard_button_->SetBounds(x, y, button_size.width(), button_size.height()); 482 gfx::Size button_size = GetButtonSize(); local 484 height = std::max<int>(height, 2 * kVerticalPadding + button_size.height()); 488 width += button_size.width() * 2 + kButtonPadding [all...] |
/external/chromium_org/chrome/browser/ui/views/download/ |
download_item_view.cc | 347 gfx::Size button_size = GetButtonSize(); local 349 y = (height() - button_size.height()) / 2; 351 save_button_->SetBounds(x, y, button_size.width(), button_size.height()); 352 x += button_size.width() + kButtonPadding; 354 discard_button_->SetBounds(x, y, button_size.width(), button_size.height()); 375 gfx::Size button_size = GetButtonSize(); local 377 height = std::max<int>(height, 2 * kVerticalPadding + button_size.height()); 382 width += button_size.width() + kButtonPadding [all...] |
/external/chromium_org/ash/shelf/ |
shelf_view.cc | 724 int button_size = GetButtonSize(); local 727 int w = layout_manager_->PrimaryAxisValue(button_size, width()); 728 int h = layout_manager_->PrimaryAxisValue(height(), button_size); 774 + button_size + inset; 776 last_icon_position += button_size; 789 end_position - button_size); 792 end_position - inset - 2 * button_size); [all...] |
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
EditStyledText.java | [all...] |