HomeSort by relevance Sort by last modified time
    Searched refs:target_bounds (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/ash/wm/overview/
window_selector_item.cc 20 const gfx::Rect& target_bounds) {
25 target_bounds_ = target_bounds;
26 SetItemBounds(root_window, target_bounds, true);
window_selector_item.h 55 // Sets the bounds of this window selector item to |target_bounds| in the
58 const gfx::Rect& target_bounds);
65 const gfx::Rect& target_bounds() { return target_bounds_; } function in class:ash::WindowSelectorItem
68 // Sets the bounds of this selector item to |target_bounds| in |root_window|.
71 const gfx::Rect& target_bounds,
window_selector_window.cc 54 const gfx::Rect& target_bounds,
58 ShrinkRectToFitPreservingAspectRatio(src_rect, target_bounds));
window_selector_panels.h 39 const gfx::Rect& target_bounds,
window_selector_window.h 36 const gfx::Rect& target_bounds,
window_overview.cc 173 gfx::Rect target_bounds(GetSelectionBounds(index));
189 (*windows_)[selection_index_]->target_bounds().y() !=
190 (*windows_)[index]->target_bounds().y() &&
197 target_bounds);
199 change * ((*windows_)[selection_index_]->target_bounds().width() +
219 target_bounds - fade_out_direction, dst_display);
227 selection_widget_->SetBounds(target_bounds);
232 selection_widget_->SetBounds(target_bounds);
403 gfx::Rect target_bounds(window_size.width() * column + x_offset,
407 target_bounds.Inset(kWindowMargin, kWindowMargin)
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth.h 40 // |target_bounds|.
42 const gfx::Rect& target_bounds) = 0;
native_view_photobooth_gtk.cc 32 const gfx::Rect& target_bounds) {
native_view_photobooth_gtk.h 23 // |target_bounds|.
26 const gfx::Rect& target_bounds) OVERRIDE;
native_view_photobooth_win.cc 90 const gfx::Rect& target_bounds) {
108 BitBlt(target_dc, target_bounds.x(), target_bounds.y(),
109 target_bounds.width(), target_bounds.height(), source_dc, 0, 0,
114 target_bounds.x(), target_bounds.y(), target_bounds.width(),
115 target_bounds.height());
native_view_photobooth_win.h 41 // |target_bounds|.
44 const gfx::Rect& target_bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/tabs/
native_view_photobooth.h 39 // |target_bounds|.
41 const gfx::Rect& target_bounds) = 0;
native_view_photobooth_win.cc 89 const gfx::Rect& target_bounds) {
107 BitBlt(target_dc, target_bounds.x(), target_bounds.y(),
108 target_bounds.width(), target_bounds.height(), source_dc, 0, 0,
112 skia::MakeOpaque(canvas->sk_canvas(), target_bounds.x(),
113 target_bounds.y(), target_bounds.width(),
114 target_bounds.height());
native_view_photobooth_win.h 40 // |target_bounds|.
43 const gfx::Rect& target_bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/panels/
panel_drag_controller.cc 282 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size());
287 GetDisplayAreaMatching(target_bounds);
289 GetWorkAreaMatching(target_bounds);
308 gfx::Rect target_bounds(target_position, dragging_panel_->full_size());
313 GetWorkAreaMatching(target_bounds);
316 dock_work_area.bottom() - target_bounds.bottom() <
322 dragging_panel_->SetPanelBoundsInstantly(target_bounds);
335 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size());
341 GetWorkAreaMatching(target_bounds);
344 dock_work_area.bottom() - target_bounds.bottom()
359 gfx::Rect target_bounds; local
439 gfx::Rect target_bounds = last_panel_to_unstack->GetBounds(); local
    [all...]
panel_drag_controller.h 72 // snap to or stack with. If such panel is found, |target_bounds| contains the
77 gfx::Rect* target_bounds,
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 285 TargetBounds target_bounds; local
286 CalculateTargetBounds(state_, &target_bounds);
287 UpdateBoundsAndOpacity(target_bounds, false, NULL);
297 target_bounds.launcher_bounds_in_shelf);
636 TargetBounds target_bounds; local
637 CalculateTargetBounds(state_, &target_bounds);
638 UpdateBoundsAndOpacity(target_bounds, true,
653 const TargetBounds& target_bounds,
681 GetLayer(shelf_)->SetOpacity(target_bounds.opacity);
684 target_bounds.shelf_bounds_in_root))
1149 TargetBounds target_bounds; local
    [all...]
  /external/chromium_org/cc/resources/
tile_priority.cc 101 const gfx::RectF& target_bounds) {
103 if (current_bounds.x() < target_bounds.right() &&
104 current_bounds.y() < target_bounds.bottom() &&
105 target_bounds.x() < current_bounds.right() &&
106 target_bounds.y() < current_bounds.bottom())
124 target_bounds.right(), time_delta);
127 target_bounds.x(), time_delta);
130 target_bounds.bottom(), time_delta);
133 target_bounds.y(), time_delta);
  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 116 gfx::Rect target_bounds(10, 10, 20, 20);
117 animator()->AnimateViewTo(child(), target_bounds); local
128 EXPECT_EQ(target_bounds, child()->bounds());
132 EXPECT_EQ(gfx::UnionRects(target_bounds, initial_bounds),
  /external/chromium_org/ui/gfx/animation/
animation.cc 73 const gfx::Rect& target_bounds) const {
75 GetCurrentValue(), start_bounds, target_bounds);
tween.cc 148 const gfx::Rect& target_bounds) {
150 LinearIntValueBetween(value, start_bounds.x(), target_bounds.x()),
151 LinearIntValueBetween(value, start_bounds.y(), target_bounds.y()),
152 LinearIntValueBetween(value, start_bounds.width(), target_bounds.width()),
154 value, start_bounds.height(), target_bounds.height()));
tween.h 50 const gfx::Rect& target_bounds);
animation.h 48 const gfx::Rect& target_bounds) const;
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 200 gfx::Rect target_bounds(0, 0, 50, 50);
202 animator->SetBounds(target_bounds);
208 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
220 gfx::Rect target_bounds(0, 0, 50, 50);
222 animator->SetBounds(target_bounds);
227 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), target_bounds);
243 gfx::Rect target_bounds(0, 0, 50, 50);
245 animator->SetBounds(target_bounds);
354 gfx::Rect start_bounds, target_bounds, middle_bounds; local
355 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50)
406 gfx::Rect start_bounds, target_bounds, middle_bounds; local
526 gfx::Rect start_bounds, target_bounds, middle_bounds; local
605 gfx::Rect start_bounds, target_bounds, middle_bounds; local
    [all...]
  /external/chromium_org/ash/wm/workspace/
snap_sizer.h 56 const gfx::Rect& target_bounds() const { return target_bounds_; } function in class:ash::internal::SnapSizer

Completed in 680 milliseconds

1 2