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

<<21222324252627282930>>

  /external/chromium_org/ash/rotator/
screen_rotation.cc 51 // Use the target transform/bounds in case the layer is already animating.
53 const gfx::Rect& bounds = layer->GetTargetBounds(); local
58 int width = bounds.width();
59 int height = bounds.height();
  /external/chromium_org/ash/
screen_util_unittest.cc 24 TEST_F(ScreenUtilTest, Bounds) {
39 // Maximized bounds
47 // Display bounds
55 // Work area bounds
  /external/chromium_org/ash/shelf/
shelf.h 64 // Returns the screen bounds of the item for the specified window. If there is
68 // Updates the icon position given the current window bounds. This is used
100 // Set the bounds of the shelf view.
101 void SetShelfViewBounds(gfx::Rect bounds);
  /external/chromium_org/ash/test/
ash_test_base.h 69 aura::Window* CreateTestWindowInShellWithBounds(const gfx::Rect& bounds);
72 const gfx::Rect& bounds);
76 const gfx::Rect& bounds);
81 const gfx::Rect& bounds);
  /external/chromium_org/ash/wm/
lock_layout_manager.h 39 // and minus virtual keyboard bounds.
41 // keyboard bounds (only if keyboard overscroll is disabled). If keyboard
84 // Adjusts the bounds of all managed windows when the display area changes.
94 // The bounds of the keyboard.
resize_handle_window_targeter.cc 74 gfx::Rect bounds = gfx::Rect(window_->bounds().size()); local
75 bounds.Inset(insets);
76 if (!bounds.Contains(event->location()))
window_positioner.h 45 // Computes and returns the bounds and show state for new window
47 // the one this function will generate a bounds for and used to
51 // bounds.
60 // Returns the default bounds for a window to be created in the |display|.
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.h 32 // window with a helper to determine the best fit in certain bounds and
40 // Returns |rect| having been shrunk to fit within |bounds| (preserving the
44 const gfx::Rect& bounds);
57 // Returns the original bounds of all transformed windows.
  /external/chromium_org/cc/animation/
transform_operation.h 69 gfx::BoxF* bounds);
  /external/chromium_org/cc/base/
invalidation_region.cc 36 region_ = region_.bounds();
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller.h 43 // Updates the bounds of the popup and initiates a redraw.
44 virtual void SetPopupBounds(const gfx::Rect& bounds) = 0;
46 // Returns the bounds of the item at |index| in the popup, relative to
50 // The bounds of the form field element (screen coordinates).
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_popup_base_view_cocoa.h 40 - (void)drawSeparatorWithBounds:(NSRect)bounds;
autofill_popup_base_view_cocoa.mm 60 - (void)drawSeparatorWithBounds:(NSRect)bounds {
62 [NSBezierPath fillRect:bounds];
82 NSRect borderRect = NSInsetRect([self bounds], inset, inset);
99 if (NSPointInRect(location, [self bounds])) {
  /external/chromium_org/chrome/browser/ui/cocoa/
dev_tools_controller.mm 76 [contents setFrame:[self bounds]];
85 strategy_, gfx::Size(NSSizeToCGSize([self bounds].size)),
86 [self flipNSRectToRect:[devToolsView_ bounds]],
87 [self flipNSRectToRect:[contentsView_ bounds]],
  /external/chromium_org/chrome/browser/ui/views/apps/
glass_app_window_frame_view_win.cc 44 return bounds();
66 if (!bounds().Contains(point))
102 gfx::Rect bounds(0, 0, pref.width(), pref.height());
104 ->GetWindowBoundsForClientBounds(bounds)
  /external/chromium_org/chrome/browser/ui/views/frame/
top_container_view.cc 26 // been set to the bounds of this view, so just paint the frame.
  /external/chromium_org/chrome/common/
badge_util.h 31 const gfx::Rect& bounds,
  /external/chromium_org/components/rappor/
byte_vector_utils_unittest.cc 103 // Check bounds on bit counts that are true with 99.999% probability.
112 // Check bounds on bit counts that are true with 99.999% probability.
122 // Check bounds on bit counts that are true with 99.999% probability.
132 // Check bounds on bit counts that are true with 99.999% probability.
  /external/chromium_org/content/common/input/
synthetic_tap_gesture_params.cc 11 // Set the default tap duration to 50ms to lie within the bounds of the Aura
  /external/chromium_org/media/cast/test/
fake_receiver_time_offset_estimator.h 18 // provided during construction as offset bounds.
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_stub.cc 34 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE {
  /external/chromium_org/third_party/skia/gm/
filterindiabox.cpp 20 SkRect bounds = SkRect::MakeWH(SkIntToScalar(bm.width()), local
22 mat.mapRect(&bounds);
23 return SkSize::Make(bounds.width(), bounds.height());
imagefiltersclipped.cpp 119 SkRect bounds = r; local
120 bounds.outset(margin, margin);
124 bounds.fLeft = SkIntToScalar(xOffset);
131 canvas->clipRect(bounds);
  /external/chromium_org/third_party/skia/include/effects/
SkMagnifierImageFilter.h 31 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;
  /external/chromium_org/third_party/skia/include/text/
SkTextLayout.h 40 void setBounds(const SkRect& bounds);

Completed in 347 milliseconds

<<21222324252627282930>>