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

<<81828384858687888990>>

  /external/chromium_org/ash/display/
resolution_notification_controller_unittest.cc 82 gfx::Rect bounds = info.bounds_in_native(); local
83 bounds.set_size(actual_new_resolution);
84 info.SetBounds(bounds);
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 135 params.bounds = gfx::Rect(0, 0, 200, 200);
194 params.bounds = gfx::Rect(0, shelf_bounds.y() - kWindowHeight + kOverlapSize,
255 params.bounds = gfx::Rect(0, 0, 200, 200);
  /external/chromium_org/ash/wm/overview/
window_selector_item.cc 136 // Set the bounds of the transparent window handler to cover the entire
175 gfx::RectF align_bounds(SelectionWindow()->layer()->bounds());
196 gfx::Rect close_button_rect(close_button_->GetNativeWindow()->bounds());
  /external/chromium_org/cc/animation/
keyframed_animation_curve.cc 318 gfx::BoxF* bounds) const {
320 *bounds = gfx::BoxF();
333 bounds->Union(bounds_for_step);
  /external/chromium_org/chrome/browser/chromeos/login/lock/
webui_screen_locker.cc 84 gfx::Rect bounds(ash::Shell::GetScreen()->GetPrimaryDisplay().bounds());
98 login_display_->set_background_bounds(bounds);
  /external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog.cc 235 gfx::Rect bounds(CalculateScreenBounds(gfx::Size()));
236 bounds.Inset(kExternalMargin, kExternalMargin);
237 layout->set_minimum_size(bounds.size());
  /external/chromium_org/chrome/browser/extensions/
extension_view_host.cc 288 gfx::Rect bounds = GetVisibleWebContents()->GetViewBounds();
290 std::max(0, (bounds.width() - size.width()) / 2),
291 std::max(0, (bounds.height() - size.height()) / 2));
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter.cc 327 std::pair<hash_site_map_iterator, hash_site_map_iterator> bounds = local
329 for (hash_site_map_iterator hash_it = bounds.first;
330 hash_it != bounds.second; hash_it++) {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.cc 100 &params.bounds,
195 void BrowserFrame::GetWindowPlacement(gfx::Rect* bounds,
197 return native_browser_frame_->GetWindowPlacement(bounds, show_state);
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_external.html 194 'bounds': {
203 'bounds': {
255 'bounds': {
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.h 97 // Returns the bounds of this object in coordinates relative to the
101 // Returns the bounds of this object in screen coordinates.
104 // Returns the bounds of the given range in coordinates relative to the
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc 82 void LegacyRenderWidgetHostHWND::SetBounds(const gfx::Rect& bounds) {
83 gfx::Rect bounds_in_pixel = gfx::win::DIPToScreenRect(bounds);
216 // has moved outside the bounds of the parent.
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
node.cc 264 void Node::SetBounds(const gfx::Rect& bounds) {
269 static_cast<ViewManagerClientImpl*>(manager_)->SetBounds(id_, bounds);
270 LocalSetBounds(bounds_, bounds);
  /external/chromium_org/skia/ext/
analysis_canvas_unittest.cc 231 SkRect bounds = SkRect::MakeWH(255, 255); local
237 canvas.saveLayer(&bounds, &paint);
251 canvas.saveLayer(&bounds, &paint);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGeometryMap.cpp 124 // Bounds for invisible layers are intentionally not calculated, and are
170 // Bounds for invisible layers are intentionally not calculated, and are
177 // Taking FloatQuad bounds avoids spurious assertions because of that.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.cpp 71 IntRect bounds = candidate->compositingInputs().clippedAbsoluteBoundingBox; local
73 newBoundingRect.unite(bounds);
75 const uint64_t newSquashedArea = squashingState.totalAreaOfSquashedRects + bounds.size().area();
  /external/chromium_org/third_party/WebKit/public/web/
WebWidget.h 185 // Returns the anchor and focus bounds of the current selection.
186 // If the selection range is empty, it returns the caret bounds.
196 // Returns the text direction at the start and end bounds of the current selection.
  /external/chromium_org/third_party/icu/source/common/
uvectr32.h 38 * <p>There is index bounds checking, but little is done about it. If
39 * indices are out of bounds, either nothing happens, or zero is
55 * <p>Improve the handling of index out of bounds errors.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf_state.c 88 /* If the scissor was out of bounds and got clamped to 0
89 * width/height at the bounds, the subtraction of 1 from
92 * the bounds, which produces the expected no rendering.
  /external/chromium_org/third_party/skia/gm/
optimizations.cpp 92 // saveLayer's 'bounds' parameter must be NULL for this optimization
161 // SAVE_LAYER (with NULL == bounds)
226 // saveLayer's 'bounds' parameter must be NULL for this optimization
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp 50 HIRect bounds; local
65 HIViewGetBounds ((HIViewRef) userData, &bounds);
200 SkDebugf("------ %d bounds %g %g %g %g\n", r.right - r.left,
  /external/chromium_org/third_party/skia/tests/
FontHostTest.cpp 285 SkRect bounds; local
291 // Requesting the bounds forces a generateMetrics call.
292 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds);
  /external/chromium_org/ui/base/ime/
text_input_client.h 74 // Returns current caret (insertion point) bounds in the universal screen
75 // coordinates. If there is selection, then the selection bounds will be
156 // may extend beyond the bounds of this TextInputClient.
  /external/chromium_org/ui/views/controls/
label.h 116 // show the full text if it is wider than its bounds. Calling this overrides
150 // Gets the tooltip text for labels that are wider than their bounds, except
170 // Overridden to dirty our text bounds if we're multi-line.
slider_unittest.cc 164 // The maximum x value within the bounds of the slider.
166 // The maximum y value within the bounds of the slider.
200 init_params.bounds = gfx::Rect(size);

Completed in 424 milliseconds

<<81828384858687888990>>