/external/chromium_org/apps/ |
app_window_geometry_cache_unittest.cc | 51 const gfx::Rect& bounds, 73 const gfx::Rect& bounds, 78 value->SetInteger("x", bounds.x()); 79 value->SetInteger("y", bounds.y()); 80 value->SetInteger("w", bounds.width()); 81 value->SetInteger("h", bounds.height()); 146 gfx::Rect bounds(4, 5, 31, 43); 150 extension_id, kWindowId, bounds, screen_bounds, state); 156 ASSERT_EQ(bounds, new_bounds); 161 // Test corrupt bounds will not be loaded 164 gfx::Rect bounds; local [all...] |
/external/chromium_org/ash/frame/ |
frame_border_hit_test_controller.h | 28 // Class which manages the hittest override bounds for |frame|. 42 // The window whose hittest override bounds are being managed.
|
/external/chromium_org/ash/wm/dock/ |
docked_window_layout_manager_observer.h | 17 // events that occur with the docked windows, such as the bounds change. 29 // Called after the dock bounds are changed.
|
/external/chromium_org/cc/layers/ |
contents_scaling_layer.h | 14 // The content bounds are determined by bounds and scale of the contents.
|
layer_utils.h | 20 // bounds through the entirety of the layer's current animation. Returns 22 // inflate bounds in the path to the root layer and that it was able to
|
/external/chromium_org/chrome/browser/extensions/api/app_window/ |
app_window_api.cc | 52 "The $1 property cannot be specified for both inner and outer bounds."; 94 // If the same property is specified for the inner and outer bounds, raise an 111 // Copy over the bounds specification properties from the API to the 120 create_spec->bounds.set_x(*input_spec->left); 122 create_spec->bounds.set_y(*input_spec->top); 124 create_spec->bounds.set_width(*input_spec->width); 126 create_spec->bounds.set_height(*input_spec->height); 326 // Parse the inner and outer bounds specifications. If developers use the 382 // the bounds set the position of the window and the size of the content. 386 params->content_spec.bounds.set_width(*options.default_width.get()) 404 app_window::ContentBounds* bounds = options.bounds.get(); local [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_separator_view_unittest.mm | 15 initWithFrame:[contentView bounds]]); 37 initWithFrame:[contentView bounds]]);
|
/external/chromium_org/chrome/browser/ui/cocoa/panels/ |
panel_cocoa.h | 21 PanelCocoa(Panel* panel, const gfx::Rect& bounds, bool always_on_top); 28 virtual void SetPanelBounds(const gfx::Rect& bounds) OVERRIDE; 29 virtual void SetPanelBoundsInstantly(const gfx::Rect& bounds) OVERRIDE; 75 // PanelStackWindowCocoa might want to update the stored bounds directly since 76 // it has already taken care of updating the window bounds directly. 77 void set_cached_bounds_directly(const gfx::Rect& bounds) { bounds_ = bounds; } 93 void setBoundsInternal(const gfx::Rect& bounds, bool animate);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
vertical_gradient_view.mm | 27 [[self gradient] drawInRect:[self bounds] angle:270]; 34 NSDivideRect([self bounds], &borderRect, &contentRect, 1, NSMinYEdge);
|
/external/chromium_org/chrome/browser/ui/panels/ |
display_settings_provider.h | 75 // Returns the bounds of primary display. 78 // Returns the bounds of the work area of primary display. 81 // Returns the bounds of the display area that most closely intersects the 82 // provided bounds. 83 virtual gfx::Rect GetDisplayAreaMatching(const gfx::Rect& bounds) const; 85 // Returns the bounds of the work area that most closely intersects the 86 // provided bounds. 87 virtual gfx::Rect GetWorkAreaMatching(const gfx::Rect& bounds) const;
|
/external/chromium_org/components/autofill/core/browser/ |
test_autofill_external_delegate.cc | 18 gfx::RectF bounds(100.f, 100.f); 19 autofill_external_delegate->OnQuery(query_id, form, field, bounds, false);
|
/external/chromium_org/content/public/test/ |
content_browser_test_utils_mac.mm | 14 void SetWindowBounds(gfx::NativeWindow window, const gfx::Rect& bounds) { 15 NSRect new_bounds = NSRectFromCGRect(bounds.ToCGRect());
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/ |
SkNulCanvas.h | 65 virtual bool getClipBounds(SkRect* bounds) const SK_OVERRIDE { 66 if (NULL != bounds) { 67 bounds->setXYWH(0, 0, 73 virtual bool getClipDeviceBounds(SkIRect* bounds) const SK_OVERRIDE { 74 if (NULL != bounds) { 75 bounds->setLargest(); 84 virtual SaveLayerStrategy willSaveLayer(const SkRect* bounds, const SkPaint* paint, 86 this->INHERITED::willSaveLayer(bounds, paint, flags);
|
/external/chromium_org/third_party/skia/gm/ |
lumafilter.cpp | 33 SkRect r, c, bounds = SkRect::MakeWH(kSize, kSize); local 35 c = bounds; 36 c.fRight = bounds.centerX(); 38 canvas->drawRect(bounds, paint); 40 canvas->saveLayer(&bounds, NULL); 42 r = bounds; 57 canvas->saveLayer(&bounds, &xferPaint); 59 r = bounds;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkMergeImageFilter.cpp | 75 SkIRect bounds; local 76 if (!this->applyCropRect(ctx, src, SkIPoint::Make(0, 0), &bounds)) { 80 const int x0 = bounds.left(); 81 const int y0 = bounds.top(); 83 SkAutoTUnref<SkBaseDevice> dst(proxy->createDevice(bounds.width(), bounds.height())); 113 offset->fX = bounds.left(); 114 offset->fY = bounds.top();
|
/external/chromium_org/third_party/skia/src/image/ |
SkImage.cpp | 59 SkIRect bounds = SkIRect::MakeWH(this->width(), this->height()); local 63 bounds.fRight = SkMin32(bounds.fRight, bitmap->width()); 64 bounds.fBottom = SkMin32(bounds.fBottom, bitmap->height()); 65 if (bounds.isEmpty()) { 70 if (subset && !bounds.intersect(*subset)) { 74 return as_IB(this)->onReadPixels(bitmap, bounds);
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkIntersectionHelper.h | 63 return bounds().fBottom; 66 const SkPathOpsBounds& bounds() const { function in class:SkIntersectionHelper 67 return fContour->segments()[fIndex].bounds(); 94 return bounds().fLeft; 102 return bounds().fRight; 126 return bounds().fTop; 134 return bounds().fLeft; 142 return bounds().fTop;
|
/external/chromium_org/ui/aura/ |
window_tree_host_ozone.cc | 15 WindowTreeHostOzone::WindowTreeHostOzone(const gfx::Rect& bounds) 17 bounds_(bounds) { 61 void WindowTreeHostOzone::SetBounds(const gfx::Rect& bounds) { 62 bool origin_changed = bounds_.origin() != bounds.origin(); 63 bool size_changed = bounds_.size() != bounds.size(); 64 bounds_ = bounds; 108 WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) { 109 return new WindowTreeHostOzone(bounds);
|
/external/chromium_org/ui/compositor/ |
debug_utils.cc | 35 bool mouse_inside_layer_bounds = layer->bounds().Contains(mouse_location); 36 mouse_location.Offset(-layer->bounds().x(), -layer->bounds().y()); 65 *out << L"bounds: " << layer->bounds().x() << L',' << layer->bounds().y(); 66 *out << L' ' << layer->bounds().width() << L'x' << layer->bounds().height();
|
layer_delegate.h | 27 // Invoked prior to the bounds changing. The returned closured is run after 28 // the bounds change.
|
/external/chromium_org/ui/gfx/ |
color_profile.cc | 11 GFX_EXPORT bool GetDisplayColorProfile(const gfx::Rect& bounds, 15 GFX_EXPORT bool GetDisplayColorProfile(const gfx::Rect& bounds,
|
color_profile_mac.mm | 11 bool GetDisplayColorProfile(const gfx::Rect& bounds, 13 if (bounds.IsEmpty())
|
color_profile_win_unittest.cc | 11 bool TestColorProfileUsingScreenBounds(const gfx::Rect& bounds) { 13 return gfx::GetDisplayColorProfile(bounds, &color_profile);
|
nine_image_painter.h | 26 void Paint(Canvas* canvas, const Rect& bounds); 27 void Paint(Canvas* canvas, const Rect& bounds, uint8 alpha);
|
/external/chromium_org/ui/v2/src/ |
view_private.h | 30 void set_bounds(const gfx::Rect& bounds) { view_->bounds_ = bounds; }
|