HomeSort by relevance Sort by last modified time
    Searched refs:GetInsets (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /external/chromium_org/ui/views/controls/button/
label_button_border.cc 149 gfx::Insets LabelButtonBorder::GetInsets() const {
menu_button.cc 140 gfx::Insets insets = GetInsets();
text_button.h 39 virtual gfx::Insets GetInsets() const OVERRIDE;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.h 137 virtual gfx::Insets GetInsets() const OVERRIDE;
desktop_root_window_host_win.h 110 virtual gfx::Insets GetInsets() const OVERRIDE;
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 589 return GetInsets();
596 gfx::Insets inset = GetInsets();
605 gfx::Insets inset = GetInsets();
726 return GetRenderText()->GetContentWidth() + GetInsets().width();
851 gfx::Insets insets = GetInsets();
    [all...]
textfield.cc 562 gfx::Insets insets = GetInsets();
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 95 virtual void GetInsets(gfx::Insets* insets) const {
657 border->GetInsets(&insets);
  /external/chromium_org/ash/launcher/
launcher_tooltip_manager.cc 87 insets += anchor->border()->GetInsets();
  /external/chromium_org/ui/aura/
root_window_host_win.cc 150 gfx::Insets RootWindowHostWin::GetInsets() const {
remote_root_window_host_win.cc 300 gfx::Insets RemoteRootWindowHostWin::GetInsets() const {
  /external/chromium_org/ui/views/controls/
progress_bar.cc 187 gfx::Insets insets = GetInsets();
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 72 border()->GetInsets(&insets);
91 virtual void GetInsets(gfx::Insets* insets) const {
517 zoom_label_->border()->GetInsets(&insets);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 392 virtual gfx::Insets GetInsets() const OVERRIDE {
401 int label_width = width - GetInsets().width();
408 return child_at(0)->GetHeightForWidth(label_width) + GetInsets().height();
412 // Surprisingly, GetContentsBounds() doesn't consult GetInsets().
414 bounds.Inset(GetInsets());
682 gfx::Insets AutofillDialogViews::OverlayView::GetInsets() const {
    [all...]
autofill_dialog_views.h 267 virtual gfx::Insets GetInsets() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 98 gfx::Insets insets = border()->GetInsets();
124 virtual gfx::Insets GetInsets() const OVERRIDE {
675 zoom_label_->border() ? zoom_label_->border()->GetInsets().width() : 0;
    [all...]
fullscreen_exit_bubble_views.cc 191 padding += GetInsets();
constrained_window_views.cc 128 position.set_y(position.y() - border->GetInsets().top());
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 261 gfx::Insets insets = GetInsets();
  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 128 gfx::Insets insets(apps_grid_view_->GetInsets());
apps_grid_view.cc 492 const gfx::Insets insets(GetInsets());
    [all...]
  /external/chromium_org/ui/views/
view.cc 376 contents_bounds.Inset(border_->GetInsets());
388 gfx::Insets View::GetInsets() const {
389 return border_.get() ? border_->GetInsets() : gfx::Insets();
    [all...]
view.h 233 virtual gfx::Insets GetInsets() const;
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
new_user_view.cc 365 gfx::Insets insets = GetInsets();
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 267 gfx::Insets insets = GetInsets();

Completed in 2201 milliseconds

1 2 34 5