/external/chromium_org/ash/wm/overview/ |
D | window_selector_item.cc | 25 target_bounds_ = target_bounds; in SetBounds() 30 if (in_bounds_update_ || target_bounds_.IsEmpty()) in RecomputeWindowTransforms() 34 SetItemBounds(root_window_, target_bounds_, false); in RecomputeWindowTransforms()
|
D | window_selector_item.h | 65 const gfx::Rect& target_bounds() { return target_bounds_; } in target_bounds() 82 gfx::Rect target_bounds_; variable
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
D | omnibox_popup_contents_view.cc | 102 return target_bounds_; in GetPopupBounds() 105 int total_height_delta = target_bounds_.height() - start_bounds_.height(); in GetPopupBounds() 192 if (new_target_bounds.height() != target_bounds_.height()) in UpdatePopupAppearance() 194 target_bounds_ = new_target_bounds; in UpdatePopupAppearance() 234 if (target_bounds_.height() < start_bounds_.height()) in UpdatePopupAppearance() 237 start_bounds_ = target_bounds_; in UpdatePopupAppearance() 245 return target_bounds_; in GetTargetBounds()
|
D | omnibox_popup_contents_view.h | 162 gfx::Rect target_bounds_; variable
|
/external/chromium_org/ash/wm/workspace/ |
D | snap_sizer.h | 56 const gfx::Rect& target_bounds() const { return target_bounds_; } in target_bounds() 96 gfx::Rect target_bounds_; variable
|
D | snap_sizer.cc | 154 target_bounds_ = GetTargetBounds(); in SnapSizer() 226 target_bounds_ = GetTargetBounds(); in SelectDefaultSizeAndDisableResize() 275 target_bounds_ = GetTargetBounds(); in ChangeBounds()
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | autocomplete_popup_contents_view.cc | 234 return target_bounds_; in GetPopupBounds() 237 int total_height_delta = target_bounds_.height() - start_bounds_.height(); in GetPopupBounds() 325 if (new_target_bounds.height() != target_bounds_.height()) in UpdatePopupAppearance() 327 target_bounds_ = new_target_bounds; in UpdatePopupAppearance() 345 if (target_bounds_.height() < start_bounds_.height()) in UpdatePopupAppearance() 348 start_bounds_ = target_bounds_; in UpdatePopupAppearance() 356 return target_bounds_; in GetTargetBounds()
|
D | autocomplete_popup_contents_view.h | 182 gfx::Rect target_bounds_; variable
|
/external/chromium_org/cc/resources/ |
D | picture_layer_tiling_set_unittest.cc | 152 target_bounds_(gfx::Size(30, 30)) { in PictureLayerTilingSetSyncTest() 156 target_.reset(new PictureLayerTilingSet(&target_client_, target_bounds_)); in PictureLayerTilingSetSyncTest() 249 gfx::Size target_bounds_; member in cc::__anon851c09100111::PictureLayerTilingSetSyncTest 371 SyncTilings(target_bounds_, layer_invalidation); in TEST_F() 372 VerifyTargetEqualsSource(target_bounds_); in TEST_F()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.cc | 602 target_bounds_ = tabstrip->GetIdealBounds(to_index); in MiniMoveAnimation() 613 target_bounds_.x()); in AnimationProgressed() 615 target_bounds_.width()); in AnimationProgressed() 631 animation_.CurrentValueBetween(0, target_bounds_.width()); in GetGapWidth() 655 return animation_.CurrentValueBetween(0, target_bounds_.width()); in GetWidthForTab() 677 gfx::Rect target_bounds_; member in MiniMoveAnimation
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.cc | 625 target_bounds_ = tabstrip->GetIdealBounds(to_index); in MiniMoveAnimation() 636 target_bounds_.x()); in AnimationProgressed() 638 target_bounds_.width()); in AnimationProgressed() 654 animation_.CurrentValueBetween(0, target_bounds_.width()); in GetGapWidth() 680 return animation_.CurrentValueBetween(0, target_bounds_.width()); in GetWidthForTab() 702 gfx::Rect target_bounds_; member in MiniMoveAnimation
|
/external/chromium_org/ash/shelf/ |
D | shelf_layout_manager_unittest.cc | 78 : target_bounds_(target_bounds), in ShelfAnimationWaiter() 108 int desired_size = layout_manager->PrimaryAxisValue(target_bounds_.height(), in IsDoneAnimating() 109 target_bounds_.width()); in IsDoneAnimating() 126 gfx::Rect target_bounds_; member in ash::internal::__anon05665b5d0111::ShelfAnimationWaiter
|