HomeSort by relevance Sort by last modified time
    Searched refs:Insets (Results 226 - 250 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 107 gfx::Insets insets = border()->GetInsets(); variable
108 pref.Enlarge(insets.width(), insets.height());
118 // insets, the actual painting is done in MenuButtonBackground.
133 virtual gfx::Insets GetInsets() const OVERRIDE {
147 const gfx::Insets insets_;
    [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 20 #include "ui/gfx/insets.h"
96 gfx::Insets insets = GetInsets(); local
97 size.Enlarge(insets.width(), insets.height());
102 gfx::Insets insets = GetInsets(); local
103 width = std::max(0, width - insets.width());
104 int height = contents()->GetHeightForWidth(width) + insets.height();
259 gfx::Insets shadow_insets = MessageView::GetShadowInsets()
    [all...]
bounded_label.cc 107 gfx::Insets insets = owner_->GetInsets(); local
109 std::max(width - insets.width(), 0);
116 size.set_width(text_width + insets.width());
117 size.set_height(text_height + insets.height());
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 33 #include "ui/gfx/insets.h"
792 gfx::Insets DesktopRootWindowHostX11::GetInsets() const {
793 return gfx::Insets();
796 void DesktopRootWindowHostX11::SetInsets(const gfx::Insets& insets) {
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 261 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/download/
download_shelf_view.cc 89 mouse_watcher_(this, this, gfx::Insets())) {
  /external/chromium_org/ash/display/
display_controller_unittest.cc 326 gfx::Insets insets(5, 5, 5, 5);
329 secondary_display_id, insets);
521 gfx::Insets insets(5, 5, 5, 5);
523 ScreenAsh::GetSecondaryDisplay().id(), insets);
    [all...]
  /external/chromium_org/ash/
shell.h 26 #include "ui/gfx/insets.h"
263 // Sets the work area insets of the display that contains |window|,
268 const gfx::Insets& insets);
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api.cc 194 omnibox_icon_manager_.set_padding(gfx::Insets(0, kOmniboxIconPaddingLeft,
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 245 virtual gfx::Insets GetInsets() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 100 mouse_watcher_(new views::MouseWatcherViewHost(this, gfx::Insets()),
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 191 gfx::Insets padding(kPaddingPx, kPaddingPx, kPaddingPx, kPaddingPx);
profile_reset_bubble_view.cc 198 set_margins(gfx::Insets(kMarginHeight, 0, 0, 0));
profile_chooser_view.cc 121 text_button_border->SetInsets(gfx::Insets(0, views::kButtonHEdgeMarginNew,
350 set_margins(gfx::Insets());
collected_cookies_views.cc 332 layout->SetInsets(gfx::Insets(kTabbedPaneTopPadding, 0, 0, 0));
content_setting_bubble_contents.cc 148 set_anchor_view_insets(gfx::Insets(5, 0, 5, 0));
  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 138 gfx::Insets insets(apps_grid_view_->GetInsets());
139 gfx::Rect rect(gfx::Point(insets.left(), insets.top()),
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc     [all...]
  /external/chromium_org/ui/aura/
root_window.cc 126 virtual gfx::Insets GetHostInsets() const OVERRIDE {
127 return gfx::Insets();
    [all...]
root_window_host_x11.cc 652 gfx::Insets RootWindowHostX11::GetInsets() const {
656 void RootWindowHostX11::SetInsets(const gfx::Insets& insets) {
657 insets_ = insets;
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 26 import android.graphics.Insets;
2754 Insets insets = child.getOpticalInsets(); local
2839 Insets insets = c.getOpticalInsets(); local
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 68 import java.awt.Insets;
266 GridBagConstraints.LINE_START, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0),
279 GridBagConstraints.LINE_START, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0),
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
new_user_view.cc 365 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_org/ash/system/chromeos/
tray_display_unittest.cc 342 ScreenAsh::GetSecondaryDisplay().id(), gfx::Insets());
  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 15 #include "ui/gfx/insets.h"
538 const gfx::Insets shadow_padding = -gfx::ShadowValue::GetMargin(shadows);

Completed in 6240 milliseconds

1 2 3 4 5 6 7 8 91011>>