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

  /external/chromium_org/mojo/examples/surfaces_app/
surfaces_util.cc 21 const gfx::Size content_bounds = size; local
29 content_bounds,
  /external/chromium_org/cc/quads/
shared_quad_state.h 36 const gfx::Size& content_bounds,
48 gfx::Size content_bounds; member in class:cc::SharedQuadState
  /external/chromium_org/ui/wm/core/
shadow.h 47 const gfx::Rect& content_bounds() const { return content_bounds_; } function in class:wm::Shadow
50 // Moves and resizes the shadow layer to frame |content_bounds|.
51 void SetContentBounds(const gfx::Rect& content_bounds);
  /external/chromium_org/ash/system/tray/
special_popup_row.cc 111 gfx::Rect content_bounds = GetContentsBounds(); local
112 if (content_bounds.IsEmpty())
120 bounds.set_height(content_bounds.height());
121 gfx::Rect container_bounds = content_bounds;
123 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 101 gfx::Size content_bounds = layer->content_bounds(); local
  /external/chromium_org/cc/layers/
draw_properties.h 96 gfx::Size content_bounds; member in struct:cc::DrawProperties
painted_scrollbar_layer.cc 85 // If the scaled content_bounds() is bigger than the max texture size of the
86 // device, we need to clamp it by rescaling, since content_bounds() is used
103 gfx::Size* content_bounds) {
108 content_bounds); local
172 // We should never return a rect bigger than the content_bounds().
174 clamped_size.SetToMin(content_bounds());
layer.h 387 gfx::Size content_bounds() const { return draw_properties_.content_bounds; } function in class:cc::Layer
392 gfx::Size* content_bounds);
layer_impl.h 370 void SetContentBounds(const gfx::Size& content_bounds);
371 gfx::Size content_bounds() const { return draw_properties_.content_bounds; } function in class:cc::LayerImpl
561 const gfx::Size& content_bounds,
565 const gfx::Size& content_bounds,
picture_layer_impl.cc 176 render_pass, content_bounds(), shared_quad_state, append_quads_data);
193 gfx::ToCeiledSize(gfx::ScaleSize(content_bounds(), max_contents_scale));
681 const gfx::Size& content_bounds) const {
688 if (content_bounds.width() > max_texture_size ||
689 content_bounds.height() > max_texture_size)
691 return content_bounds;
710 content_bounds.width() > max_untiled_content_size.width() ||
711 content_bounds.height() > max_untiled_content_size.height();
714 content_bounds.width() <= default_tile_size.width() ||
715 content_bounds.height() <= default_tile_size.height()
1222 gfx::Size content_bounds = local
    [all...]
  /external/chromium_org/cc/surfaces/
surface_aggregator_test_helpers.cc 29 gfx::Size content_bounds = surface_size; local
38 content_bounds,
surfaces_pixeltest.cc 45 const gfx::Size content_bounds = size; local
53 content_bounds,
  /external/chromium_org/ui/message_center/views/
message_view.cc 203 gfx::Rect content_bounds = GetContentsBounds(); local
206 background_view_->SetBoundsRect(content_bounds);
210 gfx::Rect close_rect(content_bounds.right() - close_size.width(),
211 content_bounds.y(),
219 content_bounds.right() - small_image_size.width() - kSmallImagePadding,
220 content_bounds.bottom() - small_image_size.height() -
notification_view.cc 217 gfx::Rect content_bounds = GetContentsBounds(); local
221 background_path.addRoundRect(gfx::RectToSkRect(content_bounds),
232 static_cast<int>(content_bounds.width() * GetNormalizedValue() + 0.5);
236 gfx::Rect slice_bounds = content_bounds;
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 190 const gfx::Rect& content_bounds,
267 const gfx::Rect& content_bounds,
281 content_bounds_(content_bounds),
447 const gfx::Rect& content_bounds,
459 new FingerprintDataLoader(obfuscated_gaia_id, window_bounds, content_bounds,
478 gfx::Rect content_bounds = web_contents->GetContainerBounds(); local
487 obfuscated_gaia_id, window_bounds, content_bounds, screen_info, version,
  /external/chromium_org/cc/output/
renderer_pixeltest.cc 54 const gfx::Size content_bounds = rect.size(); local
63 content_bounds,
78 const gfx::Size content_bounds = rect.size(); local
86 content_bounds,
    [all...]
  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 90 gfx::Size content_bounds = local
92 gfx::Size tile_size = client_->CalculateTileSize(content_bounds);
95 content_bounds = gfx::Size();
104 tiling_data_.SetTilingSize(content_bounds);
177 gfx::Size content_bounds = local
180 tile_size = client_->CalculateTileSize(content_bounds);
183 content_bounds = gfx::Size();
191 gfx::Rect content_rect(content_bounds);
202 tiling_data_.SetTilingSize(content_bounds);
    [all...]
  /external/chromium_org/extensions/browser/app_window/
app_window.cc 742 gfx::Rect content_bounds = GetClientBounds(); local
745 SetBoundsProperties(content_bounds,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 1474 const gfx::Rect content_bounds = GetContentsBounds(); local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 5186 gfx::Size content_bounds = local
    [all...]

Completed in 577 milliseconds