Searched defs:insets (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dpinned_contents_info_bubble.cc20 gfx::Insets insets; local
21 bubble_border_->GetInsets(&insets);
22 offset += kLeftMargin + insets.left() + 1;
H A Dsad_tab_view.cc128 gfx::Insets insets = learn_more_link_->GetInsets(); local
131 insets.top(), sz.width(), sz.height());
H A Dwrench_menu.cc70 gfx::Insets insets; local
72 border()->GetInsets(&insets);
73 pref.Enlarge(insets.width(), insets.height());
82 // insets, the actual painting is done in MenuButtonBackground.
91 virtual void GetInsets(gfx::Insets* insets) const {
92 insets->Set(MenuConfig::instance().item_top_margin,
515 gfx::Insets insets; local
517 zoom_label_->border()->GetInsets(&insets);
537 return max_w + insets
[all...]
/external/chromium/chrome/browser/chromeos/status/
H A Dstatus_area_button.cc87 gfx::Insets insets = views::MenuButton::GetInsets(); local
88 gfx::Size prefsize(icon_width() + insets.width(),
89 icon_height() + insets.height());
101 insets_.Set(insets.top() + 1, insets.left(),
102 insets.bottom(), insets.right());
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_contents.cc69 gfx::Insets insets; local
70 bubble_border_->GetInsets(&insets);
71 contents_bounds->Inset(insets.left() + kLeftMargin, insets.top() + kTopMargin,
72 insets.right() + kRightMargin, insets.bottom() + kBottomMargin);
145 int BorderContents::GetInsetsLength(const gfx::Insets& insets, bool vertical) { argument
146 return vertical ? insets.height() : insets.width();
H A Dbubble_border.cc38 gfx::Insets insets; local
39 GetInsets(&insets);
40 border_size.Enlarge(insets.left() + insets.right(),
41 insets.top() + insets.bottom());
116 void BubbleBorder::GetInsets(gfx::Insets* insets) const {
147 insets->Set(top, left, bottom, right);
152 gfx::Insets insets; local
153 GetInsets(&insets);
213 gfx::Insets insets; local
[all...]
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_frame_view.cc14 #include "ui/gfx/insets.h"
100 gfx::Insets insets = GetInsets(); local
112 int top_height = insets.top();
120 return gfx::Rect(std::max(0, client_bounds.x() - insets.left()),
122 client_bounds.width() + insets.width(),
123 client_bounds.height() + top_height + insets.bottom());
147 gfx::Insets insets(kTitleTopPadding,
151 insets += border_insets;
152 return insets;
163 gfx::Insets insets local
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dnew_user_view.cc365 gfx::Insets insets = GetInsets(); local
369 this->width() - insets.right() -
371 int y = insets.top() + kLanguagesMenuPad;
372 int width = std::min(this->width() - insets.width() - 2 * kColumnPad,
378 width = std::min(this->width() - insets.width() - 2 * kColumnPad,
380 x = insets.left() + kLeftPad;
381 int max_width = this->width() - x - std::max(insets.right(), x);
401 y = this->height() - insets.bottom() - kBottomPad;
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_views.cc261 gfx::Insets insets = GetInsets(); local
262 textfield_->SetBounds(insets.left(), insets.top(),
263 width() - insets.width(),
264 height() - insets.height());
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc25 #include "ui/gfx/insets.h"
95 virtual void GetInsets(gfx::Insets* insets) const {
96 insets->Set(3, 8, 3, 8);
110 gfx::Insets insets(h, w, h, w);
111 return views::Painter::CreateImagePainter(*image, insets, true);
656 gfx::Insets insets; local
657 border->GetInsets(&insets);
658 location_bar_bounds.Inset(insets.left(), 0, insets.right(), 0);
/external/chromium/chrome/browser/
H A Daeropeek_manager.cc1005 void AeroPeekManager::SetContentInsets(const gfx::Insets& insets) { argument
1006 content_insets_ = insets;
1202 void AeroPeekManager::GetContentInsets(gfx::Insets* insets) { argument
1203 *insets = content_insets_;
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc88 views::View* WrapWithPadding(views::View* view, const gfx::Insets& insets) { argument
90 // Use GridLayout to give some insets inside.
93 layout->SetInsets(insets);
159 const gfx::Insets insets = local
164 WrapWithPadding(shortcut_label, insets);
1028 // Set insets so the border of the selected candidate is drawn inside of
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...

Completed in 861 milliseconds