Searched refs:bounds (Results 126 - 150 of 592) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility.cc124 gfx::Rect bounds = location_; local
126 // Adjust the bounds by the top left corner of the containing view's bounds
129 bounds.Offset(top_left);
139 bounds.Offset(-scroll_x, -scroll_y);
141 return bounds;
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_window.cc38 void BubbleWindow::InitWindow(GtkWindow* parent, const gfx::Rect& bounds) { argument
39 views::WindowGtk::InitWindow(parent, bounds);
114 const gfx::Rect& bounds,
119 window->InitWindow(parent, bounds);
112 Create( gfx::NativeWindow parent, const gfx::Rect& bounds, Style style, views::WindowDelegate* window_delegate) argument
H A Ddom_browser_view_layout.h69 // |bounds|).
70 int LayoutTitlebarComponents(const gfx::Rect& bounds);
/external/chromium/chrome/browser/chromeos/login/
H A Dusername_view.h53 // Paints username to the bitmap with the bounds given.
54 void PaintUsername(const gfx::Rect& bounds);
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dtab_strip_view.h47 - (void)drawBottomBorder:(NSRect)bounds;
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_arrow_model.h42 // by |bounds|, drawing a border with |border_color|.
45 const gfx::Rect& bounds,
/external/chromium/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc33 return bounds().Contains(point) ? HTCLIENT : HTNOWHERE;
H A Dbrowser_view_layout.h102 void set_vertical_layout_rect(const gfx::Rect& bounds) { argument
103 vertical_layout_rect_ = bounds;
120 // The bounds within which the vertically-stacked contents of the BrowserView
122 // just the local bounds of the BrowserView, otherwise it's the local bounds
/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc457 gfx::Rect bounds(0, 0, button_width, height());
459 decrement_button_->SetBoundsRect(bounds);
461 x += bounds.width();
462 bounds.set_x(x);
463 bounds.set_width(zoom_label_width_);
464 zoom_label_->SetBoundsRect(bounds);
466 x += bounds.width();
467 bounds.set_x(x);
468 bounds.set_width(button_width);
469 increment_button_->SetBoundsRect(bounds);
[all...]
/external/chromium/webkit/glue/
H A Dwebmenurunner_mac.h52 withBounds:(NSRect)bounds
/external/clang/test/SemaCXX/
H A Dattr-format.cpp14 expected-error{{out of bounds}}
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysvideo.cc265 BRect bounds; local
302 bounds.top = 0; bounds.left = 0;
303 bounds.right = BEOS_HIDDEN_SIZE;
304 bounds.bottom = BEOS_HIDDEN_SIZE;
305 SDL_Win = new SDL_BWin(bounds);
461 BRect bounds = bscreen.Frame(); local
462 bounds.PrintToStream();
463 int32 cx = (bounds.IntegerWidth() - width)/2;
464 int32 cy = (bounds
503 BRect bounds; local
[all...]
/external/skia/include/text/
H A DSkTextLayout.h40 void setBounds(const SkRect& bounds);
/external/skia/include/views/animated/
H A DSkImageView.h61 bool getDataBounds(SkRect* bounds);
/external/skia/legacy/include/text/
H A DSkTextLayout.h36 void setBounds(const SkRect& bounds);
/external/skia/legacy/include/views/
H A DSkImageView.h61 bool getDataBounds(SkRect* bounds);
/external/webkit/Source/WebCore/page/qt/
H A DFrameQt.cpp48 IntRect paintingRect = enclosingIntRect(selection()->bounds());
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCVideoLayerImpl.cpp134 bounds().width(), bounds().height(), drawOpacity(),
157 bounds().width(), bounds().height(), drawOpacity(),
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebScrollBarPrivate.idl51 HRESULT setRect([in] RECT bounds);
59 HRESULT frameRect([out, retval] RECT* bounds);
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_gtk.h53 // Animates the dragged tab to the specified bounds, then calls back to
56 void AnimateToBounds(const gfx::Rect& bounds,
83 // Returns the bounds of the container window.
84 gfx::Rect bounds() const;
140 // The start and end bounds of the animation sequence.
/external/chromium/chrome/browser/ui/views/infobars/
H A Dlink_infobar.cc40 link_->SetBounds(label_1_->bounds().right(), OffsetY(link_size),
45 label_2_->SetBounds(link_->bounds().right(), OffsetY(label_2_size),
/external/qemu/android/skin/
H A Dregion.h38 extern void skin_region_get_bounds( SkinRegion* r, SkinRect* bounds );
92 SkinRect bounds; member in struct:SkinRegion
/external/skia/gm/
H A Dmorphology.cpp75 SkRect bounds = SkRect::MakeXYWH( local
80 canvas->saveLayer(&bounds, &paint);
/external/webkit/Source/WebCore/page/mac/
H A DWebCoreViewFactory.h42 - (CGRect)accessibilityConvertScreenRect:(CGRect)bounds;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.cpp190 if (bounds() == size)
193 bool firstResize = !bounds().width() && !bounds().height() && size.width() && size.height();
198 setNeedsDisplay(FloatRect(0, 0, bounds().width(), bounds().height()));
209 setNeedsDisplay(FloatRect(0, 0, bounds().width(), bounds().height()));
263 m_dirtyRect.setSize(bounds());

Completed in 2646 milliseconds

1234567891011>>