/external/chromium/chrome/browser/chromeos/login/ |
user_image_view.cc | 105 layout->SetInsets(GetInsets());
|
/external/chromium_org/chrome/browser/ui/views/ |
conflicting_module_view_win.cc | 127 layout->SetInsets(kInsetTop, kInsetLeft,
|
critical_notification_bubble_view.cc | 162 layout->SetInsets(0, kInset, kInset, kInset);
|
global_error_bubble_view.cc | 111 layout->SetInsets(kBubblePadding, kBubblePadding,
|
script_bubble_view.cc | 122 layout->SetInsets(kInsetTop, kInsetLeft, 0, 0);
|
fullscreen_exit_bubble_views.cc | 192 layout->SetInsets(padding);
|
/external/chromium_org/ui/aura/ |
remote_root_window_host_win.h | 176 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
|
root_window_host_win.cc | 154 void RootWindowHostWin::SetInsets(const gfx::Insets& insets) {
|
remote_root_window_host_win.cc | 304 void RemoteRootWindowHostWin::SetInsets(const gfx::Insets& insets) {
|
root_window.cc | 539 host_->SetInsets(transformer_->GetHostInsets()); [all...] |
root_window_host_x11.cc | 702 void RootWindowHostX11::SetInsets(const gfx::Insets& insets) { [all...] |
/external/chromium_org/ui/message_center/views/ |
message_center_button_bar.cc | 186 layout->SetInsets(
|
notifier_settings_view.cc | 167 SetInsets(gfx::Insets(kMenuButtonVerticalPadding,
|
/external/chromium_org/ui/views/controls/button/ |
text_button.h | 36 void SetInsets(const gfx::Insets& insets);
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_root_window_host_x11.h | 138 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
|
desktop_root_window_host_win.h | 111 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
|
/external/chromium/chrome/browser/ui/views/ |
cookie_info_view.cc | 218 layout->SetInsets(kCookieInfoViewInsetSize,
|
default_search_view.cc | 221 layout->SetInsets(0, 0, views::kPanelVertMargin, 0);
|
/external/chromium_org/ui/views/layout/ |
grid_layout.cc | 685 layout->SetInsets(kPanelVertMargin, horizontal_margin, 690 void GridLayout::SetInsets(int top, int left, int bottom, int right) { 694 void GridLayout::SetInsets(const gfx::Insets& insets) { [all...] |
grid_layout_unittest.cc | 374 layout.SetInsets(1, 2, 3, 4); 391 layout.SetInsets(2, 2, 2, 2);
|
/external/chromium_org/ui/views/controls/textfield/ |
native_textfield_views.cc | 550 text_border_->SetInsets(0, 0, 0, 0); 597 text_border_->SetInsets(inset.top(), left, inset.bottom(), right); 606 text_border_->SetInsets(top, inset.left(), bottom, inset.right()); [all...] |
/external/chromium_org/ash/shell/ |
window_type_launcher.cc | 246 layout->SetInsets(5, 5, 5, 5);
|
/external/chromium/chrome/browser/chromeos/input_method/ |
candidate_window.cc | 93 layout->SetInsets(insets); [all...] |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_window_view.cc | 59 layout->SetInsets(insets); 849 layout->SetInsets(kCandidateAreaInsets.top(), [all...] |
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_contents_view.cc | 138 layout->SetInsets(kOptInTopPadding, kOptInLeftPadding,
|