HomeSort by relevance Sort by last modified time
    Searched defs:content_bounds (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/cc/quads/
shared_quad_state.h 28 gfx::Size content_bounds,
39 gfx::Size content_bounds; member in class:cc::SharedQuadState
  /external/chromium_org/ui/views/corewm/
shadow.h 50 const gfx::Rect& content_bounds() const { return content_bounds_; } function in class:views::corewm::Shadow
53 // Moves and resizes |image_grid_| to frame |content_bounds|.
54 void SetContentBounds(const gfx::Rect& content_bounds);
  /external/chromium_org/ash/system/tray/
special_popup_row.cc 113 gfx::Rect content_bounds = GetContentsBounds(); local
114 if (content_bounds.IsEmpty())
122 bounds.set_height(content_bounds.height());
123 gfx::Rect container_bounds = content_bounds;
125 container_bounds.set_x(content_bounds.width() - container_bounds.width());
  /external/chromium_org/cc/debug/
picture_record_benchmark.cc 92 gfx::Size content_bounds = layer->content_bounds(); local
105 int y_limit = std::max(1, content_bounds.height() - height);
106 int x_limit = std::max(1, content_bounds.width() - width);
rasterize_and_record_benchmark.cc 106 gfx::Size content_bounds = layer->content_bounds(); local
  /external/chromium_org/cc/layers/
picture_image_layer_impl_unittest.cc 80 gfx::Size content_bounds; local
83 &content_bounds);
86 EXPECT_EQ(layer->bounds(), content_bounds);
98 gfx::Size content_bounds; local
101 &content_bounds);
120 gfx::Size content_bounds; local
127 &content_bounds);
140 &content_bounds);
draw_properties.h 91 gfx::Size content_bounds; member in struct:cc::DrawProperties
painted_scrollbar_layer.cc 77 // If the scaled content_bounds() is bigger than the max texture size of the
78 // device, we need to clamp it by rescaling, since content_bounds() is used
98 gfx::Size* content_bounds) {
106 content_bounds); local
156 // We should never return a rect bigger than the content_bounds().
158 clamped_size.SetToMin(content_bounds());
tiled_layer_unittest.cc 1504 gfx::Rect content_bounds = gfx::Rect(0, 0, 100, 200); local
1627 gfx::Rect content_bounds = gfx::Rect(0, 0, 100, 300); local
    [all...]
layer.h 384 gfx::Size content_bounds() const { return draw_properties_.content_bounds; } function in class:cc::Layer
392 gfx::Size* content_bounds);
layer_impl.h 357 void SetContentBounds(gfx::Size content_bounds);
358 gfx::Size content_bounds() const { return draw_properties_.content_bounds; } function in class:cc::LayerImpl
376 gfx::Size* content_bounds);
picture_layer_impl.cc 123 gfx::Rect content_rect(content_bounds());
396 gfx::Size* content_bounds) {
411 *content_bounds = gfx::ToCeiledSize(gfx::ScaleSize(bounds(),
451 *content_bounds = gfx::ToCeiledSize(
508 gfx::Size content_bounds) const {
512 std::min(max_size, content_bounds.width()),
513 std::min(max_size, content_bounds.height()));
528 content_bounds.width() > max_untiled_content_size.width() ||
529 content_bounds.height() > max_untiled_content_size.height();
532 content_bounds.width() <= default_tile_size.width() |
1041 gfx::Size content_bounds = local
    [all...]
  /external/chromium_org/ui/oak/
oak_window.cc 89 gfx::Rect content_bounds = GetLocalBounds(); local
90 content_bounds.Inset(views::kPanelHorizMargin, views::kPanelVertMargin);
93 (content_bounds.height() / 2) - views::kUnrelatedControlVerticalSpacing;
94 gfx::Rect tree_bounds = content_bounds;
98 separator_rect_ = content_bounds;
103 gfx::Rect details_bounds = content_bounds;
106 details_bounds.set_height(content_bounds.bottom() - details_bounds.y());
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 259 const gfx::Rect& content_bounds,
332 const gfx::Rect& content_bounds,
345 content_bounds_(content_bounds),
507 const gfx::Rect& content_bounds,
518 new FingerprintDataLoader(obfuscated_gaia_id, window_bounds, content_bounds,
535 gfx::Rect content_bounds; local
536 web_contents.GetView()->GetContainerBounds(&content_bounds);
545 obfuscated_gaia_id, window_bounds, content_bounds, screen_info, version,
  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 38 gfx::Size content_bounds = local
40 gfx::Size tile_size = client_->CalculateTileSize(content_bounds);
48 tiling_data_.SetTotalSize(content_bounds);
140 gfx::Size content_bounds = local
143 gfx::Size tile_size = client_->CalculateTileSize(content_bounds);
145 tiling_data_.SetTotalSize(content_bounds);
153 bounded_live_tiles_rect.Intersect(gfx::Rect(content_bounds));
155 tiling_data_.SetTotalSize(content_bounds);
642 state->Set("content_bounds",
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 296 gfx::Rect content_bounds = bounds; local
297 gtk_window_move(window_, content_bounds.x(), content_bounds.y());
300 gtk_window_util::BoundsMatchMonitorSize(window_, content_bounds)) {
301 content_bounds.set_height(content_bounds.height() - 1);
306 content_bounds.width(), content_bounds.height());
  /external/chromium_org/ui/message_center/views/
notification_view.cc 227 gfx::Rect content_bounds = GetContentsBounds(); local
231 background_path.addRoundRect(gfx::RectToSkRect(content_bounds),
242 static_cast<int>(content_bounds.width() * GetNormalizedValue() + 0.5);
246 gfx::Rect slice_bounds = content_bounds;
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 48 const gfx::Size content_bounds = rect.size(); local
56 content_bounds,
69 const gfx::Size content_bounds = rect.size(); local
76 content_bounds,
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 1347 gfx::Rect content_bounds; local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 4166 gfx::Size content_bounds = local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 2051 gfx::Rect content_bounds; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 1515 const gfx::Rect content_bounds = GetContentsBounds(); local
    [all...]

Completed in 424 milliseconds