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

<<71727374757677787980>>

  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_uitest.cc 33 command_line->AppendSwitchASCII("ash-host-window-bounds",
62 const gfx::Point& origin = display.bounds().origin();
  /external/chromium_org/chrome/test/base/
test_browser_window.h 35 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE {}
142 const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate.h 49 // when the renderer posts an Autofill query to the browser. |bounds|
136 // The bounds of the form field that user is interacting with.
  /external/chromium_org/components/password_manager/core/browser/
password_autofill_manager.cc 69 const gfx::RectF& bounds,
87 autofill_client_->ShowAutofillPopup(bounds,
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 166 const gfx::Rect& bounds,
175 bounds, items, selected_item, allow_multiple_selection);
web_contents_view_guest.cc 99 // We need embedder container's bounds to calculate our bounds.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
PopupZoomer.java 102 // How far to shift the canvas after all zooming is done, to keep it inside the bounds of the
108 // The bounds representing the actual zoomed popup.
116 // Since we sometimes overflow the bounds of the mViewClipRect, we need to allow scrolling.
119 // Scroll bounds.
339 // Ensure it stays inside the bounds of the view. First shift it around to see if it
369 // bounds of the view.
401 // Constrain initial scroll position within allowed bounds.
494 * Show the PopupZoomer view with given target bounds.
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl.h 69 virtual void setBounds(const blink::WebSize& bounds);
70 virtual blink::WebSize bounds() const;
  /external/chromium_org/net/base/
net_log_unittest.h 34 return ::testing::AssertionFailure() << j << " is out of bounds.";
103 return ::testing::AssertionFailure() << j << " is out of bounds.";
  /external/chromium_org/skia/ext/
benchmarking_canvas.cc 48 virtual SaveLayerStrategy willSaveLayer(const SkRect* bounds,
52 return SkProxyCanvas::willSaveLayer(bounds, paint, flags);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.h 40 IntRect bounds() const { return m_bounds; } function in class:WebCore::Region
83 IntRect bounds() const;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEGaussianBlur.cpp 162 SkRect bounds = SkRect::MakeWH(absolutePaintRect().width(), absolutePaintRect().height()); local
163 dstContext->saveLayer(&bounds, &paint);
FEMorphology.cpp 125 SkRect bounds = SkRect::MakeWH(absolutePaintRect().width(), absolutePaintRect().height()); local
126 dstContext->saveLayer(&bounds, &paint);
  /external/chromium_org/third_party/icu/source/common/unicode/
urep.h 71 * @return The UChar (code unit) at offset, or U+FFFF if the offset is out of bounds.
84 * @return The UChar32 (code point) at offset, or U+FFFF if the offset is out of bounds.
  /external/chromium_org/third_party/icu/source/test/cintltst/
utexttst.c 213 /* Test pinning of input bounds */
236 /* Test pinning of input bounds */
  /external/chromium_org/third_party/libjingle/source/talk/base/
sec_buffer.h 145 ASSERT(num < num_buffers); // "Buffer index out of bounds"
151 ASSERT(num < num_buffers); // "Buffer index out of bounds"
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
set_roi.cc 169 EXPECT_EQ(-1, roi_retval) << "MB rows bounds check error";
174 EXPECT_EQ(-1, roi_retval) << "MB cols bounds check error";
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.h 142 // Computes frame size bounds.
148 // Picks q and q bounds given the target for bits
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
byte_array.cc 64 "Attempt to write outside the bounds of the data");
86 "Attempt to write outside the bounds of the data");
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table.cc 29 throw IndexOutOfBoundException("Glyph ID is out of bounds.");
39 throw IndexOutOfBoundException("Glyph ID is out of bounds.");
  /external/chromium_org/third_party/skia/bench/
PathBench.cpp 227 SkRect* bounds = NULL) {
229 if (NULL == bounds) {
231 bounds = &tempBounds;
245 fPoints[i].set(fRandom.nextRangeScalar(bounds->fLeft, bounds->fRight),
246 fRandom.nextRangeScalar(bounds->fTop, bounds->fBottom));
791 static const SkRect kBounds; // bounds for all random query rects
  /external/chromium_org/third_party/skia/gm/
imagefilterscropexpand.cpp 119 SkIRect bounds; local
120 r.roundOut(&bounds);
imagefiltersscaled.cpp 139 SkRect bounds = r; local
140 bounds.outset(margin, margin);
  /external/chromium_org/third_party/skia/samplecode/
SampleDither.cpp 47 SkRect bounds = r; local
65 path.arcTo(bounds, 0, sweep, false);
  /external/chromium_org/third_party/skia/src/core/
SkBuffer.h 31 fStop = 0; // no bounds checking
134 fStop = 0; // no bounds checking

Completed in 844 milliseconds

<<71727374757677787980>>