HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 976 - 1000 of 5192) sorted by null

<<31323334353637383940>>

  /external/chromium_org/cc/layers/
picture_layer_unittest.cc 51 // a layer with empty bounds.
66 EXPECT_TRUE(layer_impl->bounds() == gfx::Size(0, 0));
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_controller.cc 47 focused_view->ConvertRectToWidget(focused_view->bounds()) ==
48 widget_->GetContentsView()->bounds()) {
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_suggestion_container_unittest.mm 64 NSMakePoint(NSMinX([view_ bounds]), NSMaxY([view_ bounds]) - 1);
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_view.mm 51 0, NSHeight([self bounds]) + [TabStripController defaultTabHeight]);
59 NSDivideRect([self bounds], &borderRect, &contentRect, [self cr_lineWidth],
  /external/chromium_org/chrome/browser/ui/cocoa/
framed_browser_window.h 60 bounds:(NSRect)bounds
  /external/chromium_org/chrome/browser/ui/views/
chrome_views_delegate.h 22 const gfx::Rect& bounds,
27 gfx::Rect* bounds,
find_bar_host.cc 128 view()->Layout(); // Bounds may have changed.
321 // Tell the immersive mode controller about the find bar's new bounds. The
322 // immersive mode controller uses the bounds to keep the top-of-window views
328 void FindBarHost::GetWidgetBounds(gfx::Rect* bounds) {
329 DCHECK(bounds);
332 *bounds = browser_view()->GetFindBarBoundingBox();
353 // Tell the immersive mode controller about the find bar's bounds. The
354 // immersive mode controller uses the bounds to keep the top-of-window views
menu_test_base.cc 72 gfx::Rect bounds(screen_location, source->size());
75 bounds,
screen_capture_notification_ui_views.cc 57 if (!bounds().Contains(point))
60 if (rect_.Contains(gfx::PointAtOffsetFromOrigin(point - bounds().origin())))
200 gfx::Rect bounds(
204 widget->SetBounds(bounds);
232 grip_rect.set_y((bounds().height() - grip_rect.height()) / 2);
238 hide_link_rect.set_x(bounds().width() - hide_link_rect.width());
239 hide_link_rect.set_y((bounds().height() - hide_link_rect.height()) / 2);
250 label_rect.set_height(bounds().height());
  /external/chromium_org/chrome/browser/ui/views/frame/
desktop_browser_frame_aura.cc 102 gfx::Rect* bounds,
104 *bounds = GetWidget()->GetRestoredBounds();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_layout.h 64 // Third and final pass of decoration layout process. Pass the |bounds|
70 void LayoutPass3(gfx::Rect* bounds, int* available_width);
  /external/chromium_org/content/child/
fling_animator_impl_android.cc 39 // No bounds on the fling. See http://webkit.org/b/96403
40 // Instead, use the largest possible bounds for minX/maxX/minY/maxY. The
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.h 34 const gfx::Rect& bounds() const { return bounds_; } function in class:mojo::WindowTreeHostMojo
51 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/mojo/examples/pepper_container_app/
pepper_container_app.cc 69 virtual void OnBoundsChanged(RectPtr bounds) OVERRIDE {
73 plugin_instance_->DidChangeView(bounds.To<PP_Rect>());
  /external/chromium_org/mojo/services/public/cpp/view_manager/
node.h 41 const gfx::Rect& bounds() { return bounds_; } function in class:mojo::view_manager::Node
42 void SetBounds(const gfx::Rect& bounds);
  /external/chromium_org/printing/
page_setup.h 72 // a constraint of |bounds| and |text_height|.
73 void CalculateSizesWithinRect(const gfx::Rect& bounds, int text_height);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.h 44 RectangleShape(const FloatRect& bounds, const FloatSize& radii)
46 , m_bounds(bounds)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.h 69 float *bounds/*x/y/width/height*/);
71 float *bounds/*x/y/width/height*/);
  /external/chromium_org/third_party/skia/include/effects/
Sk2DPathEffect.h 29 uv parameter bounds for the path. Subsequent calls to
30 next() will receive u and v values within these bounds,
  /external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchy.h 46 * @param bounds The bounding box, should not be empty
52 virtual void insert(void* data, const SkIRect& bounds, bool defer = false) = 0;
SkDeviceLooper.h 28 * at all, and if not (i.e. the specified bounds and base bitmap area already
34 const SkIRect& bounds, bool aa);
  /external/chromium_org/ui/app_list/views/
top_icon_animation_view.cc 55 transform.Translate(scaled_rect_.x() - layer()->bounds().x(),
56 scaled_rect_.y() - layer()->bounds().y());
  /external/chromium_org/ui/aura/
window_tree_host_win.h 20 explicit WindowTreeHostWin(const gfx::Rect& bounds);
28 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/ui/events/
event_processor_unittest.cc 69 return (t->bounds().Contains(event.location()));
79 gfx::Rect bounds() const { return bounds_; } function in class:ui::test::BoundsTestTarget
88 vector += target->bounds().OffsetFromOrigin();
94 vector += source->bounds().OffsetFromOrigin();
115 TEST_F(EventProcessorTest, Bounds) {
138 // because the default targeter does not look at the bounds.
148 // Now install a targeter on the parent that looks at the bounds and makes
150 // the bounds of the target.
event_targeter.h 38 // actionable region of the target's bounds. Note that the location etc. of
55 // target's bounds. For example, overrides of this function may consider

Completed in 460 milliseconds

<<31323334353637383940>>