Searched defs:bounds (Results 1 - 25 of 737) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/views/
H A Dwindow.cc17 const gfx::Rect& bounds,
16 CreateViewsWindow(gfx::NativeWindow parent, const gfx::Rect& bounds, views::WindowDelegate* delegate) argument
/external/chromium_org/cc/layers/
H A Dpaint_properties.h16 gfx::Size bounds; member in struct:cc::PaintProperties
/external/chromium_org/extensions/common/
H A Ddraggable_region.h14 gfx::Rect bounds; member in struct:extensions::DraggableRegion
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDraggableRegion.h42 WebRect bounds; member in struct:blink::WebDraggableRegion
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawSaveLayer.h30 SkDrawRect* bounds; member in class:SkSaveLayer
/external/skia/src/animator/
H A DSkDrawSaveLayer.h30 SkDrawRect* bounds; member in class:SkSaveLayer
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider_aura.cc22 const gfx::Rect& bounds,
26 window->SetBounds(bounds);
21 SetWindowBounds(int handle, const gfx::Rect& bounds, bool* success) argument
H A Dtesting_automation_provider_win.cc27 const gfx::Rect& bounds,
32 if (::MoveWindow(hwnd, bounds.x(), bounds.y(), bounds.width(),
33 bounds.height(), true)) {
26 SetWindowBounds(int handle, const gfx::Rect& bounds, bool* success) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Ddetached_panel_browsertest.cc22 gfx::Rect bounds(300, 200, 250, 200);
23 CreatePanelParams params("1", bounds, SHOW_AS_ACTIVE);
32 EXPECT_EQ(bounds.x(), panel->GetBounds().x());
36 EXPECT_EQ(bounds.y(), panel->GetBounds().y());
37 EXPECT_EQ(bounds.width(), panel->GetBounds().width());
38 EXPECT_EQ(bounds.height(), panel->GetBounds().height());
166 gfx::Rect bounds = panel->GetBounds(); local
167 EXPECT_LE(primary_work_area.x(), bounds.x());
168 EXPECT_LE(bounds.x(), primary_work_area.right());
169 EXPECT_LE(primary_work_area.y(), bounds
202 gfx::Rect bounds = panel->GetBounds(); local
[all...]
/external/chromium_org/chrome/test/automation/
H A Dwindow_proxy.cc19 bool WindowProxy::GetViewBounds(int view_id, gfx::Rect* bounds, argument
24 if (!bounds) {
32 handle_, view_id, screen_coordinates, &result, bounds))) {
39 bool WindowProxy::SetBounds(const gfx::Rect& bounds) { argument
43 sender_->Send(new AutomationMsg_SetWindowBounds(handle_, bounds, &result));
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DBoxShape.h40 BoxShape(const FloatRoundedRect& bounds) argument
42 , m_bounds(bounds)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDisplayList.cpp38 DisplayList::DisplayList(const FloatRect& bounds) argument
39 : m_bounds(bounds)
48 const FloatRect& DisplayList::bounds() const function in class:WebCore::DisplayList
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathRenderer.cpp17 SkRect* bounds) {
19 *bounds = SkRect::MakeWH(SkIntToScalar(devW), SkIntToScalar(devH));
22 *bounds = path.getBounds();
23 matrix.mapRect(bounds);
14 GetPathDevBounds(const SkPath& path, int devW, int devH, const SkMatrix& matrix, SkRect* bounds) argument
/external/chromium_org/ui/aura/
H A Dlayout_manager.cc18 const gfx::Rect& bounds) {
19 child->SetBoundsInternal(bounds);
17 SetChildBoundsDirect(aura::Window* child, const gfx::Rect& bounds) argument
/external/skia/src/gpu/
H A DGrPathRenderer.cpp17 SkRect* bounds) {
19 *bounds = SkRect::MakeWH(SkIntToScalar(devW), SkIntToScalar(devH));
22 *bounds = path.getBounds();
23 matrix.mapRect(bounds);
14 GetPathDevBounds(const SkPath& path, int devW, int devH, const SkMatrix& matrix, SkRect* bounds) argument
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.h37 const gfx::Rect& bounds() const { return bounds_; } function in class:Panel
44 virtual void SetBounds(const gfx::Rect& bounds);
141 Panel(Browser* browser, const gfx::Rect& bounds);
/external/chromium_org/chrome/browser/chromeos/first_run/steps/
H A Dtray_step.cc25 gfx::Rect bounds = shell_helper()->GetTrayBubbleBounds(); local
26 actor()->AddRectangularHole(bounds.x(), bounds.y(), bounds.width(),
27 bounds.height());
29 position.SetTop(bounds.y());
35 position.SetRight(GetOverlaySize().width() - bounds.x());
37 position.SetLeft(bounds.right());
/external/chromium_org/ui/aura/test/
H A Dtest_window_tree_client.cc23 const gfx::Rect& bounds) {
21 GetDefaultParent(Window* context, Window* window, const gfx::Rect& bounds) argument
/external/chromium_org/ui/v2/src/
H A Dlayout.cc25 void Layout::SetChildBoundsDirect(View* child, const gfx::Rect& bounds) { argument
26 ViewPrivate(child).set_bounds(bounds);
H A Dview_private.h30 void set_bounds(const gfx::Rect& bounds) { view_->bounds_ = bounds; } argument
/external/chromium_org/ui/wm/test/
H A Dwm_test_helper.cc51 const gfx::Rect& bounds) {
49 GetDefaultParent(aura::Window* context, aura::Window* window, const gfx::Rect& bounds) argument
/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 Dlerpmode.cpp15 SkRect r, bounds = { 10, 10, 110, 110 }; local
17 r = bounds;
18 r.fRight = bounds.centerX();
21 canvas->saveLayer(&bounds, NULL);
24 r = bounds;
29 r = bounds;
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_button_border.cc72 const gfx::Rect& bounds = view.bounds(); local
75 bounds.width() - set->top_right->width() - set->top_left->width(),
80 bounds.width() - set->top_right->width(), 0);
85 bounds.height() - set->top->height() - set->bottom_left->height(), false);
90 bounds.width() - set->right->width() - set->left->width(),
91 bounds.height() - set->bottom->height() - set->top->height(), false);
95 set->right->height(), bounds.width() - set->right->width(),
97 bounds.height() - set->bottom_right->height() - set->top_right->height(),
102 bounds
[all...]
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_tracker_unittest.cc25 aura::Window* CreateTestWindow(const gfx::Rect& bounds) { argument
30 bounds);

Completed in 1707 milliseconds

1234567891011>>