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

<<61626364656667686970>>

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.h 30 // Retrieves the bounds, in non-client view coordinates within which the
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.h 59 // Updates |popup|'s bounds given |animation_| and |animated_attribute_|.
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_action_test_util_views.cc 83 return GetContainer(browser_)->TestGetPopup()->bounds();
  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.js 32 // out-of-bounds index bug.
  /external/chromium_org/chrome/utility/media_galleries/
ipc_data_source.cc 78 // Cap position and size within bounds.
  /external/chromium_org/content/browser/android/
edge_effect.cc 136 gfx::Size bounds = ComputeBounds(edge, window_size, height); local
138 gfx::Point3F(bounds.width() * 0.5f, bounds.height() * 0.5f, 0));
140 layer->SetBounds(bounds);
  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 140 gfx::Rect bounds = delegate_->GetVisibleBounds();
141 if (bounds.IsEmpty())
174 ratio = fabs(overscroll_delta_x_) / bounds.width();
177 ratio = fabs(overscroll_delta_y_) / bounds.height();
render_view_host_delegate_view.h 42 virtual void ShowPopupMenu(const gfx::Rect& bounds,
webmenurunner_mac.h 52 withBounds:(NSRect)bounds
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.h 58 virtual void ShowPopupMenu(const gfx::Rect& bounds,
  /external/chromium_org/content/public/browser/android/
compositor.h 50 // Set the output surface bounds.
  /external/chromium_org/content/public/test/
content_browser_test_utils.h 110 void SetWindowBounds(gfx::NativeWindow window, const gfx::Rect& bounds);
  /external/chromium_org/content/renderer/
render_widget.h 241 // Checks if the selection bounds have been changed. If they are changed,
268 // Checks if the composition range or composition character bounds have been
431 // Override point to obtain that the current composition character bounds.
433 // the bounds for first character is actual one, and the bounds for second
442 // Returns true if the composition range or composition character bounds
446 const std::vector<gfx::Rect>& bounds);
615 // Stores the current selection bounds.
619 // Stores the current composition character bounds.
  /external/chromium_org/courgette/
disassembler_elf_32.cc 58 return Bad("Out of bounds section header table offset");
64 return Bad("Out of bounds section header table");
67 return Bad("Out of bounds program header table offset");
73 return Bad("Out of bounds program header table");
  /external/chromium_org/mojo/services/view_manager/
test_change_tracker.h 58 gfx::Rect bounds; member in struct:mojo::view_manager::service::Change
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
sprite.cc 49 // Clip the source rect to the source image bounds.
  /external/chromium_org/pdf/
pdf_engine.h 273 const pp::Rect& bounds,
279 : dpi_x(dpi_x), dpi_y(dpi_y), bounds(bounds),
286 pp::Rect bounds; member in struct:chrome_pdf::PDFEngineExports::RenderingSettings
  /external/chromium_org/remoting/ios/
key_input_unittest.mm 72 // Value is out of bounds
  /external/chromium_org/skia/ext/
analysis_canvas.cc 363 const SkRect* bounds,
377 (bounds && !bounds->contains(canvas_bounds))) {
397 INHERITED::willSaveLayer(bounds, paint, flags);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AbstractInlineTextBox.h 77 LayoutRect bounds() const;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DisplayList.h 55 const FloatRect& bounds() const;
  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobData.h 69 // index is out of bounds.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCVideoRenderer.mm 82 _videoView = [[RTCEAGLVideoView alloc] initWithFrame:view.bounds];
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/include/
vpx_mem_intrnl.h 71 mem addr for bounds checking*/
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 41 SkRect bounds = path.getBounds(); local
44 bounds.outset(outset, outset);
46 return bounds;
537 SkRect bounds = path.getBounds(); local
538 if (!bounds.isEmpty()) {
539 threshInvScaleX *= bounds.width() / (bounds.width() + stroke.getWidth());
540 threshInvScaleY *= bounds.height() / (bounds.height() + stroke.getWidth());

Completed in 440 milliseconds

<<61626364656667686970>>