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

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/ui/views/frame/
contents_web_view.h 31 // this view changes visible bounds.
desktop_browser_frame_aura.h 51 gfx::Rect* bounds,
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 139 gfx::Rect bounds(0, 0, 200, 50);
140 Panel* panel = CreatePanelWithBounds("PanelTest", bounds);
152 gfx::Rect bounds(0, 0, 200, 50);
153 Panel* panel = CreatePanelWithBounds("PanelTest", bounds);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 89 // Returns the bounds of the new tab button.
137 // Retrieves the ideal bounds for the Tab at the specified index.
244 // to allow for a drop region that extends outside the bounds of the TabStrip.
332 // Schedules the animations and bounds changes necessary for a remove tab
336 // Animates all the views to their ideal bounds.
337 // NOTE: this does *not* invoke GenerateIdealBounds, it uses the bounds
354 // Sets the ideal bounds x-coordinates to |positions|.
373 // Calculates the bounds needed for each of the tabs, placing the result in
374 // |bounds|.
376 std::vector<gfx::Rect>* bounds);
    [all...]
  /external/chromium_org/chrome/common/
icon_with_badge_image_source.h 38 // Extra spacing for badge compared to icon bounds.
  /external/chromium_org/chrome/test/chromedriver/js/
dispatch_context_menu_event.js 41 throw new Error('cannot right click outside the visible bounds of the ' +
  /external/chromium_org/content/browser/compositor/
browser_compositor_view_mac.mm 115 // The bounds of the accelerated layer determine the size of the GL surface
128 layer_bounds, [accelerated_layer_ bounds]);
138 // Make the bounds of the layer match the superview's bounds, to ensure that
  /external/chromium_org/content/browser/renderer_host/
popup_menu_helper_mac.h 38 void ShowPopupMenu(const gfx::Rect& bounds,
  /external/chromium_org/content/child/
site_isolation_policy_unittest.cc 90 // Basic bounds check.
102 // Basic bounds check.
117 // Basic bounds check.
130 // Basic bounds check.
  /external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
NavigationController.java 30 * out of bounds.
  /external/chromium_org/content/renderer/
external_popup_menu.h 45 virtual void show(const blink::WebRect& bounds);
  /external/chromium_org/gpu/command_buffer/service/
vertex_array_manager.h 22 // bounds checking.
  /external/chromium_org/media/filters/
file_data_source.cc 46 // Cap position and size within bounds.
  /external/chromium_org/third_party/WebKit/ManualTests/
cursor-max-size.html 22 as cursors and that hotspots cannot be outside of the cursors bounds box.
  /external/chromium_org/third_party/angle/src/compiler/translator/
TranslatorESSL.cpp 25 // Write array bounds clamping emulation if needed.
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.h 86 * Test getting bounds for a sortkey
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
util.hpp 37 /// argument and bounds checking. Intended to be used by
60 /// Return a vector in \a buf with argument and bounds checking.
78 /// Return a scalar in \a buf with argument and bounds checking.
88 /// Return a string in \a buf with argument and bounds checking.
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
output_stream.h 36 // better because it does check bounds. The second one is there for
  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
SkUIRootViewController.mm 9 self.contentSizeForViewInPopover = CGSizeMake(200, self.view.bounds.size.height);
  /external/chromium_org/third_party/skia/gm/
complexclip.cpp 106 SkRect bounds = SkRect::MakeLTRB( local
112 bounds.inset(SkIntToScalar(100), SkIntToScalar(100));
116 canvas->drawRect(bounds, boundPaint);
117 canvas->saveLayer(&bounds, NULL);
filterbitmap.cpp 21 SkRect bounds = SkRect::MakeWH(SkIntToScalar(bm.width()), local
23 mat.mapRect(&bounds);
24 return SkSize::Make(bounds.width(), bounds.height());
  /external/chromium_org/third_party/skia/include/core/
SkMask.h 38 /** Returns true if the mask is empty: i.e. it has an empty bounds.
121 * x,y must be contained by the mask's bounds (this is asserted in the
133 kJustComputeBounds_CreateMode, //!< compute bounds and return
135 kComputeBoundsAndRenderImage_CreateMode //!< compute bounds, alloc image and render into it
  /external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchyRecord.h 24 virtual void handleBBox(const SkRect& bounds) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.h 26 * initialState. Optionally, the caller can request a tighter bounds on the clip be returned via
  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 156 SkRect bounds = path.getBounds(); local
158 bool sects = SkRect::Intersects(target, bounds);
167 if (target.contains(bounds)) {
181 matrix.setRectToRect(bounds, limit, SkMatrix::kFill_ScaleToFit);

Completed in 1021 milliseconds

<<41424344454647484950>>